I'm running version 2.1.3 - using the latest Firefox to view.
WordPress is installed here: http://harlanvampires.com
I'm using the JustSimple theme by WP ThemeSpot. My sidebar on the blog page is where it's supposed to be. The problem is the front page - the blog posts at the bottom. The sidebar/posts/pages works on all the other pages just fine.
I have the same problem with the same theme here: http://harlanvampires.com/bluemoon
I can't load an additional window but have you tried the w3 verifier on these sites to see if there's errors in teh coding?
http://validator.w3.org (I think that's it)
It found some missing ul tags, and I'm in the process of fixing those. But it's odd that it would be correct site wide - except on the actual *blog* pages. It's making me nuts. :sigh: I'll get to the bottom of it. I hope.
I see 2 problems:
1. In style.css
#content
{
margin-top: 1.0em;
padding: 1.2em;
line-height: 2.2em;
position: relative;
clear:both;
}
remove the "clear:both;"
2. Find this in your templates, probably only in your theme's index.php:
<div class="clear"></div>
<div id="content">
<div id="main">
and remove "<div class="clear"></div>". That should do it.
Thank you. I'll do the above adn see what happens...
Nope. It's still doing the same exact thing.
I think I'm going to ditch this theme and try something else. :sigh:
Okay. I uploaded a brand new theme to my personal blog (http://harlanvampires.com/bluemoon). I didn't touch anything, didn't customize anything. Just uploaded it. I selected it as the theme for the software to run. And I'm still having the same problem. Is this a problem that's inherent, then, in the 2.1.3 release of WordPress? If so, is there anywhere I can get a copy of 2.1.2 and use it again instead?
For the record, on the writing blog (http://harlanvampires.com), I'm currently using the "classic" WordPress theme, and of course it's parsing perfectly!