shantier
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
This has been resolved
Thanks Nick! This resolved my problems. Also, I upgraded to WooCommerce 3.0.1.
So after a couple hours of trying stuff, I found that if I added the following:
In style.css:
.woocommerce div.product div.images.woocommerce-product-gallery{
opacity:1 !important;
}figure {
display: block;
margin-top: 0em;
margin-bottom: 0em;
margin-left: 0px;
margin-right: 0px;
}that I was able to see the images again. However, it is using a smaller image size and not the full product image file that was originally uploaded.
Maybe there would be a better update soon.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Woocommerce 3.0 and Product GalleryCopying those 3 snippets of code into my functions.php didn’t work for me. The product image for the Single Product page isn’t showing. Any other ideas?
Viewing 4 replies - 1 through 4 (of 4 total)