Hi Marcus,
We are sorry for the inconvenience.
Changing images is not a feature of our plugin. It’s a feature of WooCommerce itself.
Could you disable our Swatches/Gallery plugin and check if it works?
I think there is a plugin conflict/compatibility issue.
Please kindly do a plugin compatibility check by doing these steps to identify the error :
=> Deactivate your additional plugins except WooCommerce and Variation Swatches for WooCommerce | Additional Variation Images Gallery for WooCommerce.
=> See if the problem persists. If the issue is resolved, you can activate your additional plugins individually to determine which plugin might be the culprit of this error.
Thank you
Additional Variation Images Gallery for WooCommerce + Variation Swatches for WooCommerce Conflict?
Marcus Zeal
I’m having difficulties getting this gallery to work with my Divi child theme. Do I need anything special to get this gallery swapping plugin to work?
To be clear, the gallery IS being loaded on the page. The plugin is replacing the default gallery output using <?php woocommerce_show_product_images(); ?> in my single-product.php file.
But, the gallery does not change upon Variation change.
If I reload the page (the URL Params are there), I can confirm the gallery plugin works on first page load as well.
But despite adding a script (below) in my file, it still doesn’t seem to actually reinitialize on variation swaps.
$(‘form.variations_form’).on(‘reset_image’, function () {
$(document).trigger(‘woo_variation_gallery_init’);
});
We are using the pro version of your variation swatch plugin as well.
Any ideas?