Forums Forums Search & Filter Pro Duplicates in ajax infinite scroll results

Tagged: 

Viewing 10 posts - 1 through 10 (of 26 total)
  • Trevor
    #261571

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

    Is there anything I need to do to see this issue?

    Anonymous
    #261643
    This reply has been marked as private.
    Anonymous
    #261647
    This reply has been marked as private.
    Trevor
    #261733
    This reply has been marked as private.
    Anonymous
    #267871
    This reply has been marked as private.
    Trevor
    #267973

    I edited the theme search.php file to add some parts:

    https://www.screencast.com/t/xHUvenOq

    And edited the form:

    https://www.screencast.com/t/hRTltSVeHg

    The last two settings are empty, as the classes I added in the search.php template were our ‘default’ ones.

    Does this work any better?

    Anonymous
    #268580
    This reply has been marked as private.
    Trevor
    #268702
    This reply has been marked as private.
    Anonymous
    #270648
    This reply has been marked as private.
    Trevor
    #271075

    I think, looking at the error, which is this:

    search-filter-build.min.js?ver=2.5.3:2 Uncaught TypeError: Cannot read property 'toLowerCase' of undefined
        at HTMLFormElement.updateLoaderTag (search-filter-build.min.js?ver=2.5.3:2)
        at HTMLFormElement.loadMoreResults (search-filter-build.min.js?ver=2.5.3:2)
        at onWindowScroll (search-filter-build.min.js?ver=2.5.3:2)
        at dispatch (jquery.min.js?ver=3.5.1:2)
        at v.handle (jquery.min.js?ver=3.5.1:2)

    This, if you look at the non-minified version of that JS file, is on line 2769:

    var this_tag = $cthis.prop("tagName").toLowerCase();

    That makes me think that it might be the custom JavaScript that turns the field headers into ‘accordion’ type dropdowns. So, can you try removing that code to see?

Viewing 10 posts - 1 through 10 (of 26 total)