Skip to:
Content
Pages
Categories
Search
Top
Bottom

Where to remove "tags sidebar"?


  • PokerForum
    Member

    @pokerforum

    Hi, I just installed BBPress, which was an easy thing to do.

    Now I would like to ged rid of the sidebar “Popular Tags” to the left of the starting page of the forum. I’m using the Kakumei Blue 1.0 theme.

    Any hint, which file I have to edit? Thank you!

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

  • zaerl
    Participant

    @zaerl

    on bb-templates/kakumei/front-page.php delete:

    <div id="hottags" role="main">
    <h2><?php _e('Hot Tags'); ?></h2>
    <p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p>
    </div>


    PokerForum
    Member

    @pokerforum

    Zaerl – thank you so much from your help! Two minutes of your time saved my a whole afternoon!

    After deleting the hottags section, I changed the style.css slighlty in order to gain more space for the forum:

    #front-page #hottags -> changed width from 170px to 0px

    #front-page #discussions -> changed margin-left to 0px and width to 760px

    Everything is perfect now, thanks again!


    zaerl
    Participant

    @zaerl

    I have deleted that div as well, it takes a lot of space (I have placed the hot tags section just before the footer). Have a nice day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar