Home Forums WoodMart support forum Glitch on Category page Reply To: Glitch on Category page

#314007

Artem Temos
Keymaster

Hello,

Try to add the following code snippet to the Custom JS area on document ready in Theme Settings to fix this issue. Also, enable the following script in Theme Settings -> Performance -> JS https://prnt.sc/1qek6fd

jQuery(document).on('pjax:complete', function() {
	 woodmartThemeModule.imageHotspot();
});

Kind Regards