Hi Paul,
Thanks for reaching out to us. Please place the below code at your child theme’s functions.php or snippet using Code Snippets Plugin–
if ( ! function_exists( 'wvs_support' ) ) {
function wvs_support(){
remove_filter( 'pre_update_option_woocommerce_thumbnail_image_width', 'wvs_clear_transient' );
remove_filter( 'pre_update_option_woocommerce_thumbnail_cropping', 'wvs_clear_transient' );
}
add_action('admin_init', 'wvs_support');
}
Then let me know if it resolves your issue or not.
Thank You
Product image size not saving in Customizer
Paul Thomson
Hello,
I’ve found a bug in your plugin, Variation Swatches for WooCommerce.
When the plugin is enabled, I’m unable to save Thumbnail width option in Customiser > WooCommerce > Thumbnail Width.
When I disable your plugin, I’m able to save this option.
Could you please let me know if/when you’re able to fix the bug?
Thanks,
Paul