Forum Replies Created

Viewing 30 posts - 18,601 through 18,630 (of 25,536 total)
  • Author
    Posts
  • in reply to: Woocommerce Product Grid number of column responsive #903744

    Hi,

    Thanks for providing the screenshot, can you try to replace the code I gave before to this:

    @media only screen and (max-width:1200px) and (min-width:768px) {
      #top .shop_columns_5 .products .product {
        float: left;
        margin: 0 1% 1% 0;
        padding: 0;
        position: relative;
        width: 24%;
        margin-left: 0;
      }
    
      #top .shop_columns_5 .products .product.first {
        clear: none;
      }
    
      #top .shop_columns_5 .products .product:nth-child(4n+1) {
        clear: both;
      }
    
      #top .shop_columns_5 .products .product.last {
        margin-right: 1% !important;
      }
    }

    Best regards,
    Nikko

    in reply to: Houzz Social Icon and Change out Instagram Icon #903742

    Hi,

    Thanks for providing the access, I have tested the plugin and checked on the website and I see it works here:

    however the plugin only works on Image module or in the image in the text editor, it doesn’t work for galleries.

    Best regards,
    Nikko

    in reply to: Show search in all main menus #903737

    Hi,

    Sorry for the late response, try adding this css code in Quick CSS:

    #top #header #header_main_alternate #menu-item-search {
        display: block !important;
    }

    If that doesn’t help, try flushing out cache if you have a caching plugin.

    Best regards,
    Nikko

    Hi,

    Sorry for the late response, try adding this css code in QUick CSS:

    #top .commentlist ul.children {
        margin: 0;
        background: #fff;
        border: 0 !important;
    }
    
    #top .children .gravatar {
        left: 0;
    }
    
    #top .children .comment_content {
        padding-bottom: 20px;
        margin: 0 0 0 60px;
    }

    Best regards,
    Nikko

    in reply to: Mobile Menu on desktop when roll #903735

    Hi,

    Thanks for providing access, I have commented out this code:

    $prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 120) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "), "…", true, '');

    since this should be in functions.php not in Quick CSS, which causes some css not to work, also I added this css code:

    .avia_desktop #top #header.hasScrolled .av-main-nav .menu-item-avia-special .av-hamburger-inner, 
    .avia_desktop #top #header.hasScrolled .av-main-nav .menu-item-avia-special .av-hamburger-inner::before, 
    .avia_desktop #top #header.hasScrolled .av-main-nav .menu-item-avia-special .av-hamburger-inner::after {
        background-color: #fff;
    }

    Best regards,
    Nikko

    in reply to: Display a text when the mouse is over the image #903733

    Hi,

    Sorry for the late response, it should work now, I have added this css code in Quick CSS:

    #footer .widget,
    #top .st-wrap {
        position: relative;
    }
    
    #top .st-wrap {
        float: left;
        padding-bottom: 30px;
    }
    
    #footer .textwidget {
        min-height: 160px;
        padding-bottom: 20px;
    }
    
    #top #footer .textwidget p {
        font-size: 13px;
    }
    
    #footer .textwidget .site-title img,
    #top .st-wrap .site-title img {
        display: block;
    }
    
    #footer .textwidget .site-title .hovertitle,
    #top .st-wrap .site-title .hovertitle {
        position: absolute;
        left: 0;
        top: 184px;
        font-size: 11px;
        line-height: 1.2;
        display: none;
    }
    
    #top .st-wrap .site-title .hovertitle {
        line-height: 1.4;
    }
    
    #footer .textwidget .site-title:hover .hovertitle,
    #top .st-wrap .site-title:hover .hovertitle {
        display: block;
    }

    Best regards,
    Nikko

    in reply to: Layout problems with Chrome on Windows #903674

    Hey KingFilly,

    I checked it on Windows 10 Chrome, it looks good and doesn’t break even when I resize the browser. Screenshot link in private content.

    Best regards,
    Nikko

    Hi,

    Glad to hear that :) Thanks for using Enfold! Have a nice weekend :)

    Best regards,
    Nikko

    in reply to: Error with Enfold child instagram widget #903672

    Hi,

    Glad to hear that it’s working :) Let us know if you need further assistance or if we can close the thread.

    Best regards,
    Nikko

    in reply to: Logo and Menù #903669

    Hi,

    Glad that it’s fixed. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Social Icons center issue #903668

    Hi,

    Glad that Ismael helped you. Let us know if you need further assistance or if we can close this thread :)

    Best regards,
    Nikko

    Hey hoqui,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: sticky header doesn`t work #903666

    Hey rixi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: White / empty section #903664

    Hi,

    Glad that you have made a work around. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Problems with importing demo Lifestyle Blog Enfold #903663

    Hey tbsimpianti,

    Can you try to deactivate all plugins first and import demo, I think some of the plugins probably just 1 might be interferring, activate the plugins again once you have imported the demo.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Demo XML File Location #903662

    Hi,

    Glad to hear that it worked! Let us know if you need further assistance or if we can close the thread.

    Best regards,
    Nikko

    in reply to: Adjusting height of Fullscreen Slider #903661

    Hey Mickeyboy000,

    Please try to use Fullwidth Easy Slider instead since it has more options, fullscreen slider don’t have height adjustment since it will stretch images to occupy full width and height of the screen, if you want to still use fullscreen slider and adjust the height, we can still help with that with custom css code, we just need a link to the page showing your fullscreen slider.

    Best regards,
    Nikko

    in reply to: Logo isn't linking to home page #903658

    Hi,

    Can I try to make adjustments on your Quick CSS? I’ll post once I’ve made changes.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Cannot get Transparent Header to work no matter what I do. #903569

    Hi,

    Can you try to use the color section with background video instead? then remove the code I gave, that should make it work better.

    Best regards,
    Nikko

    in reply to: "wierd signs" in control panel #903567

    Hi Nick,

    Glad to hear that :) Just let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: using product grid element without inner product pages #903565

    Hi,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Change icon of "back to top button" #903563

    Hi,

    You’re welcome. Glad we could help! Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: relared post how to #903562

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Mobile menu background #903561

    Hi,

    You’re welcome. Glad we could help! Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: fullwidth east slider bleed caption background #903559

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Mobile Logo Resolution #903350

    Hi,

    It also looks similar on my end. Can you post a screenshot?

    Best regards,
    Nikko

    in reply to: Hide / Remove Bottom Border in Color Section #903343

    Hi,

    Glad to Mike helped you. Thanks for using Enfold! Have a great weekend also :)

    Best regards,
    Nikko

    in reply to: New update issue #903116

    Hi,

    Okay I think you are referring on layerslider notification. The layerslider bundled in Enfold isn’t always the latest version of the plugin when the Enfold patch is released however it is latest version of the plugin when Kriesi and our devs were working on the patch. So you can say that the included version of layerslider in Enfold, is the most stable that is tested with the theme, those notifications can be ignored since it won’t cause anything on the site, however if you want to have the latest version of the plugin, you can always purchase the stand-alone version of the plugin, deactivate the layerslider bundled in the plugin: https://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/ and activate the stand-alone version of layer slider.

    Best regards,
    Nikko

    in reply to: Js stops working #903115

    Hi Havi,

    You’re welcome :) we will be waiting and keep this thread open.

    Best regards,
    Nikko

    in reply to: Remove overlay #903104

    Hi,

    Yes, please try to remove those css codes. Let us know if it helps.

    Best regards,
    Nikko

Viewing 30 posts - 18,601 through 18,630 (of 25,536 total)