Forum Replies Created
-
In reply to: Full Width Forum Help
đ
I deleted the left empty bbPress sidebar, but now the oxygen side appears. There is no difference when I change location settings for primary sidebar to just appear with posts.the right sidebar is working very good.
In reply to: Full Width Forum Helpyes it was the plugin wp-tweaks!
I deactivated it and now the bbPress sidebar shows up, footer is there because I took out the bbpress.php But there is still the left sidebar. When I use the custom sidebars plugin, I can add widgets to a new left bbPress sidebar, but I can’t choose that there is no left sidebar.In reply to: Full Width Forum Helpthe bbpress sidebar should be attached to all forum pages.
The sidebar is exactly called “bbPress sidebar”It is available in the widgets area when you have installed the bbpress plugin.
You can add different widgets like “(bbPress) Forum Search Form”, “(bbPress) Forum List” or “(bbPress) Login Widget” to it.In reply to: Full Width Forum HelpI know, thanks!
bbpress sidebar would be perfect!
Haven’t seen this sidebar so far. Where can I look this one up?In reply to: Full Width Forum Helpi am also happy with full width (That’s the main thing), but best would be of course if the bbpress sidebar and the normal oxygen footer work!
Didn’t know that it is that complicated… -.-
In reply to: Full Width Forum Helpyes, we so far fixed it that the normal oxygen sidebars aren’t showing up.
Things which are missing are the new bbpress sidebar and the themes footer…In reply to: Full Width Forum HelpI deleted the line
<?php get_sidebar( âsubsidiaryâ ); // Loads the sidebar-subsidiary.php template. ?>this took out the subsidiary, great start!
In reply to: Full Width Forum Helpyes, in the version 0.5.4
In reply to: Full Width Forum Helphey,
unfortunetly the plugin didn’t do the trick…so here is the actual bbpress.php:
<?php
/**
* Template Name: Full Width
*
* Full width page template with no sidebar.
*
* @package Oxygen
* @subpackage Template
*/get_header(); // Loads the header.php template. ?>
<?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 ?>
</div><!â .content-wrap â>
<?php do_atomic( âclose_mainâ ); // oxygen_close_main ?>
</div><!â #main â>
<?php do_atomic( âafter_mainâ ); // oxygen_after_main ?>
<?php get_sidebar( âsubsidiaryâ ); // Loads the sidebar-subsidiary.php template. ?>
<?php do_atomic( âbefore_footerâ ); // oxygen_before_footer ?>
<div id=âfooterâ>
<?php do_atomic( âopen_footerâ ); // oxygen_open_footer ?>
<div id=âfooter-contentâ class=âfooter-contentâ>
<?php echo apply_atomic_shortcode( âfooter_contentâ, hybrid_get_setting( âfooter_insertâ ) ); ?>
</div>
<?php get_template_part( âmenuâ, âsubsidiaryâ ); // Loads the menu-subsidiary.php template. ?>
<?php do_atomic( âfooterâ ); // oxygen_footer ?>
<?php do_atomic( âclose_footerâ ); // oxygen_close_footer ?>
</div><!â #footer â>
<?php do_atomic( âafter_footerâ ); // oxygen_after_footer ?>
</div><!â .wrap â>
</div><!â #container â>
<?php do_atomic( âclose_bodyâ ); // oxygen_close_body ?>
<?php wp_footer(); // wp_footer ?>
</body>
</html>In reply to: Full Width Forum Helpthis does some funny stuff! Have a look at it!
In reply to: Full Width Forum Helphey, i gave it a try:
http://www.curlyhorse.info/forums/forum/ausbildung/and now the whole footer is missing.
Any ideas?In reply to: Full Width Forum HelpHope this helps :-/
the footer.php:<?php
/**
* Footer Template
*
* The footer template is generally used on every page of your site. Nearly all other
* templates call it somewhere near the bottom of the file. It is used mostly as a closing
* wrapper, which is opened with the header.php file. It also executes key functions needed
* by the theme, child themes, and plugins.
*
* @package Oxygen
* @subpackage Template
*/
?><?php get_sidebar( ‘secondary’ ); // Loads the sidebar-secondary.php template. ?>
</div><!– .content-wrap –>
<?php do_atomic( ‘close_main’ ); // oxygen_close_main ?>
</div><!– #main –>
<?php do_atomic( ‘after_main’ ); // oxygen_after_main ?>
<?php get_sidebar( ‘subsidiary’ ); // Loads the sidebar-subsidiary.php template. ?>
<?php do_atomic( ‘before_footer’ ); // oxygen_before_footer ?>
<div id=”footer”>
<?php do_atomic( ‘open_footer’ ); // oxygen_open_footer ?>
<div id=”footer-content” class=”footer-content”>
<?php echo apply_atomic_shortcode( ‘footer_content’, hybrid_get_setting( ‘footer_insert’ ) ); ?>
</div>
<?php get_template_part( ‘menu’, ‘subsidiary’ ); // Loads the menu-subsidiary.php template. ?>
<?php do_atomic( ‘footer’ ); // oxygen_footer ?>
<?php do_atomic( ‘close_footer’ ); // oxygen_close_footer ?>
</div><!– #footer –>
<?php do_atomic( ‘after_footer’ ); // oxygen_after_footer ?>
</div><!– .wrap –>
</div><!– #container –>
<?php do_atomic( ‘close_body’ ); // oxygen_close_body ?>
<?php wp_footer(); // wp_footer ?>
</body>
</html>In reply to: Full Width Forum Helpok, it is at the very end and I added the !important; to it
http://www.curlyhorse.info/forums/forum/ausbildung/
sidebar is still thereIn reply to: Full Width Forum HelpI changed
<div class=âbbpress-wrapâ>
<div id=âbbpress-contentâ>
in my bbpress.php and added
.bbpress-wrap {
width : 100% ;
}
#bbpress-content {
float: left;
margin: 0 0 30px;
width : 100% ;
}.bbpress #sidebar-secondary {
display:none ;}
to my style.cssbut still have the right sidebar below -.-
What did i do wrong?In reply to: Full Width Forum HelpHey, I didn’t fix anything! The normal page http://www.curlyhorse.info/forum is working because I inserted a short code and choosed full width. The actual forum is still not working: http://www.curlyhorse.info/forum/ausbildung/
We still need help!In reply to: Full Width Forum Helphey,
can you exactly tell me what to change in which file?
Don’t have any css or php knwledge đIn reply to: Full Width Forum HelpHey,
I took out the three lines now and in fact the left sidebar is missing, but it is not full width:
http://www.curlyhorse.info/forum/ausbildung/In reply to: Full Width Forum HelpHey,
I am having the same problems with my oxygen theme as mentioned above!!
I created a forum page with shortcode and choosed there the fullwith template.
This works great:
http://www.curlyhorse.info/forum- Iâve copied my âpage-template-fullwidth.phpâ
- renamed it as âbbpress.phpâ
- installed bbPress WP Tweaks
- tried the code for the bbpress.php of Robin W (above)
But the whole forum doesn’t work now anymore with the new code, if you click on a forumpage like “dies-und-das”
Can anyone help??
Thanks a lot!!!!