Hi David,
Thanks for reaching us.
We need an event from your filter plugin should be triggered after new products are loaded.
Please contact your filter plugin author and ask them to send a trigger like the following as the Malinky Ajax Pagination plugin provides.
document.addEventListener(‘malinkyLoadPostsComplete’, function(e) {
console.log(‘LoadPostsComplete’);
});
Thank You
Variations swatches plugin not compatible with product filter plugin
David Tattersall
Hi. This issue has been raised elsewhere but I have not seen a solution.
When using Woocommerce Product filters plugin, swatches do not work after you filter. They work on page load, but if a filter is selected the swatches no longer work.
Can you advise please.
Beth