Hi Konstantinos,
Thanks for reaching us.
We need an event from your filter plugin that should be triggered after new posts are loaded.
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’);
});
});
Please contact the respective authors and request them for the triggers.
(Both for the infinite scroll and Ajax Filter options).
Thank You
Problem with AJAX filtering
Konstantinos Almpanopoulos
Hello,
We are developing an eshop on this domain: dashndot.alconit.gr. We have the kadence theme with infite scroll enabled(AJAX) and also Filter Everything PRO(AJAX). I have enabled Show single atribute on archive and Variation image preview, so when someone clicks on a color swatch on the archive pages the image changes. This is working great by default but when i use filter everything pro with ajax enabled or infinite scroll it doesn’t work. Is there any chance that you could help me make this work with AJAX?
Thank you in advance