Forums Forums Search & Filter Pro Loading icon not displaying on infinite load

Viewing 3 posts - 1 through 3 (of 3 total)
  • Trevor
    #228326

    It should show, but maybe it is hidden behind something?

    If you add this custom CSS as a test, it will permanently show on the page:

    .search-filter-scroll-loading {
      display: block !important;
    }

    Are you able to send me a live link/URL to your search page so I can take a look?

    Anonymous
    #228343
    This reply has been marked as private.
    Trevor
    #228379

    I can see it after the first post. Try this instead (because all your posts have float: left attached):

    .search-filter-scroll-loading {
        clear: both;
    }

    You could also do to hide the pagination.

Viewing 3 posts - 1 through 3 (of 3 total)