Widget filter not working on pop up
-
Hi guys, I want to review with you a problem we have with the filter widget. This widget was placed in a pop up that loads on the home page in the mobile version of the website and does not display the attribute options.
Image link: https://imgur.com/4pnfOZ9
Web link: https://clickpremium.mx
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you so much for purchasing our theme and contacting our support center.
Try to add the following code snippet to the Custom JS area on a document ready in Theme Settings to fix this issue.
jQuery( document ).on( 'elementor/popup/show', () => {
woodmartThemeModule.productFilters();
} );