pluginswoo
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] WooCommerce Product BundlesI am author of the swatches plugin.
We have the following trigger added in your code
$(‘.variations_form’).each(function(){
$(this).wc_variation_form();
});Like the competitor of your plugin (Malinky Ajax Pagination): https://wordpress.org/plugins/malinky-ajax-pagination/
They provide following trigger.
document.addEventListener(‘malinkyLoadPostsComplete’, function(e) {
console.log(‘LoadPostsComplete’);
});—
And we combine the trigger scrolling pluign trigger and our code like the following example.document.addEventListener(‘malinkyLoadPostsComplete’, function(e) {
// console.log(‘LoadPostsComplete’);
jQuery(‘.variations_form’).each(function(){
jQuery(this).wc_variation_form();
});
});Please provide a trigger like the plugin. We’ll include it on our guideline.
Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Is there a shortcode for this?Please check this guideline: https://www.loom.com/share/96e49f5ff69942b3b54d327c4d185bc3
And Implement this code: https://gist.github.com/ahmedeshaan/28852324145d7b83770cfba6880a2f0a
And please ask your JetWooBuilder author to include this fix in their plugin.
Thank you
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Date picker .js corruptedForum: Plugins
In reply to: [Additional Variation Images Gallery for WooCommerce] media queriesForum: Plugins
In reply to: [Variation Swatches for WooCommerce] COLOR SWATCHCheck here: https://www.loom.com/share/4d22850172dc487ca348ec66016e3423
You are using advanced version of swatches.
The current version of our plugin is: 1.0.55, but you are using 1.0.50.
Try to update your plugin.
Thank You
Forum: Plugins
In reply to: [NSFW] [Variation Swatches for WooCommerce] wordpress 5.5 errorForum: Plugins
In reply to: [Additional Variation Images Gallery for WooCommerce] Default imageCould you follow this this: https://www.loom.com/share/80fd05d314114d0fa2e820268f6ff2d1
I am sorry for the late reply.
Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variaton image on archive titleCould you follow this process: https://www.loom.com/share/02f3320f7b624f41af7521f652b8aae6
Thank You