Tweets not rotating
-
I recently installed Rotating Tweets and everything displays fine except the tweets are not rotating. Only the first tweet is displayed. I checked the html and all five tweets are being picked up, so I assume there is a javascript issue? Here is the site: http://www.marikaflatt.com
Here are the other plugins installed:
AddThis Social Bookmarking Widget
All in One SEO Pack
Antispam Bee
BackUpWordPress
Google Analytics for WordPress
Gravity Forms
Shockingly Simple Favicon
WP IssuuAny help would be greatly appreciated!
-
Each time, jQuery is loaded (line 32, 48, 125) it nukes the previous jQuery installation and all the plug-ins that use it.
I think in this case, it may be Gravity Forms that’s doing this – but it’s hard to tell without seeing the code. They could also be in another plug-in or in the template.
The two lines causing a problem are 48:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>and 125:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>which both need to be removed. Once that is done, it should all work perfectly! 🙂
Thanks so much for your help. Where exactly would I remove this code? Is it in the gravity forms files?
I don’t know exactly where it is. It could be in the template or in a plug-in.
I used Notepad++ for editing code and that let’s me search through lots of files to find a particular string.
Do you have some software that does something similar?
Martin
I found it, and it’s fixed! Thanks again!
Excellent! 🙂
The topic ‘Tweets not rotating’ is closed to new replies.