Conversation
supportHi, Thanks for a great and neat plugin. When I use it, I get a script error on line 90 of ivycat-testimonials-scripts.js Error: TypeError: jQuery.browser is undefined Looks like it’s wrong with some browser-filter. Have a look here: http://www.athenas.dk/ -> look for the “Vores under siger:” section. https://wordpress.org/plugins/ivycat-ajax-testimonials/
Hi Athen, I’m glad you like the plugin, thank you for using it! I’m sorry to hear you’re getting this error. It looks like your page is loading two versions of jQuery: 1.9.1 in the header, and 1.11.1 in the footer… <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script> I haven’t tested configurations like this to be sure this is the cause, but calling multiple versions of jQuery can often cause unusual behaviors and errors. Can you try removing the call for jQuery 1.9.1 and see if that works? I hope this helps!
Hi Athen, I’m glad you like the plugin, thank you for using it! I’m sorry to hear you’re getting this error. It looks like your page is loading two versions of jQuery: 1.9.1 in the header, and 1.11.1 in the footer… <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script> I haven’t tested configurations like this to be sure this is the cause, but calling multiple versions of jQuery can often cause unusual behaviors and errors. Can you try removing the call for jQuery 1.9.1 and see if that works? I hope this helps!