Hi,
today I made the final Update to the current Version of Enfold.
When I want to add new product images, they all get blurred.
I did not change the size of the pictures; they are still the same, I always used (1450 x 2195).
Please have a look at this site:
http://www.dagmars-bodyshop.com/produktkategorie/anti-bacterial/hand-sanitizer/pocketbac/
and you will understand. I added two new products and the images look ugly.
best regards,
Andreas
Hey aneubaue!
Please go to WooCommerce > Settings > Products > Product Image Sizes and change image sizes and then regenerate thumbnails using this plugin – http://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
Yigit
Hey!
Thank you for using the theme!
Please edit the file config-woocommerce > config.php then look for this code on line 15:
$avia_config['imgSize']['shop_catalog'] = array('width'=>450, 'height'=>450);
Replace it with:
$avia_config['imgSize']['shop_catalog'] = array('width'=>170, 'height'=>257);
Regenerate or upload the images again.
Best regards,
Ismael
Hi,
I managed to fix it now – I had to delete the functions.php in the child theme and then it worked like you proposed.
best regards,
Andreas