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

Disabled Attribute style: Blur without cross

Disabled Attribute style Blur with cross not working with elementor ( i use theme hello elementor )

Hakik Zaman

Hi Vo Le Bao,

Thanks for reaching out to us. You have a high number variation for the example product.

Please add the following snippet using a plugin called Code Snippets:

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

You can also add the above snippet using your current child theme’s functions.php file.

Note: It is recommended to add the Custom Code to the child theme’s functions.php file, to avoid any data loss while updating the Parent Theme.

Hope to hear from you soon.

Thank You