Forums › Forums › Search & Filter Pro › Another Uncaught TypeError
Tagged: jquery, Uncaught TypeError
- This topic has 2 replies, 2 voices, and was last updated 8 years, 1 month ago by Anonymous.
-
Anonymous(Private) October 3, 2016 at 7:45 am #61503
Hello,
I have a problem with Uncaught TypeError: Cannot read property ‘split’ of undefined..
on page
http://www.korculahome.com/accommodation-listing/
I followed similar topics on the support forum and disabled other plugins which loads jquery. but without success.
After filtering with ajax on the mentioned page, all links stop working.
Thank you.
Trevor(Private) October 3, 2016 at 11:19 am #61538You do indeed have a jQuery problem. I inspected the page source HTML and see quite a few files with the 1.11.4 version query strong on the end (1.11.4 was the old version of jQuery used by WordPress; it now uses 1.12.4), so I am wondering whether any of these files has code in it that is not compatible with jQuery 1.12.4
It could also be any javascript associated with other plugins. In the first instance, disable as many plugins as you can without stopping S&F from working (you should be able to deactivate most, if not all, plugins). Then check again. However, these are the suspect 1.11.4 file calls in the source HTML:
<script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/button.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/spinner.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/draggable.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/droppable.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/sortable.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/selectable.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/menu.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/tabs.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/resizable.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/dialog.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.korculahome.com/wp-includes/js/jquery/ui/effect.min.js?ver=1.11.4'></script>
These look like they might all be theme files?
-
AuthorPosts