Home Forums WoodMart support forum Mobile sidebar works only sometimes. It does not always close.

Mobile sidebar works only sometimes. It does not always close.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #364582

    Fatih_
    Participant

    I have already turned off the plugins and turned them back on, the problem persists.
    The error was already there with me, and it was said that I should deactivate SG Optimizer. It is since then permanently disabled. I updated Wodmart and since then I have the error again.
    Could you please check the error?

    Attachments:
    You must be logged in to view attached files.
    #364627

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Best Regards

    #365286

    Fatih_
    Participant

    Hello the issue is unfortunately reproducible

    See attachment

    Attachments:
    You must be logged in to view attached files.
    #365377

    Hello,

    Issue seems to be caused by the third party plugins. Please deactivate all the third party plugins and check back.

    Best Regards

    #365648

    Fatih_
    Participant

    I have deactivated all plugins. Only relevant ones are enabled right now.

    #365649

    Fatih_
    Participant

    have cleared cache afterwards, the problem persisted. Then I activated all plugins again. So is not due to another plugin

    #365721

    Hello,

    I am unable to reproduce the issue on your website.

    Screenshot for Clarification: https://gyazo.com/a45241f652bfd42df86594266c2b5f5c

    Please clear the cache then check back.

    Best Regards.

    #365731

    Fatih_
    Participant

    You only open and close the sidebar. You have to change the category again and again. Opening and closing the sidebar works. After you click e.g. on America and then on All categories, then the sidebar hangs.

    The error does not appear only with me. A few customers have also tried it out. The error still exists

    #366250

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to fix this

    if ( ! function_exists( 'woodmart_custom_ajax_links' ) ) {
    	function woodmart_custom_ajax_links() {
    		return '.wd-nav-product-cat a, .website-wrapper .widget_product_categories a, .widget_layered_nav_filters a, .woocommerce-widget-layered-nav a, .filters-area:not(.custom-content) a, body.post-type-archive-product:not(.woocommerce-account) .woocommerce-pagination a, body.tax-product_cat:not(.woocommerce-account) .woocommerce-pagination a, .wd-shop-tools a:not(.breadcrumb-link), .woodmart-woocommerce-layered-nav a, .woodmart-price-filter a, .wd-clear-filters a, .woodmart-woocommerce-sort-by a, .woocommerce-widget-layered-nav-list a, .wd-widget-stock-status a, .widget_nav_mega_menu a, .wd-products-shop-view a, .wd-products-per-page a, .category-grid-item a, .wd-cat a, body[class*="tax-pa_"] .woocommerce-pagination a';
    	}
    }
    
    add_filter( 'woodmart_ajax_links', 'woodmart_custom_ajax_links' );
Viewing 9 posts - 1 through 9 (of 9 total)