• Resolved jbellatl

    (@jbellatl)


    Ok, https://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, https://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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Showing up on the side for me, did you still need help?

    Tested in Chrome, Firefox and IE9

    Thread Starter jbellatl

    (@jbellatl)

    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.

    Thread Starter jbellatl

    (@jbellatl)

    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.

    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.

    https://vandeursenteksten.nl/dedeurpost/

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

    Any Suggestions??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Side bar is showing below content’ is closed to new replies.