Forums › Forums › Search & Filter Pro › Duplicates in ajax infinite scroll results
Tagged: V3
- This topic has 26 replies, 3 voices, and was last updated 3 years, 10 months ago by Ross.
-
Trevor(Private) December 24, 2020 at 4:06 pm #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?
Ross Moderator(Private) December 30, 2020 at 6:24 pm #271385This reply has been marked as private.Ross Moderator(Private) December 31, 2020 at 8:28 am #271401This reply has been marked as private. -
AuthorPosts