Hi Joe,
Thanks for reaching us.
We need an event from your “Load More Product” plugin 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 trigger like 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
Plugin not workiring with product scroll load
joe le
Hi Team
I have installed swatches plugin on my website https://mrgreen.delivery/. everything is working fine.
but on the shop page or category page i use the products loading on scroll. there this plugin is not wroking please check this on https://mrgreen.delivery/product-category/flowers/.
please check in the screenshot when it load first time
https://prnt.sc/wh922d
and this is the second screenshot when products load on scrolling using ajax
https://prnt.sc/wh93yd
i want to work this properly on ajax loading too.
Please test it on https://mrgreen.delivery/product-category/flowers/ with scrolling