pluginswoo
Forum Replies Created
-
There might be theme issue.
Could you provide theme name. I can check on my local for you.Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Conditional loading on product pagesTry the following code
add_filter( 'disable_wvs_enqueue_scripts', function(){ // Load only product page. Return true to disable. return !! is_product(); } );
Thank You
- This reply was modified 5 years, 1 month ago by pluginswoo.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Change Font When Button PressedThe plugin adds select class for selected variation.
Target the variation, you can do that.Thank you
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Cant hide out of stock variationsHow many variation are there?
If it’s less than 40 variation, try to enable twenty seventeen theme, the default theme of WordPress and check is it happening there or not?Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variation Swatches Different AlignForum: Plugins
In reply to: [Variation Swatches for WooCommerce] 2 NOTICES PHPForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Compatibility with Product BundlesForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Cant hide out of stock variationsForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variation Swatches Different AlignForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Swatches, ignores product attributesI’ve checked on the latest version.
Check here: https://www.loom.com/share/1822351288f142288d964b2df65132ca
It’s working fine.Could you disable all plugins except WooCommerce and Swatches plugin and check is it happening or not?
Thank You
We’ve checked once again.
It’s working on our end. Check here: https://www.loom.com/share/4a688612f3fe40508f05015f41eb3bdc
Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Swatches, ignores product attributesForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Swatches, ignores product attributesDisable swatches plugin and check the default WooCommerce variation select dropdown is getting selected or not?
Thank Youo