Forum Replies Created
-
In reply to: Full Width Forum Help
You need to make sure that code is at the VERY END of your style.css.
In reply to: Full Width Forum HelpFixed it!
I didn’t realize the .css code had to go at the very end of the style sheet.
Everything works perfectly now
Thanks for all your help!!
In reply to: Full Width Forum HelpOK!
I tried this, and I think we’re getting extremely close 🙂
Note that you also have to remove this code from your bbpress.php file
<div class="aside"> <?php get_sidebar( 'primary' ); // Loads the sidebar-primary.php template. ?>
The only problem with my Forum now is that the “right” sidebar still shows up, albeit below the full-page forum. Check it out here –> http://www.ibeacon.com/forums/forum/ibeacon-com-forums/
This is my code for the full-page template
‘get_header(); // Loads the header.php template. ?>
</div>
<?php do_atomic( ‘before_content’ ); // oxygen_before_content ?>
<div class=”bbpress-wrap”>
<div id=”bbpress-content”>
<?php do_atomic( ‘open_content’ ); // oxygen_open_content ?>
<div class=”hfeed”>
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php do_atomic( ‘before_entry’ ); // oxygen_before_entry ?>
<div id=”post-<?php the_ID(); ?>” class=”<?php hybrid_entry_class(); ?>”>
<?php do_atomic( ‘open_entry’ ); // oxygen_open_entry ?>
<?php echo apply_atomic_shortcode( ‘entry_title’, ‘[entry-title permalink=”0″]’ ); ?>
<div class=”entry-content”>
<?php the_content( __( ‘Continue reading <span class=”meta-nav”>→</span>’, ‘oxygen’ ) ); ?>
<?php wp_link_pages( array( ‘before’ => ‘<p class=”page-links”>’ . __( ‘Pages:’, ‘oxygen’ ), ‘after’ => ‘</p>’ ) ); ?>
</div><!– .entry-content –>
<?php echo apply_atomic_shortcode( ‘entry_meta’, ‘<div class=”entry-meta”>[entry-edit-link]</div>’ ); ?>
<?php do_atomic( ‘close_entry’ ); // oxygen_close_entry ?>
</div><!– .hentry –>
<?php do_atomic( ‘after_entry’ ); // oxygen_after_entry ?>
<?php do_atomic( ‘after_singular’ ); // oxygen_after_singular ?>
<?php endwhile; ?>
<?php endif; ?>
</div><!– .hfeed –>
<?php do_atomic( ‘close_content’ ); // oxygen_close_content ?>
</div><!– #content –>
<?php do_atomic( ‘after_content’ ); // oxygen_after_content ?>
<?php get_footer(); // Loads the footer.php template. ?>`
What can I change to eliminate the sidebar remnants that remain?
In reply to: Full Width Forum Helpsame thing happened with me when I tried that
In reply to: Full Width Forum HelpI just used this code, to no avail. It causes an error on the site – check it out.
<?php get_header(); // Loads the header.php template. ?> <?php if ( is_bbpress() ) { ?> <header class="entry-header"> <h1 class="entry-title"><?php single_post_title(); ?></h1> <?php echo apply_atomic_shortcode( 'entry_byline', '<div class="entry-byline">' . __( 'Published by [entry-author] on [entry-published] [entry-comments-link before=" | "] [entry-edit-link before=" | "]', 'spine2' ) . '</div>' ); ?> </header><!-- .entry-header --> <?php while( have_posts() ): the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <footer class="entry-footer"> <?php echo apply_atomic_shortcode( 'entry_meta', '<div class="entry-meta">' . __( '[entry-terms before="Posted in " taxonomy="category"] [entry-terms before="| Tagged "]', 'spine2' ) . '</div>' ); ?> </footer><!-- .entry-footer --> <?php } else { ?> <div id="content" class="hfeed"> <?php get_template_part( 'loop-meta' ); // Loads the loop-meta.php template. ?> <?php get_template_part( 'loop' ); // Loads the loop.php template. ?> <?php get_template_part( 'loop-nav' ); // Loads the loop-nav.php template. ?> </div><!-- #content --> <?php get_footer(); // Loads the footer.php template. ?>
In reply to: Full Width Forum HelpThe proposed code changes didn’t work, so I was forced to go back to the three column approach.
I still really want to move to full-width, but so far no solution has worked.
In reply to: Full Width Forum HelpHmm,
Took those lines out and I’m still not getting the full-width layout.
In reply to: Full Width Forum HelpThanks for your response! I’ve done that – and it takes the sidebar away, but no luck on getting bbpress to go full-width.
At least with that small modification to my bbpress.php, I know bbPress is pointed to the right template — now I just need to figure out what code is preventing the full-width format.
Link to my forum: