Forum Replies Created

Viewing 30 posts - 20,521 through 20,550 (of 35,063 total)
  • Author
    Posts
  • Hi,
    Thank you for using Enfold, shall we close this then?

    Best regards,
    Mike

    in reply to: Tags on "No Sidebar" Layout Not Showing Correctly #1120747

    Hey drewtarvin,
    We can correct the tags with this css:

    .html_elegant-blog .blog-tags.minor-meta {
    display: inline-block !important;
    }
    
    .html_elegant-blog #top .post-entry .post-meta-infos {
    float: none !important; 
    }

    but this will effect all posts as we can’t sort out the pages with no sidebar, so please check if this causes any issues with other pages.

    Best regards,
    Mike

    Hey Javier,
    Yes, this can be done with javascript, but I will need to see the page and examine the sectors.

    Best regards,
    Mike

    in reply to: Request #1120744

    Hey jason,
    Done, thanks for using Enfold

    Best regards,
    Mike

    in reply to: Custom font for all articles not working #1120740

    Hey marcoabis81,
    I took a look at your page and found the headings have the correct font sizes, they match your screenshot. Please try clearing your browser cache and check again.
    I also looked at the difference between H2 24px and H3 20px and find this is correct, please try making H3 smaller or H2 larger.

    Best regards,
    Mike

    in reply to: Enfold: side-bar options and text size in menu #1120739

    Hi,
    When I looked at your Advanced Styling > Main Menu Links the font size of the menu was set to “default”
    I adjusted to 20px for demonstration and cleared your cache plugin, and then cleared my browser cache and the changes took effect.

    We have many tutorials and tips in our Enfold documentation

    Best regards,
    Mike

    Hi,
    The color is targeting the link, while the other css is targeting the li
    The 2165 is part of the item ID, every ID must be different, thus the numbering.

    Best regards,
    Mike

    Hi,
    I found a way to check the url for the term “bonji-dab” and then change the opacity.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_dab_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      var url = location.pathname;
      if ("url:contains('bonji-dab')") {
        $(".post-type-archive-product .product_cat-bonji-dab .avia-product-hover").css({ 'opacity': '1' });
      } 
      });
      })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_dab_script');

    Best regards,
    Mike

    in reply to: new beta of 4.5.7.1 #1120730

    Hi,
    Please see below.

    Best regards,
    Mike

    in reply to: 4.5.7.1 BETA #1120729

    Hi,
    Please see below.

    Best regards,
    Mike

    Hi,
    That looks right. Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: problem with images formatting #1120723

    Hi,
    I changed the images to 180px square images and used this css:

    #top.home #av_section_1 .flex_column.av_one_half:nth-child(odd) .avia-image-container {
        float: right !important; 
    padding-right: 1%;
    }
    #top.home #av_section_1 .flex_column.av_one_half:nth-child(even) .avia-image-container {
        float: left !important; 
    padding-left: 1%;
    }
    #top.home #av_section_1 .flex_column.av_one_half:nth-child(5) {
        margin-top: 1% !important; 
    }
    #top.home #av_section_1 .flex_column.av_one_half:nth-child(6) {
        margin-top: 1% !important; 
    }
    #top.home #av_section_1 .flex_column.av_one_half {
        margin: 0 !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Get in touch section like enfold business flat demo #1120720

    Hey Joseph_HILFIGER,
    The icon after “Get in Touch” is created because it’s a button, it’s a full-width button with a description below.
    Please try replacing your text section with a full-width button.

    Best regards,
    Mike

    in reply to: underlining links in main copy #1120719

    Hey pdxlocalist,
    For the body of your site, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #main .container_wrap .content p a {
        text-decoration: underline !important; 
        color: yellow !important; 
    }

    please adjust the color to suit.
    This doesn’t include the link in your footer, please let us know if you want to include it.

    Best regards,
    Mike

    in reply to: What version is correct/ #1120717

    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 in the Enfold forum and we will gladly try to help you :

    Best regards,
    Mike

    in reply to: Multiple licenses and Enfold support #1120716

    Hey ZY,
    Sorry to hear this happened to you, typically we work the oldest to newest support questions, but we also have a category of topics we have replied to, for myself, sometimes it can take most of the day to follow up with all these questions. I would say that this was just bad luck, we will try to improve this.
    We do not prioritize based on users.

    Best regards,
    Mike

    Hi,
    Glad to hear that the plugin works, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Highlighting a Specific Header Menu for A Specific Post #1120714

    Hi,
    Please try adding this css:

    #top.destinations-cat .avia-menu li.current-menu-item:hover {
        background-color: #f2f3ff !important; 
        border: 1px solid #ffffff!important;
        border-radius: 100px !important;
    }
    #top.destinations-cat .avia-menu li.current-menu-item a:hover,#top.destinations-cat #header .av-main-nav > li.current-menu-item:hover > a .avia-menu-text {
    color: #109bc5 !important;
    }

    Best regards,
    Mike

    in reply to: problem with images formatting #1120709

    Hi,
    I adjusted your images to be bigger and added this css in your quick css:

    #top.home .post-entry-26 div .av_one_half {
        margin-left: 0% !important; 
    }
    #top.home .post-entry-26 div .av_one_half.first {
        margin-right: -2% !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Website not working in Explorer11 #1120704

    Hi,
    Here it is:

    Best regards,
    Mike

    in reply to: Dark Photography #1120697

    Hi,
    Sorry, I couldn’t login to examine the page, it seems the login has expired.
    But I imagine your page shows a 2 x 2 grid with a smaller image and when someone clicks one of the 4 images the full-size image pops up, correct?
    This sounds reasonable, they are expecting a large image to open, would you like a tooltip that larger images may take longer to download?

    Best regards,
    Mike

    Hi,
    I took a look at your posts in the category “Destinations” both inside the Advanced Layout Builder and the Classic Editor, and it seems to work fine.
    So now that each page has “destinations-cat” added to it we can add this css to change the menu highlighted items:

    #top.destinations-cat .avia-menu li.current-menu-item {
        background-color: transparent !important;
        border: 0px solid #ffffff!important;
    }
    #top.destinations-cat #header .av-main-nav > li.current-menu-item > a .avia-menu-text {
        color: #fff !important;
    }
    
    #top.destinations-cat .avia-menu li#menu-item-2165 {
        background-color: #f2f3ff !important; 
        border: 1px solid #ffffff!important;
        border-radius: 100px !important;
    }
    #top.destinations-cat #header .av-main-nav > li#menu-item-2165 > a {
        color: #109bc5 !important;
    }
    
    

    I added this, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: slower fade transition on the sliders ? #1120682

    Hi,
    Thank you for the login, I took a look and found that while we can change the length of an image show, I didn’t find a way to change the length of the fade.

    #full_slider_1 > div > ul > li {
        transition: all 3s ease 4s !important; 
    }
    

    Best regards,
    Mike

    in reply to: Remove top bar #1120645

    Hi,
    Thanks for the link, I see that you have this custom css:

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 30px!important;
    }

    please change to:

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 88px!important;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: One background for the whole page #1120643

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: new beta of 4.5.7.1 #1120642

    Hey petradrumm,
    Is your site currently up to date? Please link to your site so we can see.

    Best regards,
    Mike

    in reply to: Woocommerce single product page #1120637

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Unfortunately, when the dab filter is used there is not custom class added to the page, when a item is shown that is a dab the class “product_cat-bonji-dab” is added to the product so when the page is an archive and dab items are shown, not the best but I don’t see another option.

    PS: Yes

    Best regards,
    Mike

    in reply to: Height of the product info container. #1120633

    Hi,
    I took a look at your Quick CSS and found this function that should not be there, so I removed it:

    function avia_woocommerce_auction_hooks() { 
         add_action('woocommerce_before_shop_loop','woocommerce_auctions_ordering', 20);
         remove_action('woocommerce_before_shop_loop','avia_woocommerce_frontend_search_params', 20);
    } 
    add_action( 'init', 'avia_woocommerce_auction_hooks');

    Then I checked the links where the counter shows or not from the other post, please see in Private Content area.
    So these seem to be working correctly now, please check.

    Best regards,
    Mike

Viewing 30 posts - 20,521 through 20,550 (of 35,063 total)