With Respect,
This response is categorically WRONG. Did you write this plugin? And if so, do you KNOW how it works?
This theme (and I’m assuming ALL your themes), overwrite WooCommerce’s ability to set specific thumbnail sizes. Simply go to the Customizing/WooCommerce/Product Images page and you’ll see that the ability to specify thumbnail size has been removed. YOUR THEME is what removes that functionality. While I’ve only been doing this for a couple weeks, that’s fairly common knowledge I think.
So I went digging through your theme, and after an hour finally found: Theme Files/Inc/Customizer/WooCommerce.php. Within that file is the following code:
function my_music_band_woocommerce_setup() {
add_theme_support( ‘woocommerce’, array(
‘thumbnail_image_width’ => 480,
‘single_image_width’ => 580,
‘gallery_thumbnail_image_width’ => 120,
) );
According to your answer above, the WooCommerce Product Plugin wrote that code. Really? I’m a newbie, so maybe I’m missing something, but it sure looks like it’s hardcoded into your theme. Again, with respect…
All you had to do was point me to that php file in your theme, and it would’ve saved me an hour of my life. Hopefully you’ll take a little more time to address the other question I posted yesterday. Your first attempt there was equally dismissive, and I’m trusting that we’ll get on the same page here soon.
Thank You,
jg