Forum Replies Created

Viewing 30 posts - 3,001 through 3,030 (of 66,199 total)
  • Author
    Posts
  • in reply to: Order Notes in checkout page is hidden by default #1466079

    Hi,

    Thank you for the clarification.

    We adjusted the edited the functions.php file and adjusted the script a bit. Please make sure to purge the cache before checking.

    function auto_click_order_notes_checkbox() {
        ?>
        <script type="text/javascript">
            jQuery(window).on('load', function() {
                var orderNoteCheckbox = jQuery('.woocommerce-checkout .wc-block-checkout__add-note #checkbox-control-1');
                if (orderNoteCheckbox.length && !orderNoteCheckbox.is(':checked')) {
                    orderNoteCheckbox.click();
                }
            });
        </script>
        <?php
    }
    add_action('wp_footer', 'auto_click_order_notes_checkbox');
    

    Best regards,
    Ismael

    Hey meganp46,

    Thank you for the poem.

    If the script is meant to automatically click a specific sort button, then it’s perfectly fine. Let us know if you need further assistance.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    Please add this filter in the functions.php file:

    function avf_add_category_class_to_cart_link($link, $product) {
        $categories = get_the_terms($product->get_id(), 'product_cat');
    
        $category_class = '';
        if ($categories && !is_wp_error($categories)) {
            $category_class = ' product_cat-' . esc_attr($categories[0]->slug);
        }
    
        $link = str_replace('class="av-catalogue-item', 'class="av-catalogue-item' . $category_class, $link);
    
        return $link;
    }
    add_filter('woocommerce_loop_add_to_cart_link', 'avf_add_category_class_to_cart_link', 10, 2);
    

    Best regards,
    Ismael

    in reply to: blog posts – pagination at top of page #1466023

    Hey Jason,

    Thank you for the inquiry.

    You can add this script to the functions.php file to move the pagination above the posts:

    function ava_custom_script_here()
    {
        ?>
        <script>
            (function ($)
            {
                function g()
                {
                    var pagination = $('.pagination-wrap.pagination-slider');
                    var contentSlider = $('.avia-content-slider-inner');
                    
                    if (pagination.length && contentSlider.length) {
                        pagination.insertBefore(contentSlider);
                    }
                }
    
                $(document).ready(function ()
                {
                    g();
                });
            })(jQuery);
        </script>
        <?php
    }
    add_action('wp_footer', 'ava_custom_script_here');
    

    Best regards,
    Ismael

    in reply to: Portfolio Grid | Custom Hover Effect #1466020

    Hey Peter,

    Thank you for the inquiry.

    The Portfolio Grid element doesn’t have this option by default, but you can try using the Masonry element. You can set the hover effects in the Advanced > Animation > Image Hover Effect settings. Also, you can adjust the Element Title and Excerpt display settings in the Content > Caption toggle.

    Best regards,
    Ismael

    in reply to: animation fade out effect not taking hold on Page #1466019

    Hi,

    Thank you for the inquiry.

    Would you mind providing a short clip or a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    in reply to: Enfold paging issue, will it be in purchased copy? #1466018

    Hey Robert Massart,

    Thank you for bringing this to our attention.

    The issue occurs because the lightbox is designed to activate when the link contains specific keywords, including image formats such as .jpg or .jpeg. We will forward this issue to our channel and will likely release a patch in the next version.

    Best regards,
    Ismael

    in reply to: WooCommerce Shortcode does not work correctly #1466017

    Hi,

    It looks different because it is using the default WooCommerce pagination. Unfortunately, we cannot apply the theme’s pagination to the product shortcode. Please try using the Product Grid element instead, or use the following css code to adjust the style of the default pagination.

    .woocommerce-pagination ul li {
        display: inline;
        float: left;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        padding: 0;
        border-radius: 100px;
        margin-right: 3px;
        margin-left: 0;
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
    }

    Best regards,
    Ismael

    in reply to: Menu navigation is displayed incorrectly #1466016

    Hi,

    Thank you for the screenshots.

    We can reproduce the issue, and it occurs because the width of the mega menu is only calculated on hover. For some reason, the site doesn’t refresh when you click on the links or menu items, so the mega menu remains visible when the site redirects to a different page. Have you tried enabling the Enfold > Theme Options > Page Preloading option?

    Best regards,
    Ismael

    in reply to: Divs in textblock module breaks #1465783

    Hi,

    Thank you for your update.

    To properly check the issue, we may need to access the site. Please provide the html code you are adding to the text block by posting it on Pastebin and share the link with us. Also, please include the login details in the private field so that we can check the page.

    Best regards,
    Ismael

    in reply to: error message – wp_vul_xss #1465780

    Hey Munford,

    Thank you for the inquiry.

    We have forwarded the provided link to our channel for further review. We will make sure to provide you with feedback as soon as we have more information or updates available. If you have any additional details or questions, feel free to reach out to us.

    Best regards,
    Ismael

    in reply to: Wordfence: Enfold #1465779

    Hey Rob – Press Wizards,

    Thank you for bringing this issue to our attention.

    We have forwarded the provided link to our channel for further review. We will make sure to provide you with feedback as soon as we have more information or updates available. If you have any additional details or questions, feel free to reach out to us.

    Best regards,
    Ismael

    in reply to: Current Enfold flagged by WordFence #1465778

    Hey Kevin Geoffrey,

    Thank you for bringing this issue to our attention.

    We have forwarded the provided link to our channel for further review. We will make sure to provide you with feedback as soon as we have more information or updates available. If you have any additional details or questions, feel free to reach out to us.

    Best regards,
    Ismael

    in reply to: Cross-Site Scripting #1465777

    Hey peterolle,

    Thank you for bringing this issue to our attention.

    We have forwarded the provided link to our channel for further review. We will make sure to provide you with feedback as soon as we have more information or updates available. If you have any additional details or questions, feel free to reach out to us.

    Best regards,
    Ismael

    in reply to: WooCommerce Shortcode does not work correctly #1465773

    Hi,

    Thank you for the info.

    We modified the filter a bit and updated the css code. Please check the link in the private field.

    Best regards,
    Ismael

    in reply to: Some issues with ajax portfolio #1465772

    Hi,

    Thank you for the update.

    Did you add any custom code or script in this page? It’s possible that the custom code breaks the layout of the page. Please provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: forum page set to private still visible in menu #1465769

    Hi,

    No problem! Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Divs in textblock module breaks #1465768

    Hey emilconsor,

    Thank you for the inquiry.

    Did you add the html of the color section with the id=”av_section_8″ attribute inside a text block? It’s possible that the html is invalid or that there is a missing opening or closing tag somewhere. Please try to validate the html first before adding it to a code or text block element.

    Best regards,
    Ismael

    in reply to: Some issues with ajax portfolio #1465767

    Hey westefan,

    Thank you for the inquiry.

    Where can we check this issue? Please post a screenshot or provide a direct link to the page with the portfolio grid element.

    Best regards,
    Ismael

    in reply to: Menu navigation is displayed incorrectly #1465766

    Hey ThiloKiefer,

    Thank you for the inquiry.

    The menu seems to be displaying correctly on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.

    Best regards,
    Ismael

    Hey Daniel,

    Thank you for the inquiry.

    Unfortunately, you cannot add these characters directly in the table, but you can use the Special Character Translation plugin to resolve this issue. For more details, please check the documentation here: Using Special Characters in Enfold.

    Best regards,
    Ismael

    in reply to: change the timing of the shrinking header #1465762

    Hi,

    Glad to know that you managed to find a working solution. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: forum page set to private still visible in menu #1465761

    Hi,

    Thank you for the update.

    Try to add this hook in the functions.php file to display the title before the forum content:

    add_action('bbp_template_before_single_forum', 'ava_display_forum_title');
    
    function ava_display_forum_title() {
        if (bbp_is_single_forum()) {
            echo '<h2 class="av-forum-title">' . bbp_get_forum_title() . '</h2>';
        }
    }

    Best regards,
    Ismael

    in reply to: Magnifying glass mobile with text next to it #1465760

    Hey schweg33,

    Thank you for the inquiry.

    You can add this css code to display the search text beside the icon on mobile view:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .avia_hidden_link_text {
        display: inline;
        margin-left: 5px;
      }
    }

    Best regards,
    Ismael

    in reply to: specify bar width length in pixels #1465759

    Hey schweg33,

    Thank you for the inquiry.

    I have added a tospur here Link below:

    What do you mean by “tospur”? Please provide a screenshot of the element that you’d like to modify.

    Best regards,
    Ismael

    in reply to: Import just one single page from a demo #1465758

    Hi,

    Glad to know that this has been resolved. Please feel free to open anotehr thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Portfolio grid optimization #1465757

    Hi,

    Unfortunately, WordPress crops the images based on the theme’s or plugin’s predefined settings, and there’s no way to set specific cropping parameters for each image individually through WordPress.

    To achieve a consistent grid where each logo occupies the same space without being cut off, the only reliable solution is to upload images that have the same size or aspect ratio. This will ensure that all logos are displayed uniformly without cropping issues.

    Thank you for your patience.

    Best regards,
    Ismael

    Hey Martin,

    Thank you for the inquiry.

    1.) Did you add this css code?

    .sidebar_left .content {
        float: right;
        border-left-style: solid;
        border-left-width: 1px;
        border-right: none;
        margin-right: -50px;
        margin-left: -1px;
        padding-left: 50px;
    }
    

    If not, try to override left padding with this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .sidebar_left .content {
        padding-left: 50px;
      }
    }

    2.) Adding this css code might help:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #main>.container_wrap_first.template-shop.shop_columns_3>.container {
        display: block !important;
      }
    }

    Best regards,
    Ismael

    in reply to: Linking to tab section not working #1465755

    Hey Leeonella,

    Thank you for the inquiry.

    We may need to inspect the site in order to properly check the issue. Please provide the login details in the private field. In the meantime, you can try this script in the functions.php file:

    // script to scroll to the active tab section
    function ava_custom_script_tab_section_scroll() {
        ?>
        <script type="text/javascript">
        (function($) {
            function avTriggerScrollToTab(selector, event) {
                $(selector).on(event, function() {
                    var isLoadEvent = event === 'load';
                    var locationHash = isLoadEvent ? window.location.hash : $(this).attr('href');
                    var hash = isLoadEvent ? locationHash : locationHash.substring(locationHash.indexOf('#'));
                    var tab = $('.av-section-tab-title[href="' + hash + '"]');
                    var parentContainer = tab.closest('.av-tab-section-outer-container');
                    
                    if (tab.length && parentContainer.length) {
                        var position = parentContainer.offset().top;
                        tab.trigger('click');
    
                        if (hash) {
                            setTimeout(function() {
                                $('html, body').animate({ scrollTop: position - 100 }, 500);
                            }, 300);
                        }
                    }
                });
            }
    
            $(document).ready(function() {
                var tabs = $('.av-tab-section-container');
                if (tabs.length === 0) return;
    
                avTriggerScrollToTab('.menu-item a', 'click');
                avTriggerScrollToTab(window, 'load');
            });
        })(jQuery);
        </script>
        <?php
    }
    add_action('wp_footer', 'ava_custom_script_tab_section_scroll', 9999);
    

    Best regards,
    Ismael

    in reply to: Google Analytics Cookies Loading Before User Consent #1465751

    Hey thomasg156,

    Thank you for the inquiry.

    Did you add the tracking code in the Enfold > Google Services > Google Analytics Tracking Code field? We would like to check the issue but we encountered a fatal error when we tried to login in to the site.

    Best regards,
    Ismael

Viewing 30 posts - 3,001 through 3,030 (of 66,199 total)