Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #268388

    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

    #268596

    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

    #269112
    This reply has been marked as private.
    #269410

    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

    #269511
    This reply has been marked as private.
    #269638

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blurred Product Images’ is closed to new replies.