Home › Forums › WoodMart support forum › Widget filter not working on pop up Widget filter not working on pop up This topic has 1 reply, 2 voices, and was last updated 4 years, 4 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 14, 2020 at 9:37 pm #233310 OmarParticipant 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. October 15, 2020 at 6:28 am #233368 Artem TemosKeymaster 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(); } ); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register