Forums Forums Search & Filter Pro AJAX not working again on WooCommerce

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #200840

    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

    Trevor
    #200867

    Great to speak with you Niels. You are going to contact the theme author to see if they can help with the script required to re-trigger Masonry after our Ajax has run.

    Trevor
    #200948

    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));
Viewing 3 posts - 1 through 3 (of 3 total)