Forums

[resolved] Another 'dropping / falling sidebar' problem (3 posts)

  1. pusbucket
    Member
    Posted 3 years ago #

    This is the one where if you are logged in, the sidebars float nicely to the right of the content BUT if you aren't logged in, the sidebars fall underneath the content.

    Example Page

    -Not a widget issue as far as I can tell.
    -The site doesn't currently validate, but when I removed all widgets, it DID, but the sidebar issue still existed.
    -It appears to be a DIV tag issue, because adding and removing </div> tags will make the site display correctly when logged out, but incorrectly when logged in.
    -I've searched these forums and tried various fixes, but nothing seems to work.
    -I've tried leaving comments on the theme developer's site with no response.

    Thanks!

  2. pusbucket
    Member
    Posted 3 years ago #

    BTW, here's a screenshot comparison:
    Clue

  3. pusbucket
    Member
    Posted 3 years ago #

    WOOT! Got it.
    Was lacking a </div> tag after the registration call so I put it here:

    <p id="respond"><b>Leave a Reply</b></p>
    
    <?php if ( get_option('comment_registration') && !$user_ID ) : ?>
    <p>You must be <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php the_permalink(); ?>">logged in</a> to post a comment.</p>
    </div>
    <?php else : ?>
    
    <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.