Support » Everything else WordPress » Page/Sidebar offset!

Viewing 13 replies - 1 through 13 (of 13 total)
  • When you will have a button to skip that “movie” or a direct link to your blog… we may take a look at it.

    Thread Starter RobertBruce

    (@robertbruce)

    Moshu,

    Sorry! It’s friday. Tough week. I gave you the wrong linkl. DOH!

    Here is the correct link: http://theideachair.com/blog/wordpress

    Viewing it in Firefox everything seems to be OK.
    If in IE you have problems with the “sinking” sidebar – it means there is a too wide element either in the sidebar or in the content area. It can be a pic, a long link, an invisible script. Anything.

    Try to make you .ncol column a little narrower ( in your stylesheet )

    Thread Starter RobertBruce

    (@robertbruce)

    Petit,

    Thanks. I decreased the pixels. Also increased! Nothing happened either way. So reverted to default.

    Moshu,

    Many thanks as well. I’ve checked the links but see nothing too out of the rdinary to cause the sink. I am also editing the posts to see if one of them caused it. As I recall the effect I see now occured only after I had posted the Droplifting message. There does not appear to be anything there to cause the effect.

    I copy pasted the default sidebar.php page over the existing one. No change. Also searching through the contents again to see if I can spot something.

    I was trying to get the technorati script to work a couple of days back. I’ll check for any residual scripting I might not have eliminated.

    RB

    Titles like this:
    “Management is……………. ” with a long useless line – showing up in your Activity section for example could be the cause.
    You never mentioned in what browser are you seeing the problem.

    Thread Starter RobertBruce

    (@robertbruce)

    I use IEv6

    Thread Starter RobertBruce

    (@robertbruce)

    Well shortening the titles was a waste of time!

    As a general note: if a code is commented out with html comment-out (i.e. with <!-- something here-->) it is still executed, just not shown!
    Now, you have in your sidebar a huge chunck of code for CC licence commented out, then you have some really long code/link lines for all your syndication gizmos… and as I said in my first reply: a long code/link is enough to screw up the layout.
    I’d start taking out all the CC licence code and the syndication pics, tehn putting them back one by one. When it breaks – heureka 🙂

    Edit. And try to validate your site – that never hurts when you have problems!

    Thread Starter RobertBruce

    (@robertbruce)

    Moshu,

    Thanks. OK will do. I think it was the Syndication script that broke the camel’s back! I will get rid of it and see what happens.

    Cheerio!

    RB

    Thread Starter RobertBruce

    (@robertbruce)

    Result of validation:
    The document located at <http://theideachair.com/blog/wordpress/&gt; was checked and found to be valid XHTML 1.0 Transitional. This means that the resource in question identified itself as “XHTML 1.0 Transitional” and that we successfully performed a formal validation using an SGML or XML Parser (depending on the markup language used).

    Thread Starter RobertBruce

    (@robertbruce)

    I am now on a different PC using IE v6 and the same problem exists. The sidebar has slipped down the page.

    I have edited all commented out text in scripts, shortened post contents and titles. So it can in my opinion only be an error in index.php or sidebar.php or even styles.php

    What is the difference between styles.php and styles_IE.php?

    There is no problem when you click to ‘previous’ posts. The scripting is fine. Should I copy & paste the page contents to main index file?

    Thread Starter RobertBruce

    (@robertbruce)

    Here is the main page template script. From where I stand, I think there is a </div> missing somewhere?! Heck, how would I know anyway!!

    Plpease check this for any error:

    <?php get_header(); ?>
    <div class=”ncol”><!– Begin of the narrow column –>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class=”post”><!– Post Div–>
    <h2 id=”post-<?php the_ID(); ?>”>
    ” rel=”bookmark”><?php the_title(); ?>
    </h2>
    <div class=”entry”>
    <?php the_content(__(‘(more…)‘)); ?>
    </div>
    <p class=”postmetadata”><!– Here goes the metadata of your post–>
    <?php edit_post_link(‘#’,”,’| ‘); ?>” rel=”bookmark”><?php the_time(‘m/d/y’) ?> | <?php the_category(‘ – ‘) ?> | “>Trackback | <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?><br/><?php link_pages(‘Pages: ‘, ”, ‘number’); ?>

    <!–<?php trackback_rdf(); ?>–>
    </div><!– End of post div–>
    <?php endwhile; ?>
    <div class=”navigation”>
    <div class=”al”><?php posts_nav_link(”,”,’« Previous Entries’) ?></div>
    <div class=”ar”><?php posts_nav_link(”,’Next Entries »’,”) ?></div>
    </div>
    <?php else : ?>
    <h2>Error 404 – Not Found</h2>
    <?php include (TEMPLATEPATH . “/searchform.php”); ?>
    <?php endif; ?>
    </div><!– This closes the narrow column div, leave it where it is! do NOT place it before the php endif –>

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Page/Sidebar offset!’ is closed to new replies.