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

Me too. Disabled Attributes still showing

I, too, have the same problem others have already reported…

Disabled Attributes are still showing, but I have set it to: Blur without cross.

still showing.jpg

Please fix asap.

Rezwan Shiblu

Hi there,

Thanks for reaching us.

Please kindly do a plugin compatibility check by doing these steps to identify the error :

=> Deactivate all of your additional plugins except WooCommerce and WooCommerce Variation Swatches Plugin.
=> See if the problem persists. If the problem resolved, you can tell which plugin might be the culprit of this error by activating your additional plugins one by one.

If the plugin conflict check does not help, give me temporary admin access to your site. I will check what is happening there.

You can add new users by going to Users > Add New set the user and password for us, set the role to admin, and set the info here.

And add your site URL, login username, and password in the site login area. Follow this guideline: https://www.useloom.com/share/27c1f2ac633c4060b2da883d946107d7

Hope to hear from you soon!

Thank you.

Great, thanks for your fast help!

Is this something that will be fixed in the next update?

Rezwan Shiblu

Hi Marcel,

You are welcome. Glad to hear it’s resolved.

It’s not a issue of our plugin. Out-of-stock variation works up to 30 variations in the woocommerce plugin. So need to add the code which I have added on your site for more than 30 variations.

We really get excited & honored when you use our plugin in your site.

If you found my support helpful, could you leave your valuable review here: https://wordpress.org/support/plugin/woo-variation-swatches/reviews/?filter=5

Your rating keeps us inspired.

Thank You

So I have this problem in a new shop too.
Is this the code you use?

 

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

Hakik Zaman

Hi Marcel,

Yes, we use that code. But, it will work when you have installed and activated the Variation Swatches Pro.

Thank You

I have Variation Swatches Pro, but it did not work… With the code it does work.

Hakik Zaman

Hi Marcel,

Please kindly do a plugin compatibility check by doing these steps to identify the error :

=> Deactivate all of your additional plugins except the WooCommerce and WooCommerce Variation Swatches Plugin.

=> See if the problem persists. If the issue is resolved, you can tell which plugin might be the culprit of this error by activating your additional plugins one by one.

If the plugin conflict check doesn’t help, please record me reproducing your issue using a tool like this: https://www.useloom.com
It helps me to figure out the issue quickly. It would be great if you share a product link where it is not working.

And don’t forget to add your site login details in the site login details area. I’ll check what’s happening there.

You can add new users by going to Users > Add New set the user and password for us, set the role to admin, and set the info here.

And add your site URL, login username, and password in the site login area. Follow this guideline: https://www.useloom.com/share/27c1f2ac633c4060b2da883d946107d7

Hope to hear from you soon!

Thank you

Marcel Wolters

Hello,

In the past, you gave me this code:

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

So I put it into a snippet and when activated the loading of the variations are slower plus they flicker.
Please see my video about it: https://www.awesomescreenshot.com/video/24993647?key=6416e1fda07f9ec2214972b1eb96be06

When deactivating the snippet, the problem is gone in 1 webshop and disabled attributes are blurry with a cross.
So the problem has solved itself via updates I guess, and the snippet is not needed anymore.

Hakik Zaman

Hi Marcel,

So the problem has solved itself via updates I guess, and the snippet is not needed anymore.

If it works without the snippet please remove the snippet from your site.

Also, keep the snippet for the future. If you encounter the same problem you can add it again.

Thank You