Forums

[resolved] Side bar is showing below content (5 posts)

  1. jbellatl
    Member
    Posted 12 months ago #

    Ok, http://www.jamisonbell.com/testing/ is an example of where the side bar is showing up below the content area on blog pages and single posts. The home page, http://www.jamisonbell.com is showing up just fine with the side bar aligned at the top.

    I have:

    stripped plugins, went through the forums, re-installed fresh CSS, look taken all the widgets out and tried to localize the issue to no avail.

    I know that it will be something simple. I come with my tail between my legs.

  2. Jarret Cade
    Member
    Posted 12 months ago #

    Showing up on the side for me, did you still need help?

    Tested in Chrome, Firefox and IE9

  3. jbellatl
    Member
    Posted 12 months ago #

    Fixed it at long last!

    Ok the fix in this side bar case... went to /wp-content/themes/[YOUR_THEME]/library and opened up template_page.php (may be a different name for your theme).

    Went from...

    <?php if(pagelines('featureboxes', $post->ID) && VPRO) require(PRO.'/template_fboxes.php');?>
    <!-- Standard Page Code -->
    <div id="maincontent">

    <div id="content">

    <?php require(THEME_LIB.'/_posts.php');?>

    </div> <!-- end content -->
    </div>
    <?php get_sidebar();?> <------------not right

    <!-- End Standard Page -->

    TO:
    <?php if(pagelines('featureboxes', $post->ID) && VPRO) require(PRO.'/template_fboxes.php');?>
    <!-- Standard Page Code -->
    <div id="maincontent">

    <div id="content">

    <?php require(THEME_LIB.'/_posts.php');?>

    </div> <!-- end content -->
    <?php get_sidebar(); ?> <-----Inside the container
    </div>

    <!-- End Standard Page -->

    I guess the moral here is is make sure that side bar is in the container. Hit me up if you need help.

  4. jbellatl
    Member
    Posted 12 months ago #

    No, you guys mess around so many sidebar malarkey it's probably a bone cringing term.

    I love what you guys are going, thank you.

  5. SaskiaF
    Member
    Posted 12 months ago #

    Hi,

    I'm having the same problem, but your sollution doesn't do the trick for me. Actually if forces the sidebar blow on the homepage as well.

    http://vandeursenteksten.nl/dedeurpost/

    It worked fine on other sites, but this one is fooling me around....:(

    Any Suggestions??

Reply

You must log in to post.

About this Topic