• Resolved pusbucket

    (@pusbucket)


    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pusbucket

    (@pusbucket)

    BTW, here’s a screenshot comparison:
    Clue

    Thread Starter pusbucket

    (@pusbucket)

    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">

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Another ‘dropping / falling sidebar’ problem’ is closed to new replies.