• After update to latest WordPress/Woocommerce I cant change the image size. It shows the correct number at the input field, but it shows another size in the table where you choose which image size you want to regenerate. If I try to UPDATE the image size, it shows the correct number in the table but if reload it stays the same as before.

Viewing 6 replies - 1 through 6 (of 6 total)
  • ali3412

    (@ali3412)

    Same problem

    Klaus69

    (@klaus69)

    Same problem. This is since WC 3.3.

    JayFry

    (@jayfry)

    Same problem. Plugin don`t change new woocommerce image sizes after it updated to version 3.3.
    You could read about what they`ve done here https://woocommerce.wordpress.com/2017/12/11/wc-3-3-image-size-improvements/

    • This reply was modified 7 years ago by JayFry.
    • This reply was modified 7 years ago by JayFry.
    Thread Starter eljuani

    (@eljuani)

    I partially solved the problem by entering this code in functions.php
    add_theme_support( ‘woocommerce’, array(
    ‘thumbnail_image_width’ => 150,
    ‘single_image_width’ => 322,
    ) );

    Replace 150 & 322 by your desired sizes. This just solves the regeneration part, but you can’t set woocommerce image sizes with the plugin anymore.

    JayFry

    (@jayfry)

    Yep, you`re right this is working solution. But unfortunately it denies the main usability purpose of this plugin ??

    Having the same issue, is anyone working to resolve this issue? Please advise.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cant change image size for regeneration’ is closed to new replies.