husk3r (@husk3r)

Forum Replies Created

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

  • husk3r
    Participant

    @husk3r

    ok, now applyting this CSS did the trick

    .bbpress #content {
    width: 100%;
    }
    .bbpress #widgets {
    display: none;
    }

    but now it is too to the right, is there a way to center it?


    husk3r
    Participant

    @husk3r

    ok, i made a mistake with the namee bbpress .php , changed to bbpress.php and now it is using the bbpress.php template, again ive removed the <?php get_sidebar(‘page’); ?> but it is still not full width

    the code is like this

    <?php
    /*
    Template Name: bbpress
    */

    get_header(); ?>
    <div class=”stump”>
    <div class=”container topborder”></div>
    <div class=”container contentarea”>
    <div class=”row animated fadeInUp”>
    <div id=”content” class=”col-md-8 col-sm-8″>
    <?php get_template_part(‘loop’, ‘page’); ?>
    <?php wp_reset_query(); ?>
    </div>

    </div>
    </div>

    <div class=”container bottomborder”></div>
    </div>
    <?php get_footer(); ?>


    husk3r
    Participant

    @husk3r

    I did that, using the plugin my theme was using the page.php , so I copied it to my themes directory, and renamed it to bbpress.php

    i have removed the <?php get_sidebar(‘page’); ?> from the code in the template but it is still not full width, and when I use the plugin again , it says that it still uses the page.php
    even when Ive selected the bbpress template in the page that contains the forums shortcode

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