Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have problem at my site with jquery cycle plugin

I am running a news ticker at the top of my site bar its running sucessfully at my site home page but when navigate to other pages, ticker will not show up also when i check it at firebug console then i can see the error jQuery("#news-ticker").cycle is not a function My site is http://thehoopdoctors.com/online2/

Can anyone sort out my problem??

Thanks

Mohammad Umer

share|improve this question

closed as too localized by toscho Jul 30 '12 at 19:41

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

You're loading jQuery cycle twice, that could be your problem.

share|improve this answer
sorry i got it there was code in side bar added by my client, from mailchimp subscriber which call jquery again, when i delete that code then its running very well. – Mohammad Umer Jan 11 '12 at 4:17

Not the answer you're looking for? Browse other questions tagged or ask your own question.