• Resolved BeatCasino

    (@draculakos)


    Hello, i am using the theme “Default”. When someone press the button “Read more” to view the full article on my blog, the menus (sidebar) dissapearing and the article is getting centered.. Any idea how to make the sidebar to don’t dissapearing? I want the sidebar to stays always there!

    any help..

Viewing 6 replies - 1 through 6 (of 6 total)
  • Find another theme that doesn’t do that.

    There used to be a version of default (Kubrick) that always has the sidebar but, probably, it is not compatible anymore with the present WP version.

    Thread Starter BeatCasino

    (@draculakos)

    are you sure that it is not possible to show the sidebar always?

    Not with the default theme… unless you re-write/edit/redesign that theme. Good luck!

    Thread Starter BeatCasino

    (@draculakos)

    Guys finally i made it by myself and it works great.. I’ll give you the changes if anyone needs it..

    Open the single.php
    Find this :
    <?php get_header(); ?>
    <div id=”content” class=”widecolumn”>

    And replace with this :
    <?php get_header(); ?>
    <div id=”content” class=”narrowcolumn”>

    Find this in the end of the file :
    <?php get_footer(); ?>

    And replace with this :
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    I am new on the blog script, but i think this is correct.. It works great for me.. i hope i helped someone who needs the same thing with me! ??

    Close. It brings in the sidebar, but now I am no longer looking at individual entries but the whole blog.

    Works for me (WP 2.8) but the sidebar’s light gray background doesn’t show…

    Any CSS or template fix for this?

    Gene

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘when viewing full article the sidebar menus dissapearing!’ is closed to new replies.