aussiestar14 (@aussiestar14)

Forum Replies Created

Viewing 18 replies - 1 through 18 (of 18 total)
  • In reply to: Full Width Forum Help

    aussiestar14
    Participant

    @aussiestar14

    😀
    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 Help

    aussiestar14
    Participant

    @aussiestar14

    yes 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 Help

    aussiestar14
    Participant

    @aussiestar14

    the 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 Help

    aussiestar14
    Participant

    @aussiestar14

    I 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 Help

    aussiestar14
    Participant

    @aussiestar14

    i 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 Help

    aussiestar14
    Participant

    @aussiestar14

    yes, 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 Help

    aussiestar14
    Participant

    @aussiestar14

    I deleted the line
    <?php get_sidebar( ‘subsidiary’ ); // Loads the sidebar-subsidiary.php template. ?>

    this took out the subsidiary, great start!

    http://www.curlyhorse.info/forum/ausbildung/

    In reply to: Full Width Forum Help

    aussiestar14
    Participant

    @aussiestar14

    yes, in the version 0.5.4

    In reply to: Full Width Forum Help

    aussiestar14
    Participant

    @aussiestar14

    hey,
    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 Help

    aussiestar14
    Participant

    @aussiestar14

    this does some funny stuff! Have a look at it!

    In reply to: Full Width Forum Help

    aussiestar14
    Participant

    @aussiestar14

    hey, 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 Help

    aussiestar14
    Participant

    @aussiestar14

    Hope 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 Help

    aussiestar14
    Participant

    @aussiestar14

    ok, it is at the very end and I added the !important; to it
    http://www.curlyhorse.info/forums/forum/ausbildung/
    sidebar is still there

    In reply to: Full Width Forum Help

    aussiestar14
    Participant

    @aussiestar14

    I 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.css

    but still have the right sidebar below -.-
    What did i do wrong?

    In reply to: Full Width Forum Help

    aussiestar14
    Participant

    @aussiestar14

    Hey, 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 Help

    aussiestar14
    Participant

    @aussiestar14

    hey,

    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 Help

    aussiestar14
    Participant

    @aussiestar14

    Hey,
    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 Help

    aussiestar14
    Participant

    @aussiestar14

    Hey,
    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!!!!

Viewing 18 replies - 1 through 18 (of 18 total)