fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Blur with Cross not working on some items

Esther Mejia

G1!Mhkw3uHl&QYrw0*h0dx1Q

Golam Kibria

Hi Esther,

Please try adding the following snippet to your child theme’s functions.php file. You can also use the Code Snippets plugin to add the snippet.

add_filter( 'woo_variation_swatches_global_ajax_variation_threshold_max', 'woo_variation_swatches_global_ajax_variation_threshold_max_edit', 10, 2 );

function woo_variation_swatches_global_ajax_variation_threshold_max_edit( $size, $product ){
return 700;
}

Let me know if the issue is resolved.

Thank You