Viewing 3 replies - 1 through 3 (of 3 total)
  • If I remember right, in the sidebar.php file… find these two lines near the end of the file and remove them.

    <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>

    <?php } ?>

    That last code there, should almost be right close to the end of the file…the top code there, is just a little ways up from that one.. I hope this helps..

    Also, throughout some other files like: single.php and so on.. (Near top of those files)

    Find this:
    <div id=”content” class=”widecolumn”>

    And make it like this:
    <div id=”content” class=”narrowcolumn”>

    EDITED QUICK* Slaps self, you’ll also have to add this: <?php get_sidebar(); ?> to those other files, like single.php and so on, right above this one: <?php get_footer(); ?>

    This is found at the bottom of those files, and the end result should be like this:

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

    spencerp

    I *hope* I covered it all lmao.. dang lack of sleep I tell ya.. Oh well, this is fun.. =P

    Here’s a demo of all the ABOVE code changes and such when this is done.

    https://www.vindictivebastard.net/kubrickfixed/default-v25-released.htm/

    @dscheerca,
    That’s by design – so the sidebar is not “missing”, it is not shown on single post view. Pick another theme… or before going through all that hassle that good old spencerp is suggesting ??
    download the Kubrick All-Sidebar Edition:
    https://codex.www.ads-software.com/Using_Themes/Theme_List#Two_Columns

    or before going through all that hassle that good old spencerp is suggesting ??

    Hahaha..Yeah, it is a hassle, that’s for sure sigh.. Yeah, if ya want to, just do what moshu suggests… I have the downloads at the demo there with alot of fixes, it’s just basic “replacement” files..

    I plan to do up *just* an original version of default 1.5, that has the fixes again here soon.. Well, tonight prolly.. I’ll get working at it..

    spencerp

    Jeesh, I have so many different variations of this default 1.5 theme, I’m starting to lose track of what’s what… =P

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Default Theme – Right Hand Nav Bar Does not show up’ is closed to new replies.