Tagged: blurry images, enfold, product image, woocommerce, woocommerce images
-
AuthorPosts
-
March 9, 2021 at 1:06 am #1286583
Can you help me fix the blurry product images seen on my mattress product pages? The main/featured image looks crisp, but the gallery images are not looking correct.
I can include links and login details privately so you may check the site settings.
Thanks for your help!
March 11, 2021 at 4:41 pm #1287495Hi Dino0103,
Thanks for providing us with admin access.
The default size for the main product image is 600px as set in Appearance > Customize > Woocommerce > Product Images > Main image width, I adjusted it to 850px as the image is actually using a width of around 847px.
Please review your site.Best regards,
NikkoMarch 12, 2021 at 2:51 am #1287560This reply has been marked as private.March 12, 2021 at 4:38 am #1287570Hi Dino0103,
You’re welcome, please try adding this code at the bottom of your child theme’s functions.php file:
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['shop_thumbnail'] = array('width'=>270, 'height'=>270); return $size; }
You will need to re-upload the images, if there are too many images, try using image regeneration plugins to regenerate images.
Best regards,
NikkoMarch 18, 2021 at 8:26 pm #1289047Thank you. I added the code and ran an image regeneration plugin last night. Cleared cache today but images are still blurry. Is there something else I can do? This is not happening on my other woocommerce sites using Enfold… says my site developer.
Thank you for your help.
March 19, 2021 at 4:26 pm #1289230Hi Dino0103,
I have installed and activated this plugin: Simple Image Sizes.
Then in Settings > Media, I resized shop_thumbnail and woocommerce_gallery_thumbnail and regenerated it but it did not reflect the change I made (though regeneration succeeded).
Can you give us FTP access? so we can check if images are generated or it failed.Best regards,
NikkoMarch 20, 2021 at 2:31 am #1289292This reply has been marked as private.March 22, 2021 at 6:10 am #1289557Hi Dino0103,
I apologize for the delayed response.
I was able to successfully access via SFTP however I could not find the correct folder for your site.
Which one should we check on?Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.