Reputation: 615
I have the following website: link and its single product page that shows the product info and shows the product images on the gallery.
Problem: As you can see on the following screenshot it only shows the 1st image but if i click on any the thumbnails the image is not displayed at all.
Here more details of what happens when click on the thumbnails: https://i.sstatic.net/rgZfj.jpg
Inspecting the site i found that the images are there but In some i need to use margin-left: 9000px and top: -300px in order to be displayed correctly. But i can do this customization because some products have several images and they're not same width and height.
Question: Why are they not displayed? Is there a way to show all pictures correctly when I click on any of the thumbnails?
Upvotes: 0
Views: 2252
Reputation: 1498
I checked the code. This might be because of the plugin/theme conflict. Do check the Woocommerce -> System Status and look for errors.
Try switching the theme and see if the issue is solved and if the problem is still there then try disabling plugins one by one and see if the issue persists.
Upvotes: -1