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

Tagged: 

Viewing 10 posts - 11 through 20 (of 27 total)
  • 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?

    Trevor
    #271077
    This reply has been marked as private.
    Anonymous
    #271318
    This reply has been marked as private.
    Trevor
    #271327
    This reply has been marked as private.
    Ross Moderator
    #271385
    This reply has been marked as private.
    Anonymous
    #271393
    This reply has been marked as private.
    Ross Moderator
    #271401
    This reply has been marked as private.
    Anonymous
    #271547
    This reply has been marked as private.
    Anonymous
    #271549
    This reply has been marked as private.
    Ross Moderator
    #271559
    This reply has been marked as private.
Viewing 10 posts - 11 through 20 (of 27 total)