Hi Petr,
Thanks for reaching us.
We need an event from your “load more” plugin that should be triggered after new products are loaded.
Just send this plugin to your plugin developer: https://wordpress.org/plugins/malinky-ajax-pagination/
Ask them to send a trigger 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
Issue with loading of swatches
Petr Petrovskii
Hello, all swatches are work if loading with a page opening, but when scrolling down and loaded some more products, the swatches for them do not work. Please see on photo.