-
AuthorPosts
-
April 18, 2017 at 1:49 am #779025
Hello Team,
after update to Woocommerce 3.0.3 and Enfold 4.0.5 the quality of the product picture on the product site is very very bad. Please see the first screenshot
When I press the button of the picture then the picture is very good.Please see the second screenshot.What is to do ??
Thanks a lot and kind regards.First screenshot
Second screenshot- This topic was modified 7 years, 6 months ago by raucher-himmel.
April 18, 2017 at 7:01 am #779089Hey Michael,
First off, thanks for using our theme :)
This link should help you: https://docs.woocommerce.com/document/fixing-blurry-product-images/
Best regards,
John TorvikApril 19, 2017 at 11:22 am #779905Hello,
I have try that on my site but it is not working.
Regards
April 19, 2017 at 11:40 am #779907I have the same problem since the last update.
The image sizes defined seem fine. I see the problem only on Safari.
Chrome shows the images like they supposed to.EDIT: Nevermind the link you provided solved the problem for me. Cache needed to be cleared.
- This reply was modified 7 years, 6 months ago by doubleweb_mp.
April 19, 2017 at 4:09 pm #780036I have the same problem since the last update of Woocommerce :(
April 19, 2017 at 4:53 pm #780061I got that same problem. In Safari.
April 19, 2017 at 7:55 pm #780115I have same problem, also in Firefox. I’ve regenerated thumbnails + cleared cache, but problem persists..:
(right click the broken picture link + show picture..)
- This reply was modified 7 years, 6 months ago by margrethe_nobili.
April 19, 2017 at 8:57 pm #780139Hey!
Please follow the solution suggestion at the second message and it will do solve the problem you are having.
Check it and let us know if there is anything else we can do for youBest regards,
BasilisApril 19, 2017 at 9:11 pm #780146Hello,
As you can see several people including me is try that and it is not working.
April 20, 2017 at 9:48 am #780397I’ve regenerated thumbnails and cleared cache, but problem persists. Can you please take a look at the site.
April 20, 2017 at 11:56 am #780478Hi Guys i have the same issue i tried it out with your link, also regenerate Thumbnails (my images are all 900×900 also should be large enough) but its still bad quality!
This is really a bad thing…
Thanks for updating us with a new solution, because this is not working for most of us!
ThanksApril 21, 2017 at 4:38 pm #781306@Konstlist16
I checked your backend, as you’ve provided admin access to us. I see that you haven’t adjusted WooCommerce’s thumbnails size in WooCommerce->Settings->Products->Display->Product thumbnailsThere is still 120x12px, although you want to display your images much bigger. So change that, then regenerate your thumbnails and you should go fine.
However if you’re fine with your WooCommerce’s display settings, then use this code inside Quick CSS field:
#top .product div.images img { width: 120px; }
Adjust the width value to your display settings of your product thumbnail image.
Best regards,
AndyApril 21, 2017 at 7:28 pm #781359But 120×120 is for the smallest thumbnails, or am I wrong?
April 24, 2017 at 11:47 am #782252Hi,
try this code inside Quick CSS field:
a.lightbox-added img { max-width: 300px; } .thumbnails img { max-width: 90px !important; }
and adjust as needed.
Best regards,
AndyApril 25, 2017 at 11:18 am #782741Hey Andy, have you got any news for me? i still have the problem, i tried with the solution that you provided here, but nothing helps. Thanks for checking again.
April 26, 2017 at 8:06 pm #783667Hi,
try this code @icodesign:
a.lightbox-added { max-width: 90px !important; }
and adjust as needed.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.