• Resolved meysam98

    (@meysam98)


    This plugin is very helpful and worked verry well, but recently when I want to change settings in WordPress customize page and save customize settings the settings of WooCommerce > product image sizes are reset and Thumbnail width set to zero or empty and all images load in actual size, please fix this problem, if Variation Swatches for WooCommerce plugin disabled this problem not accrued.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same problem can you guys have any solution.

    voelgoed

    (@voelgoed)

    I have the same issue. Any feedback on this?

    Plugin Support fizanzvai

    (@fizanzvai)

    @voelgoed @aashishmeena @meysam98

    Thank you for reaching out to us. We are sorry for your inconvenience.
    Please use the below code as a snippet (using Code Snippet Plugin) or, put the below code inside the child theme’s functions.php-

    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');
    }

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product image settings are deleted’ is closed to new replies.