-
AuthorPosts
-
August 12, 2024 at 10:43 pm #1464492
Hello.
I am re-building a page under another domain (I’m changing hosting provider), copying exactly the same WordPress and Enfold settings to ensure the same results.
However, images in Woocommerce shop appear square and cropped in the new site enstead uncropped as I have in the original one. I needt images are displayed uncropped also in the new site. How could I change it? Is there any Enfold configuration or CSS code to obtain that result?
Here are links to both sites:
ORIGINAL ONE:
https://alonsozimbron.com/tienda/NEW ONE:
https://elinfinito.com.mx/tienda/Thanks for your support in advance.
August 13, 2024 at 2:55 am #1464496By the way, “Uncropped” and “Custom” options under Appearance > Customize > WooCommerce > Product Images
– Settings > Media “Thumbnail cropping” don’t work.I leave login information through private content.
Regards.
August 13, 2024 at 6:22 am #1464507Hi,
Thank you for the update.
We can’t access the new site, which may be due to the security plugin:
Your access to this site has been limited by the site owner
Your access to this service has been limited. (HTTP response code 503)
If you think you have been blocked in error, contact the owner of this site for assistance.Have you tried regenerating the thumbnails? Please make sure to create a restore point before doing so.
// https://wordpress.org/plugins/regenerate-thumbnails-advanced/
// https://wordpress.org/plugins/force-regenerate-thumbnails/Best regards,
IsmaelAugust 13, 2024 at 3:07 pm #1464535Thank you Ismael, I appologize regarding access issue. It’s already fixed.
So, do I have to choose “uncropped” option on Woocommerce media settings and then regenerate thumbnails? Is this a reasonable first step? Let me try.
Anyway, please take a look to private message I’m leaving to you.
Regards.
August 14, 2024 at 5:04 am #1464575Hi,
Thank you for the update.
It turns out that the theme sets a default thumbnail size called “shop_catalog” for the product grid. To adjust this, we added the following filter to the functions.php file:
function avf_mod_wc_before_shop_loop_item_title_img_size( $size ) { return 'full'; } add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_mod_wc_before_shop_loop_item_title_img_size' );
Best regards,
IsmaelAugust 14, 2024 at 7:10 am #1464586Awesome!!!
Thank you very much Ismael.
Best regards.
August 14, 2024 at 10:10 am #1464588Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardAugust 14, 2024 at 6:47 pm #1464622Thank you all of you Kriesi team.
Ticket may be closed.
Best regards,
Eduardo -
AuthorPosts
- The topic ‘Uncropped woocommerce image doesn’t work’ is closed to new replies.