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.
- This topic has 8 replies, 3 voices, and was last updated 2 years, 11 months ago by
Artem Temos.
-
AuthorPosts
-
March 28, 2022 at 11:41 am #364582
Fatih_ParticipantI 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.March 28, 2022 at 1:05 pm #364627
Aizaz Imtiaz AwanKeymasterHello,
Your issue has been Resolved. Please clear cache and check back.
Best Regards
March 30, 2022 at 7:22 pm #365286
Fatih_ParticipantHello the issue is unfortunately reproducible
See attachment
Attachments:
You must be logged in to view attached files.March 31, 2022 at 7:49 am #365377
Aizaz Imtiaz AwanKeymasterHello,
Issue seems to be caused by the third party plugins. Please deactivate all the third party plugins and check back.
Best Regards
April 1, 2022 at 8:20 am #365648
Fatih_ParticipantI have deactivated all plugins. Only relevant ones are enabled right now.
April 1, 2022 at 8:23 am #365649
Fatih_Participanthave cleared cache afterwards, the problem persisted. Then I activated all plugins again. So is not due to another plugin
April 1, 2022 at 1:15 pm #365721
Aizaz Imtiaz AwanKeymasterHello,
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.
April 1, 2022 at 2:10 pm #365731
Fatih_ParticipantYou 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
April 4, 2022 at 1:06 pm #366250
Artem TemosKeymasterTry 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' );
-
AuthorPosts
- You must be logged in to create new topics. Login / Register