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

    (@mpntod)

    Hi Matt,

    That’s really weird. The divs holding the tweets are larger than the .rotatingtweets div containing them – and so they’re covering the button.

    In theory, that means some sizing code is broken (and changing from version 1 to version 2 of the JavaScript might solve that).

    The alternative is a CSS hack along the lines of:

    div.rtw_follow {
        margin-top: 20px;
    }

    Martin

    Thread Starter pmattt

    (@pmattt)

    Hi Martin

    Thank you for your prompt reply! I changed to JavaScript v2 and it’s now working. I’m very happy.

    Matt

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Follow button inactive’ is closed to new replies.