Forums › Forums › Search & Filter Pro › Uncaught TypeError: Cannot read property 'split' of undefined
- This topic has 13 replies, 3 voices, and was last updated 7 years, 4 months ago by
Anonymous.
-
Anonymous(Private) October 1, 2018 at 8:03 pm #189845
Hi there,
I am experiencing this issue on the following development site:
http://adaptivestardev.emberlydigital.com/stories/Uncaught TypeError: Cannot read property ‘split’ of undefined
at HTMLFormElement.getQueryParamFromURL (search-filter-build.min.js?ver=2.4.5:2)
at HTMLFormElement.getPagedFromURL (search-filter-build.min.js?ver=2.4.5:2)
at HTMLElement.<anonymous> (search-filter-build.min.js?ver=2.4.5:2)
at HTMLDocument.dispatch (jquery.js?ver=1.12.4:3)
at HTMLDocument.r.handle (jquery.js?ver=1.12.4:3)
getQueryParamFromURL @ search-filter-build.min.js?ver=2.4.5:2
getPagedFromURL @ search-filter-build.min.js?ver=2.4.5:2
(anonymous) @ search-filter-build.min.js?ver=2.4.5:2
dispatch @ jquery.js?ver=1.12.4:3It results in
<a>tags not being clickable in results.Anonymous(Private) October 2, 2018 at 8:51 pm #189939Hi Trevor,
I just rebuild the Relevannsi index and set both forms to use Relevannsi, but the error remains.
I disabled all plugins and switched to a default theme – still nothing. It seems like pointer events have been disabled, but I can’t find where. I tried adding pointer-events: all to every bit of the code and it won’t work.
Any other thoughts>
-
AuthorPosts