• I’m running version 2.1.3 – using the latest Firefox to view.

    WordPress is installed here: https://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: https://harlanvampires.com/bluemoon

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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?

    https://validator.w3.org (I think that’s it)

    Thread Starter Mari

    (@mari)

    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.

    Thread Starter Mari

    (@mari)

    Thank you. I’ll do the above adn see what happens…

    Thread Starter Mari

    (@mari)

    Nope. It’s still doing the same exact thing.

    I think I’m going to ditch this theme and try something else. :sigh:

    Thread Starter Mari

    (@mari)

    Okay. I uploaded a brand new theme to my personal blog (https://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?

    Thread Starter Mari

    (@mari)

    For the record, on the writing blog (https://harlanvampires.com), I’m currently using the “classic” WordPress theme, and of course it’s parsing perfectly!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘sidebar in the right place – blog at the bottom!’ is closed to new replies.