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

    (@mpntod)

    I think the rotatingtweets_v2_cyclone.js file hadn’t been updated properly when I updated rotatingtweets_v2.js. I’ve uploaded a new development version that should fix the problem. Let me know if it solves it.

    A couple of other things:

    1. You’ve a broken link to the icon. The line (in your template?) that reads
      <div class="twitter-icon">
      <img src="/wp-content/plugins/rotatingtweets/images/twitter-bird.png" />
      </div>

      should have:

      <div class="twitter-icon">
      <img src="/wp-content/plugins/rotatingtweets/images/twitter-bird-light-bgs.png" />
      </div>

      if you’re wanting to use the similarly named icon that comes with Rotating Tweets.

    2. You’re double-loading jQuery – once from WordPress – once from Google. This could either be in your template or in a badly behaved plug-in. The second version normally overwrites the first – and can cause trouble.
    Plugin Author Martin Tod

    (@mpntod)

    Aha. What I thought was fix actually stopped the tweets rotating – which wasn’t the idea at all…

    The main version is the right one to use.

    Have you updated your theme? Or added any other plugins recently?

    Plugin Author Martin Tod

    (@mpntod)

    The development version (which currently matches the current version 1.8.4) should also work.

    Plugin Author Martin Tod

    (@mpntod)

    Does the new version work for you?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Scroll to top on Next click’ is closed to new replies.