fbpx
Want To Add Extra Images Per Product Variation? Download This Free Plugin

Infinite scroll issue with Neve theme

Multiverse Inc

Cannot click on variations after infinite scroll on Neve theme.

Hakik Zaman

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

Hello,

 

It’s either

neveinfinitescroll

or

infinite-scroll-trigger

 

unfortunately the developers are super unhelpful in this matter

 

Hakik Zaman

Hi Multiverse,

Please give us a link to your shop/archive page.

So that, I can test both the triggers on that page to ensure these are the triggers or not.

Hope to hear from you soon.

Thank You