- This topic has 2 replies, 2 voices, and was last updated 7 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › AJAX not working again on WooCommerce
Tagged: ajax
Hi Trevor,
So I have the same problem again with AJAX, something in our theme is putting the opacity on zero on our products page (tienda – I’ll send you the link on Skype). But this time there are isotope-containers. Let me know when we can take a look at it.
Thanks,
Niels
So, with the help of the theme company (MOVEDO) this script fixes the Ajax issue:
(function ( $ ) {
"use strict";
$(document).on("sf:ajaxfinish", ".searchandfilter", function(){
GRVE.isotope.init();
GRVE.basicElements.wooProduct();
GRVE.basicElements.hovers();
$('.grve-video, .grve-media').fitVids();
});
}(jQuery));