fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Variation Swatches unreliable image switch on shop page

Hi,

We’ve had a few issues getting this plugin to work as we need it to.

Currently we have an issue where the variations all have images assigned to them but on the shop page that product image won’t change when we select the different colours for the product.

On some products it works fine, but then after you have clicked each option it won’t let you reselect an option you have already selected.

On other products, 3 out of 4 colour swatches work but one doesn’t and we’ve triple checked that it’s definitely got an image attached to it.
Mens Velez Jacket is a perfect example of this

I have attached a video and screenshot of the issue.

Kind Regards,

David Tattersall

Hakik Zaman

Hi David,

Thanks for reaching out to us.

Please add the following snippet using a plugin called Code Snippets.

add_filter( 'wp_calculate_image_srcset_meta', '__return_null' );

You can also add the above snippet inside your child theme’s functions.php file.

Note: It is recommended to add the Custom Code to the child theme’s functions.php file, to avoid any data loss while updating the Parent Theme.

Then clear all the caches like server-side cache, caching plugin cache, and browser cache.

After that check again and let me know how it goes.

Hope to hear from you soon.

Thank You