Home › Forums › WoodMart support forum › Modal window does not open after ajax filtering › Reply To: Modal window does not open after ajax filtering
December 20, 2021 at 12:20 pm
#340662
Artem Temos
Keymaster
Hello,
Try to enable this file to be always loaded via Theme Settings -> Performance -> JS https://prnt.sc/23pf1kp
And add the following code to the Custom JS section
jQuery(document).on('wdShopPageInit', function() {
woodmartThemeModule.contentPopup();
});
Kind Regards