Can you send me a link? It’s impossible to solve this kind of problem without seeing the page.
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.
I’ve emailed you the login for it. Thank you!
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.
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
}