Forums Forums Search & Filter Pro When AOS Animate on Scroll is enabled the filtering displays nothing

Tagged: , ,

Viewing 10 posts - 1 through 10 (of 14 total)
  • Anonymous
    #245972

    Hi there,
    When I use this animation library on the page to be filtered, the filter returns nothing but an empty one.
    Any clues please!

    Thanks

    Trevor
    #246008
    This reply has been marked as private.
    Anonymous
    #246606
    This reply has been marked as private.
    Anonymous
    #246608
    This reply has been marked as private.
    Anonymous
    #246895

    Hi there!
    Why there is no feedback on the issue although I provided the access URL and login?
    Thanks

    Trevor
    #246903
    This reply has been marked as private.
    Anonymous
    #246906
    This reply has been marked as private.
    Trevor
    #246917

    Is the animation in use now? When I search, the search works for me? Am I doing something wrong? For example, if I select Berkan I see one result?

    Anonymous
    #246938

    As said in this post #post-246606, the animation works well before applying the filter. When scrolling down or up you can see the animation playing. As soon as you use a filter and go back to the full page, the animation is no longer there.

    Trevor
    #246949

    ah. I see, and I know the reason. When ajax has been applied, the animate script is removed and needs to be set again, like this (you need to edit the code to add the needed function):

    <script>
    (function ( $ ) {
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
        // run your animation script again here.
      });
    }(jQuery));
    </script>
Viewing 10 posts - 1 through 10 (of 14 total)