Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there ??

    Image sizes can be configured under the Customizer. Please go to Appearance > Customize > WooCommerce > Product Images.

    From there you can set the Main image width, Thumbnail width, and Thumbnail cropping.

    For more information, you can check these guides:

    https://www.businessbloomer.com/woocommerce-single-product-image/
    https://docs.woocommerce.com/document/fixing-blurry-product-images/

    I hope that helps ??

    Thread Starter thecause12

    (@thecause12)

    Hi gabrielfuentes, thank you for your response. I followed the steps in both links and unfortunately it showed no changes. I went into Customize > WooCommerce > Product Images and selected the options of 1:1 and custom, and changed the values accordingly. After publishing as well as a hard refresh everything stayed the same.

    I also added the following code to the functions.php file in my theme:
    // Declare WooCommerce support.
    add_theme_support( ‘woocommerce’, apply_filters( ‘storefront_woocommerce_args’, array(
    ‘single_image_width’ => 416,
    ‘thumbnail_image_width’ => 324,
    ‘product_grid’ => array(
    ‘default_columns’ => 3,
    ‘default_rows’ => 4,
    ‘min_columns’ => 1,
    ‘max_columns’ => 6,
    ‘min_rows’ => 1
    )
    ) ) );

    Should I save a backup and remove what is already in the functions.php file?
    This is what I currently have in there:
    https://i.gyazo.com/f88d39ddf4970e4ed27a5ad747d6d123.png

    Can you think of anything else that could be causing this?

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Apologies for the delay!

    I went into Customize > WooCommerce > Product Images and selected the options of 1:1 and custom, and changed the values accordingly. After publishing as well as a hard refresh everything stayed the same.

    That’s strange, that setting should work. I’ve tested on my end and worked just fine.

    Let’s check if there is an error on the WooCommerce Logs. So please, provide us the following:

    • System Status: You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.
    • Error log: share a copy of the fatal error log found under WooCommerce > System Status > Logs (if available)

    Thank you!

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @thecause12,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to find a solution to your problem!

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Thumbnail homepage images’ is closed to new replies.