pluginswoo
Forum Replies Created
-
Could you show me any example?
Do you mean to have something like this: https://www.youtube.com/watch?v=zrOeb2ksOig
Thank YOu
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Validation errorPlease check this doc: https://stackoverflow.com/questions/10403138/what-is-the-purpose-of-the-role-attribute-in-html
Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] ActionScheduler@zajac007 you might be using different plugin.
Try this plugin: https://wordpress.org/plugins/woo-variation-swatches/Thank you
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variation Swatches Different AlignI can’t share email. It goes against the forum policy.
What is your site link where it’s happening? I can check your site code and suggest some fix.Thank you
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] ActionSchedulerWhich theme are you using?
Could you disable all plugin except WooCommerce and Variation gallery plugin?
And check what’s happening there?Thank You
- This reply was modified 6 years, 2 months ago by pluginswoo.
I’ve tested your issue here: https://www.loom.com/share/ece10b5c49df4d8bb1836bbed90b3e09
I haven’t found anything like you reported. Let me know if I missed anything.
Thank You
Is it possible to share you product page link. I need to inspect the page and what’s happening there.
Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] 2 NOTICES PHPYou might be using different plugin. The current version of our plugin is: 1.0.75
Thank You
Could you check here: https://www.loom.com/share/911516a492a04a2291232bcab97e60fa
It’s working fine here.Thank You
Forum: Plugins
In reply to: [Additional Variation Images Gallery for WooCommerce] Image Name and ZoomIs it possible to record your issue using tool like useloom.com
Reproduced issue helps us to quickly fix it.Thank YOu
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 6 years, 3 months ago by pluginswoo.