traeumer
Member
Posted 4 months ago #
Hi,
I've got a problem with twitter-widget-pro when using the WordPress Default 1.6 Theme. With other Themes like iBlog2 it works well.
The problem I have with the default theme is:
After putting the widget on the sidebar the widget shows my twitter Avatar as it should but the tweets and all the other widgets below the twitter-widget-pro are moved to the end of the blog - displayed under the oldest blogpost. Still on the right side - but you have to scroll down the whole blog to see it.
Maybe it's just a small problem with the fixed width of the theme or something, but unfortunately I don't know how to fix it.
aaroncampbell
Member
Posted 4 months ago #
The problem is backwards compatibility. The styling was like that originally because my theme needed it like that. Now that the plugin has caught on, if I change it I might break a lot of existing layouts.
You can fix it with this line of CSS:
.widget_twitter div.clear {clear:none;}
I may end up fixing the layout in a future version, but for now that should get you by on the default theme. My recommendation is...get a new theme :)
traeumer
Member
Posted 4 months ago #
Thank you very much for your help :)
Thanks for your recommendation, too. But as I like the default theme, I think I won't switch to a other one soon ;)