Product page images missing
-
Good afternoon,
My product page images are no longer displaying.
Thumbnails etc are still showing.
I have tried different browsers both desktop and mobile.
Can you please advise
thanks
I have tried adding this to the theme css
.product.has-default-attributes.has-children > .images{opacity:1;}
Nothing has changed yet.
Hello,
It works correctly for us and product images are not missed. Be sure that you have cleared your browser cache after the update.

Kind Regards
XTemos Studio
Hi
I have tried refreshing every browser cache I am using plus my IPhone safari cache. I am pressing crtl f5 on the PC- I have restarted my computer.
I still cant get the images up. I have tried edge, explorer and chrome. Tried incognito.
Can you check that you did not access a cached image on your machine.
I don’t understand why I cant see them – I can get them by right clicking and opening in a new tab. So I know the image is available – it is simply not displaying on the product page.
Regards
Peter
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.single-product-page .woocommerce-product-gallery {
opacity: 1!important;
}
Kind Regards
XTemos Studio