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

    (@mpntod)

    Can you send me a link? It’s impossible to solve this kind of problem without seeing the page.

    Thread Starter jesspace

    (@jesspace)

    let me know the best place to email you a login. It’s still under construction mode but I’d be more than happy to do so to let you help. Thank you.

    Plugin Author Martin Tod

    (@mpntod)

    Thread Starter jesspace

    (@jesspace)

    I’ve emailed you the login for it. Thank you!

    Plugin Author Martin Tod

    (@mpntod)

    No worries. The problem is because the Avantgarde template has its own copy of jquery.cycle hidden away in its custom.js script which is overwriting the one used by rotating_tweet.js. I’ve sent you some possible solutions.

    Plugin Author Martin Tod

    (@mpntod)

    Just for the record (for people with a similar problem), this is now all sorted. Sorted the reference to jquery.cycle in custom.js by using a fade transition.

    Added the following to /wp-content/uploads/rotatingtweets.css

    #sidebar div.rotatingtweet {
     padding-left: 25px;
     padding-right: 25px;
     padding-top: 20px;
     padding-bottom: 10px;
     height: 160px;
    }
    #sidebar div.rotatingtweets, #sidebar div.rtw_follow {
     padding-left: 25px;
     padding-right: 25px;
     padding-top: 13px;
     padding-bottom: 10px;
     max-width: 244px
    
    }
    #sidebar div.rtw_meta {
      clear:both
    }
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Shortcode works, but widget doesnt’ is closed to new replies.