Home Forums WoodMart support forum Issue when hovering selected variation product image Reply To: Issue when hovering selected variation product image

#470309

Luke Nielsen
Keymaster

Hello,

This option does not work correctly for that plugin because the file we specified is connected not from the theme but from the plugin. Here is the code that is responsible for changing the picture, but it can work wrong with that plugin.

(function($) {
	$('.variations_form').on('reset_data', function () {
		$(document).trigger('wdShowVariationNotQuickView');
	});
})(jQuery);

Сhanging the picture in zoom does not work because an appropriate file that we mentioned above does not connect, but you can add a custom code and zoom will start working.

Kind Regards