Forum Replies Created

Viewing 30 posts - 26,041 through 26,070 (of 34,339 total)
  • Author
    Posts
  • in reply to: Woocommerce booking & Enfold #979318

    Hey adestic,
    I’m not sure if I understand correctly, are you reporting a error, or requesting support?

    I have already contacted the support of woocommerce and it is not your problem.
    I have disabled all plugins and themes and that’s how it works.

    I see on the test site it seems to be working correctly with Enfold installed, while on the other site you have a js error from:

    /wp-content/plugins/sitepress-multilingual-cms/dist/js/browser-redirect/app.js

    2018-06-29_063157

    Best regards,
    Mike

    in reply to: star.png not found (404 error) #979306

    Hey profumopuntoit,
    I have looked at your page, but I don’t see any 404 errors and I see the star review on hover. Is the correct one?
    2018-06-29_061411
    If you would like it to always show, please try this code in the General Styling > Quick CSS field:

    .thumbnail_container .rating_container {
        opacity: 1 !important; 
    }

    Best regards,
    Mike

    in reply to: Custom top and bottom padding on mobile for 1/2 column #979275

    Hi,
    I added this css, Please clear your browser cache and check.

    @media only screen and (max-width: 767px) { 
    .responsive #top.page-id-18 #wrap_all .flex_column.avia-builder-el-3 {
    margin-bottom: 0px !important; 
    margin-top: -40px !important;
    }
    }

    Best regards,
    Mike

    in reply to: Custom top and bottom padding on mobile for 1/2 column #979184

    Hi,
    Try this code in the General Styling > Quick CSS field:

    
    @media only screen and (max-width: 767px) { 
    .responsive #top.page-id-18 #wrap_all .flex_column.avia-builder-el-1 {
    margin-bottom: 0px !important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Grid Row width #979183

    Hi,
    Please try this css in your WordPress > Customize > Additional CSS:

    #av-layout-grid-1.av-layout-grid-container {
        max-width: 70% !important; 
        margin: auto !important; 
    }

    2018-06-28_224302

    Best regards,
    Mike

    in reply to: underline links main content #979181

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top #wrap_all main a {
        text-decoration: underline !important; 
    }

    Best regards,
    Mike

    in reply to: Menu issues #979179

    Hi,
    The restaurant demo uses the color section element with the image as a background and a Special Heading element on top.
    2018-06-28_215945
    2018-06-28_220434
    2018-06-28_220610
    The reason the image is under the menu is because the header is set to transparent in the “layout” option
    2018-06-28_220719
    I hope these screenshots help, please let us know if there is anything else we can assist with.

    Best regards,
    Mike

    in reply to: Image with Hotspots #979173

    Hi,
    Glad to hear, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: How to Add Search Bar to Logo Area #979172

    Hi,
    I corrected the code for the background color, and added a color for the icons in the search results, and removed the upper case results:

    .header_color .ajax_search_response {
        background-color: purple !important; 
    }
    .header_color .ajax_search_image {
        color: purple !important; 
    }
    .ajax_search_title {
        text-transform: none !important; 
    }

    feel free to adjust the color to suit.

    Best regards,
    Mike

    Hi,
    Thanks for the login, I took a look at the code in your functions.php and see that your code may will need adjusting because you are using “icon_name” and “Icon Label” to name your custom icon. What would you like to call it when you are selecting it in the builder. “thumbs-up”?
    As for downloading it, after selecting it did you click the big red button in the top-right side?
    2018-06-28_210310
    This gives me a zip file, if this doesn’t work for you I will be happy to get it for you, which thumbs-up did you want?
    Once you have the zip file you will want to ensure that your functions.php icon name is the same as the css file in the zip file, I can also check this for you.

    Best regards,
    Mike

    in reply to: HIDING BUTTONS ON MOBILE #978877

    Hi,
    We can assist with this, right now your caption has a top padding of 170px, I assume this is for desktop, so we will want to add a media query to the css, similar to:

    @media only screen and (min-width: 1024px) { 
    .html_header_transparency #top .avia-builder-el-0 .slideshow_caption{
    padding-top: 170px; 
    }
    }

    this should bring the whole section up, then we will want to un-hide the buttons.
    To give you the correct css I will really need to login and see your css & then adjust it.
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Image full width on ONE side of the content #978872

    Hi,
    Sorry for the late reply, I have adjust your css for each screen size:

    @media only screen and (min-width: 768px) and (max-width: 900px) { 
    .white_text h1 {
    font-size: 38px !important;
    }
    .white_text p {
    font-size: 18px !important;
    line-height: 18px !important; 
    }
    .white_text {
    padding: 10px !important;
    }
    .green_section .container {
    padding: 0px !important; 
    float:right !important;
    }
    .green_section_image {
    width: 60% !important; ; 
    }
    }
    @media only screen and (min-width: 901px) { 
    .green_section .container {
    float:right !important;
    padding: 0px !important;
    max-width: 1410px !important; 
    }
    .green_section_image {
    width: 70% !important; 
    padding-left: 20px !important; 
    }
    }
    @media only screen and (max-width: 767px) { 
    .green_section .container {
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    }
    .white_text {
    padding: 10px !important;
    }
    .green_section_image {
    margin-bottom: 0px !important;
    }
    }

    Please see screenshots in Private Content area.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Enfold Audio Player #978842

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Google Analytics tracking code not working #978841

    Hi,
    So the code work showing a hit in GA realtime monitor, but you see the above error in search console? Is it under Crawl Errors?
    The code I entered was from GA.
    Are you using a AdBlocker?
    Typically the realtime monitor will show a hit, but the search console takes another day to start working.

    Best regards,
    Mike

    in reply to: debug mode not activating #978832

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Which Template? #978707

    Hey Prateek Kapoor,
    Yes, that site uses the Enfold theme, but it looks like they have created their own layout, which is very easy with Enfold.
    You can see our demos here or you can create you own layout.
    Thank you for contacting us and considering Enfold.

    Best regards,
    Mike

    in reply to: debug mode not activating #978702

    Hi,
    Your functions.php file is mis-spelled, you have
    funcions.php, please correct via ftp
    Also the functions.php must always begin with

    <?php

    you had this mixed in the middle of your code.
    But note that sometimes you will have a function that adds a script, which will need to add the closing php code & opening php code around the script, this would be correct.

    Best regards,
    Mike

    in reply to: Related Posts | You Might Also Like #978694

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Admin message. #978691

    Hi,

    @Dee007
    Please explain a little more, you are having the same issue, as in, you can’t clear a message on the admin dashboard?
    but now you can’t access anything, as in, after you added the code above?
    Have you tried removing the code above via FTP?
    Please open a new thread so we can assist, and include your admin login, anf ftp access in the Private Content area, but as this is not your thread your login info will not be private here.

    Best regards,
    Mike

    in reply to: Aspect Ratio of Embedded YouTube Video #978685

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Different logo for specific pages needed #978684

    Hi,
    I have added the code in your child theme functions.php with your new image url, and it seems to be working good.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Error selecting image for easy slider #978411

    Hi,
    I have tested the easy slider in IE11 on your site and my localhost and had the same error. I didn’t find any settings that would help, and I tried editing the script that was giving the error to remove the “strict mode” but it just created different errors.
    Sorry to say that I don’t have a solution for this, other than using a newer browser.
    I read above that your client can’t use another browser, is this due to the limitations of the hardware?
    Perhaps using a portable browser on a usb drive is a option?
    Google Chrome Portable
    Firefox Portable

    Best regards,
    Mike

    Hey jonna_gaertner,
    To have the mobile menu show after scroll, try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed !important; 
      }
    .responsive #top #wrap_all #header.av_header_transparency {
        display: none !important;
    }
    }

    Best regards,
    Mike

    in reply to: Social media Icons stick together (only mobile version) #978366

    Hey jonna_gaertner,
    Please enable the custom class field for the advanced layout builder by going to: Enfold Theme Options > Layour Builder > Show element options for developers
    and then follow these instructions. If this doesn’t work for you, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Different logo for specific pages needed #978359

    Hi,
    Thanks for the login, please include ftp access in the Private Content area so we can try adding the code to the functions.php

    Best regards,
    Mike

    in reply to: Different logo for specific pages needed #978248

    Hey steenvreter,
    As I understand your request, you would like to change the logo for your management page and all child pages of it. Try adding this code to the end of your functions.php file in Appearance > Editor:

    function is_tree($pid)
    {
      global $post;
    
      $ancestors = get_post_ancestors($post->$pid);
      $root = count($ancestors) - 1;
      $parent = $ancestors[$root];
    
      if(is_page() && (is_page($pid) || $post->post_parent == $pid || in_array($pid, $ancestors)))
      {
        return true;
      }
      else
      {
        return false;
      }
    };
    
    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if (is_tree(1406)) 
    {
    	$logo = "https://kriesi.at/themes/enfold-minimal-portfolio/wp-content/uploads/sites/51/2015/07/logo_minimal_portfolio.png";
    }
    
        return $logo;
    }

    I have added the correct page ID “1406” for you, you only need to change the logo image url.
    I tested this on my localhost and it seemed to work correctly.

    Best regards,
    Mike

    in reply to: How to Add Search Bar to Logo Area #978234

    Hi,
    To change the background color of the ajax search fro transparent to a color, Try this code in the General Styling > Quick CSS field:

    .header_color .avia-tt {
        background-color: purple;
    }

    please adjust the color to suit.
    To remove the date in the ajax search, please try this code:

    .ajax_search_response span.ajax_search_excerpt {
    display: none !important;
    }

    To change the color of the ajax search field, Please try this code:

    #top .header_color #searchform input[type='text'] {
    background-color: red !important;
    }

    Best regards,
    Mike

    in reply to: Fatal error: …line127 #978228

    Hey ellalillo,
    I believe you are getting this error because you “by-passed” the file, please rename your enfold theme folder to “enfold-old” and upload a new version as “enfold” to see if this solves.
    If not please include ftp access & admin access in the Private Content area.

    Best regards,
    Mike

    in reply to: Parallax Positioning #978225

    Hey silverhorne,
    I have taken a look and believe that you would like to move the barn to the top of the screen in mobile view, is this correct?
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top.page-id-3959 #av_section_1 .av-parallax-inner {
    background-position: -350px -50px !important; 
    }
    }
    

    Please see screenshot in Private Content area.
    In tablet view and up, the barn seems to be at the top of the screen, but let us know if you wish it adjusted more, or if I misunderstood your question.

    Best regards,
    Mike

    in reply to: Homepage won't display on mobile #978221

    Hi,
    Glad Rikard could help, unless there is anything else we can help with, shall we close this then?

    Best regards,
    Mike

Viewing 30 posts - 26,041 through 26,070 (of 34,339 total)