Tagged: woocommerce
After the April 4 Update to WooComerce, Image area for the product is blank. You can click the blank area and the image will pop up.
Example Product: (NSFW, Sex Toy Website WIP, no Pornography displayed) in Private Content.
div.product div.images {
opacity: 1!important;
}
Same here…
Tried Meuwessen fix. It did work, but picture is generated at 120px X 120px…
Meuwessen fix does work, but Pic is using the 120×120 thumbnail and then stretched, correct.
Yep… 120×120 stretched.
Hi,
To fix it, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.woocommerce-product-gallery {
opacity: 1 !important;
}
Best regards,
John Torvik
same issue the image is now fuzzy when I use the css code fix
Hi!
@frobinson111 the code worked for others
Can you please create your own ticket and share your web site please?
Best regards,
Basilis
The code does not “work”, it is more of an “oh shit!” band-aid patch. The main product image is using a stretched 120×120 Image, so it is basically pulling a gallery size thumbnail and stretching it into the main product image size. (450×999 default) so it looks abysmal.
NSFW Warning unless Sex Toys do not bother you, no pornography is displayed:
http://bareblissproducts.com/shop/
Hi,
This link should help you: https://docs.woocommerce.com/document/fixing-blurry-product-images/
Best regards,
John Torvik
For me, it doesn’t work. http://botigo.de/katalog/damen/promod-shirt-mit-spitze-5/
Thanks :-)