• Resolved nickhempsey

    (@nickhempsey)


    Essentially when you run the filter .alm-filters-container gets .filtering and then it never goes away. I’ve tried running:

    window.almFilterComplete = function(){
         console.log('Ajax Load More filter has completed!');
    };

    to verify that the filter completes its process and I do get the console log, I’ve also confirmed that I have no console errors from any other plugins. It’s strange and I can’t seem to figure out why it’s happening.

    I figured the easiest solution was to remove .filtering from alm-filters-container after the filter is complete, but apparently, once the filter runs it can’t be run again. It doesn’t matter if you enable reset or use on change the problem persists.

    I’d post a link but this site is still local, maybe I’ll push it to staging if anyone needs to see it in action.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filter gets stuck after loading results’ is closed to new replies.