Home Forums WoodMart support forum Widget filter not working on pop up Reply To: Widget filter not working on pop up

#233368

Artem Temos
Keymaster

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();
} );