pluginswoo
Forum Replies Created
-
It’s working I guess: https://www.loom.com/share/d0390ad84f10478185b99acf0085b0d0
Thank You
Could you record me your issue using tool like useloom.com
it helps me to quickly help you.Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] First Variant Auto Swatch SelectCould you record me your issue using tool like useloom.com?
It helps me to quickly replicate it on my end.Thank You
Currently, it’s not possible. But we can run research. If it’s possible, I will try to notify you.
Thank You
Check here: https://www.loom.com/share/1304552d0b904455a3f35790ce2e6c22
Try the following css
.variations { margin-bottom: 4em; }Thank You
Forum: Reviews
In reply to: [Variation Swatches for WooCommerce] Bad – decided !Which theme are you using?
I need to know the name to fix it.Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] More than 100+ variationsYou have have clear button builtin your theme.
You can disable our and check you can select other variations with default dropdown or not.Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Me aparecen doble las tallasIt’s working on my end. Please check here: https://www.loom.com/share/9fd42714e60c4836b085c334ed636eca
Clear cache and try.
Thank You
Forum: Reviews
In reply to: [Variation Swatches for WooCommerce] Bad – decided !I guess, you might be using pretty older version of plugin.
The version of free is: 1.0.53
and the advanced version is: 1.0.83Could you confirm me which version you are using?
Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Auto-Select when only 1 option leftTry the following filter temporarily. It will fix your override.
add_filter( ‘body_class’, function($classes){
return array_push( $classes, sprintf( ‘woo-variation-swatches-stylesheet-%s’, woo_variation_swatches()->get_option( ‘stylesheet’ ) ? ‘enabled’ : ‘disabled’ ) );
} );Thank You