Hi Multiverse,
Thanks for reaching out to us. We are sorry for the inconvenience.
We need an event from your infinite scroll feature.
The event must trigger once new products are loaded (via Ajax) after scrolling.
Let’s consider Product Filters for WooCommerce as an example: https://woocommerce.com/products/product-filters/
It offers this trigger: wcpf_update_products
Using the trigger we can reinitiate our Swatches scripts.
jQuery(document).ready(function( $ ){
jQuery(window).on('wcpf_update_products', function () {
$(document).trigger('woo_variation_swatches_pro_init');
});
});
Please contact your theme support and once you get the trigger, we will share a script to fix the issue.
Thank you
Infinite scroll issue with Neve theme
Multiverse Inc
Cannot click on variations after infinite scroll on Neve theme.