pluginswoo
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Attributes typeWith the advanced version, you can add convert feature images into image swatches.
Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Null pointer when upgrading to woo 5.0Try to upgrade to the 1.1.10 version now.
Thank Youo
You are using an older version of swatches. Please upgrade to the 1.1.10 version. Check here: https://www.loom.com/share/0820857831aa40088f840ecabe658aab
Thank You
@calyweb Could you record me your issue using a tool like useloom.com
Thank you
Forum: Plugins
In reply to: [Additional Variation Images Gallery for WooCommerce] Please support php8.0Thank you for reaching out to 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 Gallery 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.
Looking forward to hearing from you soon.
Thank you
- This reply was modified 5 years, 2 months ago by pluginswoo.
What is your current version of the gallery plugin and PHP version?
Thank you for reaching out to 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 Gallery 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.
Looking forward to hearing from you soon.
Thank you
- This reply was modified 5 years, 2 months ago by pluginswoo.
Thank you for reaching out to 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.
Looking forward to hearing from you soon.
Thank you
Please check this guideline: https://www.loom.com/share/96e49f5ff69942b3b54d327c4d185bc3
And Implement this code: https://gist.github.com/ahmedeshaan/28852324145d7b83770cfba6880a2f0a
and check this video to classes: https://www.loom.com/share/d52d41b05ba24656bea184f0bc0cbf0a
.wvs-pro-product, .jet-woo-products__item
And please ask your JetWooBuilder author to include this fix in their plugin.Thank you
- This reply was modified 5 years, 2 months ago by pluginswoo.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] jQuery ErrorThank you for reaching out to 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.
Looking forward to hearing from you soon.
Thank you
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] What does “Load scripts globally” mean?Please try the filter. The first filter allows you to load files on the product and the second filter loads CSS on the product page and category pages.
add_filter( 'disable_wvs_enqueue_scripts', function(){ // Load only product page. Return true to disable. return ! is_product(); } ); //Or add_filter( 'disable_wvs_enqueue_scripts', function(){ // Load only shop or product page. Return true to disable. return ! (is_product() || is_shop()); } );Previously, we try to load the swatches elements where the WooCommerce Variation script loads. But page builder does the difference to show the swatches anywhere on the site. So, we have to take this decision.
Thank You
- This reply was modified 5 years, 3 months ago by pluginswoo.
- This reply was modified 5 years, 3 months ago by pluginswoo.
Hi Tiago Almeida,
Thank you for reaching out to 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.
Looking forward to hearing from you soon.
Thank you