Forum Replies Created

Viewing 30 posts - 13,831 through 13,860 (of 66,017 total)
  • Author
    Posts
  • in reply to: How to change so that Enfold is in Dutch? #1294491

    Hey filiproelandt,

    Thank you for the inquiry.

    The translation files for that particular language is probably still incomplete. You may need to install the following plugin and add the translations for the theme option text manually.

    // https://wordpress.org/plugins/loco-translate/

    Best regards,
    Ismael

    in reply to: Color Area with header on all individual blog posts. #1294488

    Hi epkdesign!

    Sorry for the delay. We provided a possible solution here. https://kriesi.at/support/topic/color-area-with-header-on-all-individual-blog-posts-2/

    Cheers!
    Ismael

    in reply to: Color Area with header on all individual blog posts. #1294486

    Hi,

    Thank you for the inquiry.

    You might have to enable the debug mode so that you can extract the actual shortcode of the color section with the special heading element from the debug mode field of the advance layout builder. You can then directly use the extracted shortcode in the single.php file template, or use the ava_after_main_title action hook in the functions.php file to insert the shortcode above the single post content.

    To enable the debug mode, please check the following documentation.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    The hook might look something like this.

    add_action("ava_after_main_title", function() {
       echo do_shortcode("PLACE THE EXTRACTED SHORTCODE HERE");
    }, 10);
    

    Another thing that you might need to add in the functions.php file is this filter.

    function avf_custom_exec_sc_only_mod( $exec_sc_only, $obj_sc, $atts, $content, $shortcodename, $fake ) {
    	return true;
    }
    
    add_filter( 'avf_alb_exec_sc_only', 'avf_custom_exec_sc_only_mod', 10, 6 );
    

    Best regards,
    Ismael

    in reply to: Additional horizontal menu #1294485

    Hi,

    Sadly, what you are after is beyond the scope of support and is not easily doable without major modification in the theme. You might have to use third party plugins like Ubermenu or Max Mega Menu instead to create a more advanced menu, compare to what is available out of the box.

    And rest assured that theme development is still on-going, and support has always been consistent and updates for minor bugs and patches are still on the way. Just recently, the Custom Elements Template (CET) has been released, which allows users to create global elements or templates based on existing builder elements, in case you have not noticed.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Burger menu styling #1294484

    Hey jorisbl,

    Thank you for the inquiry.

    Have you started with the modifications? We have to check the actual site first and see the current layout in order to provide the necessary code or changes for the mobile menu.

    To add or move the social icons inside the mobile menu, please implement the script from the following thread.

    // https://kriesi.at/support/topic/social-icon-in-mobile-menu/#post-1226347

    Best regards,
    Ismael

    in reply to: oop-up contact form #1294482

    Hi,

    Thank you for the update.

    We can see this error in the browser console, which might be causing the issue.

    jquery.min.js:2 Uncaught TypeError: e.indexOf is not a function
        at S.fn.init.S.fn.load (jquery.min.js:2)
        at (index):161
    

    Try to set the priority of the wp_head hook to 9999, or replace it with wp_footer.

    Did you add other scripts aside from the lightbox snippet?

    Best regards,
    Ismael

    in reply to: Color Section – Cannot Edit or Save Background Image #1294481

    Hi,

    Thank you for the update.

    We are still getting denied by the Godaddy firewall. Please check the screenshot below.

    Screenshot: https://imgur.com/9WOPULQ

    Make sure to temporarily disable the firewall.

    Did you add any content to the color section? If it does not have any content, try to set a minimum height so that it does not collapse.

    Best regards,
    Ismael

    in reply to: Product categories and product tags are set to noindex #1294479

    Hi,

    No problem. Please feel free to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Vimeo embedded videos wont open inside the main page #1294478

    Hey bloomfashion,

    Thank you for the inquiry.

    Did you just recently enable the Privacy & Cookie option? If yes, try to set the Cookie Handling > Default Cookie Behavior to the first or second option to allow media files to load automatically on page load, without user consent or without them opting in.

    Best regards,
    Ismael

    in reply to: Wrong logo on mobile and some desktop pages #1294477

    Hi,

    Thank you for the update.

    We cannot seem to reproduce the issue on our end, as seen in the screenshot below.

    Screenshot: https://imgur.com/3cEBC1d

    Would you mind providing a screenshot of the issue?

    Best regards,
    Ismael

    Hey vantagepointmg,

    Thank you for the inquiry.

    For some reason, a lot of whitespaces are added around the tab title. We can remove those whitespaces by using this script in the functions.php file.

    function ava_trim_tab_title_whitespaces(){
    	?>
    <script>
    (function($) {
        $("#top div div.product .woocommerce-tabs ul.tabs li a").each( function() {
            var title = $(this).text();
            var trimmed = $.trim(title);
            $(this).html(trimmed);
        });
    }
    )(jQuery);
    </script>
    	<?php
    }
    add_action('wp_footer', 'ava_trim_tab_title_whitespaces');
    

    Best regards,
    Ismael

    in reply to: Homepage Masonry Gallery Not Loading Images #1294475

    Hey Sal,

    Thank you for the inquiry.

    It might not be working properly because of the hidden layer slider. Does it show correctly when you temporarily remove the hidden layer slider?

    You can also use this css code to set the height of the layer slider to zero while it is not yet visible.

    @media only screen and (min-width: 768px) {
       div#layer_slider_2 {
          height: 0;
       }
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    in reply to: Problem after updating to 4.8 Portfolio Grid – CPT #1294374

    Hi,

    Yes, you will not be able to select the post type directly, but since the post type contains the default Tag taxonomy, you can still display the custom post type items by selecting the taxonomy. Let us know how it goes.

    Thank you for your patience.

    Best regards,
    Ismael

    Hi,

    Sure thing! Creating a custom page using the advance layout builder and setting it as the footer and socket should also work, and you will not have to edit the template files.

    Have a nice day.

    Best regards,
    Ismael

    Hi,


    @hacart
    : Thank you for following up. The cart is properly displaying any product that we added to it. How can we reproduce the issue? Please provide a screenshot using imgur or dropbox.

    Screenshot: https://imgur.com/sT16GCY

    Best regards,
    Ismael

    Hi,

    Thank you for following up.

    It is possible that you are viewing a cached version of the page because this is how the gallery looks on our end.

    Screenshot: https://imgur.com/5tcvJyU

    As you can see, the black image title or caption is already visible against a white background. Please make sure to purge the cache and do a hard refresh before checking the page again. Or try to check the page on incognito mode.

    Best regards,
    Ismael

    Hi,

    because you see from the example page, if the “shifted” color-section has a background it becomes problematic.

    Yes, that could be an issue, but it is not that difficult to remove the color section background or to make it transparent. Anyway, we have already pushed the issue to our channel. We will close the thread for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Future/coming events not working properly #1294330

    Hi,

    UPDATE: It turned out, I was just looking on a cached version of the page. The event view is still broken after editing the functions.php file. We temporarily disabled the updated calendar design.

    Best regards,
    Ismael

    in reply to: Future/coming events not working properly #1294328

    Hi,

    Thank you for the info.

    We modified the avia_events_template_paths_v2 function in the functions.php file a bit as described here.

    // https://kriesi.at/support/topic/the-events-calendar-new-design/#post-1277995

    The updated calendar design is now working properly, without breaking the single event page.

    Best regards,
    Ismael

    in reply to: Archive settings – How to change #1294318

    Hi,

    Did you completely remove the lili_post_slide_query? It is not in the functions.php file anymore. We might be able to edit it so that it does not affect the pagination. Do you still need it?

    Please also note that we set the Enfold > Blog Layout > Blog Layout from Grid Layout to the last option (Use the advance layout builder..). This is to enable the ALB for the blog page and to actually show its content.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Cookies Button Google Analytics #1294313

    Hi,

    Thank you for the update.

    It seems to be working properly on our end. Google Analytics is disabled by default, and the tracker only loads after we enabled it in the privacy modal popup window as you can see in the screenshot below.

    Screenshot: https://imgur.com/VOy2Osf

    If the tracker is enabled, there should be a request from the analytics script, which collects data from the site, but since the tracker is blocked by the privacy option, the script that is supposed to collect data is not loaded.

    Best regards,
    Ismael

    in reply to: Column link not working with anchors #1294309

    Hi,

    Thank you for following up.

    Is it working correctly when you temporarily remove the map? The map generates the error in the console, which might be also affecting the column links. To test it, please save the content of the front page as template, then apply it on a temporary test page. Remove the map, and see how it goes.

    Best regards,
    Ismael

    in reply to: Different logo for different pages possibility? #1294308

    Hi,

    Thank you for the update.

    Looks like you have already done what you are trying to do — the menu on the front page is already white, and it is black on other pages. Do you need anything else?

    You can use this css code to change the color of the menu to white on every page, except the front page.

    body:not(.home) .header_color .main_menu ul:first-child > li > a {
       color: #000000;
    }

    Best regards,
    Ismael

    in reply to: Broken Design #1294305

    Hi,

    Alright. Please feel free to open a new thread should the issue arise. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Modal Pop Up Window on Mobiles #1294304

    Hi,

    No problem! Glad to know that it is working, and thank you for the kind words.

    Will the issue be fixed in the next release?

    The theme does not actually allow opening of inline content in its default lightbox implementation, so this falls under custom modifications. Please keep the script in the functions.php file.

    Best regards,
    Ismael.

    Hi,

    Thank you for the update.

    1.) You have to create more css media queries to adjust the style of the logo on mobile view, or to apply the previous css code on larger screens only. Example.

    @media only screen and (min-width: 989px) {
       .av-logo-container .logo {
          left: 50%;
          transform: translateX(-50%);
       }
    }

    This should apply the changes only on screens wider than 989px.

    2.) For the header effect, try to use this script in the functions.php file to toggle the header class attribute on scroll.

    function ava_header_on_scroll(){
    	?>
    	<script>
     (function($) {
        $(window).on("scroll", function() {
            if($(window).scrollTop() < 50) { 
              $("#header").removeClass("with-background");
            } else {
              $("#header").addClass("with-background");
            }
        });
    })(jQuery);
    	</script>
    	<?php
    }
    add_action('wp_footer', 'ava_header_on_scroll');
    

    Then use this css code to apply the black background.

    #header.with-background {
        background-color: #000000 !important;
    }
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    in reply to: Update not working #1294261

    Hi,

    Thank you for the info.

    What are the original sizes of the image in the partner/logo element? You may need to remove the items and add them again, make sure that the original size is selected instead of the thumbnail. (see private field)

    Best regards,
    Ismael

    in reply to: Enfold child theme appearance not showing well #1294258

    Hi,

    Thank you for your patience.

    We just noticed that the Enfold > Privacy & Cookie > Cookie Handling > Cookie Consent Message is enabled in the EN version, and the Default Cookie Behavior is set to the third option, which means that external services including Google Fonts will not load unless the user opt in or enable it manually.

    We disabled the privacy & cookie options temporarily, but if you want to enable it back and make sure that the fonts are available automatically on page load, you have to set the Default Cookie Behavior to the first or second option.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The Full Content option is intended for posts created using the default editor and again, content made with the advance layout builder should not be showing in the blog overview page, so there is a template issue somewhere. Temporary fix is to disable the full content option and just show the posts summary in the blog overview page.

    Best regards,
    Ismael

    in reply to: launch lightbox gallery from a button #1294253

    Hi,

    No problem! Please feel free to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 30 posts - 13,831 through 13,860 (of 66,017 total)