Site logo

Archived topic

Issue with display secondary WooCommerce Product Image

3 replies · Started by Abdelfttah on March 22, 2020

Viewing posts 1–4 of 4

I face issue with displaying secondary WooCommerce Product Image after update woocommerce to the latest version.

Thanks.

Hi there,

thats peculiar - the order of the image and secondary image have been swapped which is causing the problem. But i cannot replicate it on my test site, i wonder if there is another plugin conflicting ?

You can add this CSS to stop it from happening though:

.wc-has-gallery .secondary-image {
    top: 0;
}

It works fine.
Thank you.

Glad to be of help

This archived topic is closed to new replies.