Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter zlajo22

    (@zlajo22)

    Please? some one?

    Try editing sidebar.php and changing:

    <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
    <?php wp_list_bookmarks(); ?>
    
    <li><h2>Meta</h2>
    <ul>
    <?php wp_register(); ?>
    <li><?php wp_loginout(); ?></li>
    <li><a href="https://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
    <li><a href="https://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
    <li><a href="https://www.ads-software.com/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
    <?php wp_meta(); ?>
    </ul>
    </li>
    <?php } ?>

    to

    <?php wp_list_bookmarks(); ?>
    
    <li><h2>Meta</h2>
    <ul>
    <?php wp_register(); ?>
    <li><?php wp_loginout(); ?></li>
    <li><a href="https://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
    <li><a href="https://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
    <li><a href="https://www.ads-software.com/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
    <?php wp_meta(); ?>
    </ul>
    </li>
    Thread Starter zlajo22

    (@zlajo22)

    Thanks that fixed the problem with the arhive page, but i got an similar problem on the comments page :S , it dosen′t go down all the way, and the alignment of the content is all messed upp now

    You need to use the narrowcolumn class on single post pages – not widecolumn. You also need to float your sidebar left and remove margin-right:545px;.

    Thread Starter zlajo22

    (@zlajo22)

    thanks, but now i discovered another problem, when i post larger amounts of text, the sidebar doesn′t go all the way down… ??

    It won’t. It will only extend far enough to enclose it’s own content. The length of the content in the post area is totally unrelated and hence won’t affect the sidebar div. If you want the effect of a sidebar that extends the full length of the page, try googling on “css faux columns”.

    Thread Starter zlajo22

    (@zlajo22)

    i have tryed out what you adviced me to do but the only thing that hapens is that all the other pages using narrowcolum, get messed upp and the comment page (the content) just moves upp 10px or so :S

    I think I have a similar problem. The sidebar shows up on the first page of my blog (Kubrick) but not when you click through to other pages. Any suggestions? Thanks!

    Thread Starter zlajo22

    (@zlajo22)

    Well i added them manualy, and it works perfectly, just i added a backround to the sidebar, (se the website)

    add them manualy by inserting them before the footer tag in the php files for comments & archives ??

    @bbmarketingplus: There is no sidebar on single post pages in the default (Kubrick) theme. You’ll need to edit some of the template files in the theme if you want a sidebar on every page. If you do customise the them in this way, I’d strongly recommend that you protect your theme customisations otherwise they will be completely overwritten next time you upgrade WordPress.

    Thread Starter zlajo22

    (@zlajo22)

    i can`t manage to make the faux columns to work, it does not show at all :S. and i still have the problem with the comment page :S when i do what you said it just moves abit, and nothing else hapends :S besides that all the other pages with narrowcolumn get messed up ??

    Thread Starter zlajo22

    (@zlajo22)

    still havent managed to get the css faux colums to work :S any one that can help?

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Having problems with the sidebar (not showing properly)’ is closed to new replies.