WPIntell

Source evidence

JS error

IvyCat AJAX Testimonials · support · 2014-06-24T12:37:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 28 rows with source links

10.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Peer unresolved
Hi, 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!

Comments

1 shown
Patrick Jackson 2014-06-28T05:04:00+00:00

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!