Forums

[resolved] [Plugin: Now Reading Reloaded] Sidebar, once again! (3 posts)

  1. dhoa
    Member
    Posted 2 years ago #

    Hey folks,

    I am fiddling with this plugin on my website (http://www.aerismorpheme.com) and I am having the "sidebar below content" problem that a couple people have cited so far. I have seen the recommendations of matching the div tags on the library.php and single.php files, to no avail.
    The part about the div tags not jiving with the theme makes sense. I've been looking at the page.php and library.php files for a long time now, not knowing what to change in the code. Can someone pretty please point out what needs to change? Because god knows I've butchered my website before by experimenting with something I have no idea about.

    Here's the library.php code:

    <div class="content">
    
    	<div id="content">
    <div id="left" class="entry now-reading primary narrowcolumn">
    
    	<div class="post">

    and here's the page.php code:

    <div id="post-<?php the_ID(); ?>" class="<?php thematic_post_class() ?>">
        			<?php thematic_postheader(); ?>
    				<div class="entry-content">

    Hmmm...what should I do? (Do I need to pull up more code to show?) Thanks so much everyone...

  2. bgunnink
    Member
    Posted 2 years ago #

    On library.php, change <div class="content"> to <div id="container">.

    That's the difference between your main template and the NRR library template in your case.

  3. dhoa
    Member
    Posted 2 years ago #

    Wow! Thanks so much. It looks terrific: http://www.aerismorpheme.com/library
    Great plugin too...it what just what I was looking for. Thanks for the support.
    -Renee

Topic Closed

This topic has been closed to new replies.

About this Topic