Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #1464496

    By 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.

    #1464507

    Hi,

    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,
    Ismael

    #1464535

    Thank 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.

    #1464575

    Hi,

    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,
    Ismael

    #1464586

    Awesome!!!

    Thank you very much Ismael.

    Best regards.

    #1464588

    Hi,

    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,
    Rikard

    #1464622

    Thank you all of you Kriesi team.

    Ticket may be closed.

    Best regards,
    Eduardo

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Uncropped woocommerce image doesn’t work’ is closed to new replies.