Reputation: 257
I've set up a product with multiple variations. I want to have a single image (for all variations) and a imagegallery. I've set a featured image and added a image to the productgallery. I've also set an image under "Variations".
I've read that this problem could be caused by not having a secure connection (SSL Certificate), so I installed Let's Encrypt.
The images don't show up, but I can see the URL in the code. What is going wrong?
https://do-it-creatief.nl/product/scheepjeswol-stonewashed/
Thanks!
Upvotes: 0
Views: 105
Reputation: 112
you have to set opacity from 0 to 1 in woocommerce.css
.product.has-default-attributes.has-children>.images{opacity:1}
Upvotes: 1