Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Martin Tod

    (@mpntod)

    The normal cause of tweets not rotating is multiple installations of jQuery. That’s almost certainly the problem here, because jQuery gets installed twice – and the second installation overwrites the first one and all the plug-ins linked to it.

    I suggest finding the plug-in or line of theme code that puts

    <script src="http://code.jquery.com/jquery-1.7.1.min.js" type="text/javascript"></script>

    onto the page at about line 83 of your homepage HTML and removing it.

    Plugin Author Martin Tod

    (@mpntod)

    Did this work for you?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Rotating Tweets (Twitter widget and shortcode) Not rotating’ is closed to new replies.