Is there a way to have all the thumbnails to be one size? I tried changing in the woocommerce settings panel. but it didn't work .
Thank you :)
Is there a way to have all the thumbnails to be one size? I tried changing in the woocommerce settings panel. but it didn't work .
Thank you :)
Hi SixStar,
You can find it in wp-content/themes/replete/config-woocommerce/config.php and find this code:
//product thumbnails
$avia_config['imgSize']['shop_thumbnail'] = array('width'=>130, 'height'=>85);
$avia_config['imgSize']['shop_catalog'] = array('width'=>450, 'height'=>450);
$avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>999);
Just adjust the height and width. Hope this helps.
Regards,
Ismael
Thank you, but it wont work Ismael.
https://dreamroomshouston.com/beta/product-category/childrens-furniture/
Im trying to get all the thumbnails in there to be squares.
Hey!
Did you regenerate the thumbnails with: http://wordpress.org/extend/plugins/regenerate-thumbnails/ ? Make sure that the thumbnail settings (WooCommerce > Settings > Catalog) are correct (if not insert your required thumbnail size).
Regards,
Peter
You must log in to post.