Hi themifyme,
Yes, I have tried filter with default WooCommerce store theme and filter is working fine.
Ajax is filtering happening without any issue. So current theme is Uncode and I am not sure how to enable ajax trigger on it. Given below is ajax trigger code suggested by Uncode for Yith Ajax product filter. Is there something we can add custom js to enable themify product filter ajax trigger?
(function( $ ) {
$(document).on(‘yith-wcan-ajax-filtered’,function(){
UNCODE.isotopeLayout();
});
})(jQuery);