Skip to:
Content
Pages
Categories
Search
Top
Bottom

Removing sidebar in posts, but keeping on side in forum.

  • @hellodollyx

    Participant

    Hi,

    Bumped into an issue that i can’t seem to figure out. Please help.

    I have a wp blog(matheson theme) and a bbpress forum.

    Trying to remove the sidebar from posts but keep it on side in the forum.

    When i go to customize menu there is an option to make the posts 100% width. The sidebar moves to the bottom instead of going away. So i went to single.php and removed <?php get_sidebar(); ?> which removes it all together. Great, or so i thought.

    The issue is now the forum is full-width and the sidebar is on the bottom instead of the side.

    any suggestions would be much appreciated. the site is http://goo.gl/M4s9RG

Viewing 5 replies - 1 through 5 (of 5 total)
  • @hellodollyx

    Participant

    Link to a post: http://goo.gl/0M2qbW
    Link to the forum: http://goo.gl/KYCuXj

    @nabam-rikam

    Participant

    I have the same problem too. I would appreciate someone with an answer

    @hellodollyx

    Participant

    going on 3rd day now.. unable to figure it out.

    i have managed to resized the forum by adding:

    .bbp-forums {
    width: 50%;
    }

    but the sidebar stays on the bottom.

    @casiepa

    Moderator

    Hi,
    Did you check item 26 in the codex ? https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/
    Pascal.

    @hellodollyx

    Participant

    Thanks for your reply Pascal.

    I’ve tried it out and its not working out.

    The problem is the layout is set to 100% width through customize menu, which is what i need for the posts, but when the posts are 100% width, its affecting the forum the same way, how can i make the forum independent of posts. i think the theme is using bootstrap (if that makes sense)
    ps im using “content aware sidebars” for the forum.

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