Animated image rotator not firing

Permalink
PHP and javascript fire an animated image slider athttp://pinotpdx.com, but not at pinotpdx.com/CMS/C5/. I am not sure why.

Deladroid
 
elyon replied on at Permalink Reply
elyon
Opera Dragonfly reports this error:

Uncaught exception: TypeError: '$('.rotate').cycle' is not a function

Right now you are including jQuery and your extension for cycling the images before the Concrete5 header content. Concrete5 already includes jQuery, so it probably is redefining jQuery without your extension.

Put your scripts after the C5 header include (not before), and don't load up jQuery from Google, since Concrete already includes jQuery, and see if that helps
Deladroid replied on at Permalink Reply
Deladroid
Thank you! That fixed it!