Tagged: wocommerce
-
AuthorPosts
-
May 9, 2018 at 10:53 pm #954185
Hello
I have problem with single product image
,I fixed it before but when I update woocommerce it broke again.
Now I’m not remember how I fix it and need help.
My image size is 800x800px
My box size is 800×800 but it’s still blurry.
Can you please help me ?
https://resmim.net/f/aOy1RT.pngThanks
- This topic was modified 6 years, 6 months ago by dokuz.
May 10, 2018 at 5:49 pm #954728Hello
I changed woocommerce settings to 600x600px and my image is 800×800
still have same problem and need helpMay 10, 2018 at 8:38 pm #954864Hi,
Go to Appearance > Customize
Then go to WooCommerce > Product Images
Write your desired width in “Main image width” field.
Click on “Publish”Best regards,
BasilisMay 11, 2018 at 10:30 pm #955490Dear Basilis
It doesn’t work.I tried many widt and image but still have same problem.
Also my image is blurry in internet explorer and firefox too.,
Do you have any other offer ?May 12, 2018 at 11:47 am #955671Hi dokuz,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaMay 12, 2018 at 12:34 pm #955700Hello Victoria
I write admin access details to private box
Thanks and good luckMay 12, 2018 at 1:09 pm #955726May 12, 2018 at 2:56 pm #955757Hello Victoria,
I updated the php version from my hosting panel
can you please help me again
ThanksMay 14, 2018 at 1:22 pm #956424Hello again,
I updated the php version but still have same problem.
what to do now ?May 14, 2018 at 9:53 pm #956692Hi,
What php version are you now?
Best regards,
BasilisMay 15, 2018 at 2:50 pm #957031Hello,
I am using php 5.6.36 version
I send login details from private area before
Can you check the problem ?May 16, 2018 at 3:12 pm #957524Hi,
I have to fix the problem
when you will help me ?May 16, 2018 at 8:58 pm #957691Hi,
Please do update your web site to something like php 7+ and let us know if it will work out for you.
Best regards,
BasilisMay 18, 2018 at 12:51 pm #958583Hello Bailis,
I write login details to private box
do you know any css trick to fix the problem ?
It’s not about php versionMay 19, 2018 at 7:20 pm #959152Hi dokuz,
Here is a thread for you to consider
Best regards,
VictoriaMay 22, 2018 at 11:05 pm #960556Hello Victoria,
I tried that and didn’t work on me.
I have tried all things on enfold forum and any other things on internet.
Do you have any other solution ?May 23, 2018 at 1:50 pm #960786Also I tried this child theme solution
https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/
but still have no solutionMay 24, 2018 at 11:20 am #961441Hi dokuz,
I have added this php code at the bottom of your functions.php (I would suggest using a child theme):
add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function( $size ) { return array( 'width' => 650, 'height' => 650, 'crop' => 0, ); } );
then regenerated the thumbnails and that fixed it.
Best regards,
NikkoMay 24, 2018 at 12:56 pm #961509Hello Nikko
Thank you very much mate :)
I’m glad to see it fixed
Best WishesMay 24, 2018 at 3:47 pm #961595Hi dokuz,
Glad that we could help. :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Woocommerce Single Product Image’ is closed to new replies.