jQuery error preventing rotator from loading

laurashank

New member
Hello. I am getting an error message when adding a rotator to my web page, and the rotator is not visible as a result.

Here's the error in the console:

Uncaught TypeError: jQuery(...).rotator is not a function
at HTMLDocument.<anonymous> (flomec.net/:35)
at i (jquery-1.12.4.min.js:2)
at Object.fireWith [as resolveWith] (jquery-1.12.4.min.js:2)
at Function.ready (jquery-1.12.4.min.js:2)
at HTMLDocument.K (jquery-1.12.4.min.js:2)


Here is the url - can you tell what is wrong?

[linked-removed]

Thank you!

Laura Shank
 

WebSupport

Active member
Hi Laura, it's just that there's a duplicate copy of jQuery at the bottom of the page and it overwrites what has been already initialized with the other copy of jQuery in the header. If you remove the one from the footer, it should work.
 
Top