fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Product Swatches lock on Product Carousel Scroll

Florels Media

Hey!

I have a problem where I use JetWooBuilder and we have made a product Grid Carousel with swatches displaying under the image.

Now, we have followed the Doc. of Crocoblock as follows – https://crocoblock.com/troubleshooting/articles/fail-to-add-attractive-variation-swatches-to-woocommerce-archive-page/

The Variations Swatches do show in the product Carousel but when you scroll the Carousel something strange happens, some of the variations appear in
a sort of fade color and seemed to be locked until you scroll further in the Carousel.

Is there a way to fix this issue?

Will be happy to hear from you!

Best regards,

Lari

Hakik Zaman

Hi Florels,

Thanks for reaching out to us.

Could you record me reproducing your issue using a tool like this? https://www.useloom.com
It helps me to quickly figure out the issue.

Hope to hear from you soon!

Thank you

Hakik Zaman

Hi Florels,

We need an event from your slider plugin that should be triggered after new posts are loaded.

Just send this plugin to your plugin developer: https://wordpress.org/plugins/malinky-ajax-pagination/

And ask them to send triggers like the following as the Malinky Ajax Pagination plugin provides.
document.addEventListener(‘malinkyLoadPostsComplete’, function(e) {
console.log(‘LoadPostsComplete’);
});

Like this filter plugin: https://woocommerce.com/products/product-filters/
jQuery(document).ready(function( $ ){
// Your code in here
jQuery(window).on(‘wcpf_update_products’, function () {
console.log(‘Hi’);
});
});

Thank You

Florels Media

Hey!

We have not plugin developer – we followed the tutorial of the Crocoblock Team and hoped it will work.

What should we do now?

Do you have another way to fix this?

Hope to hear from you soon!

Thank you!

Hakik Zaman

Hi Florels,

Is the product carousel a widget of Crocoblock?

If so, ask for an event from them that should be triggered after new posts are loaded/cloned.

Thank You