Skip to:
Content
Pages
Categories
Search
Top
Bottom

Sidebars and pages


  • lordmatt
    Participant

    @lordmatt

    I have BuddyPress installed on a network and I am using the customizr theme. I have set the “members” page to no sidebar. This works for the members list but for some reason /members/someuser still has the sidebar.

    What do I need to do to get that sidebar to vanish?

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

  • lordmatt
    Participant

    @lordmatt

    Bump?


    D L
    Participant

    @damon18

    I fixed this by creating a new file named buddypress.php to place in my theme (child theme) on the same level as the page.php, single.php, style.css etc.

    Buddypress then uses that buddypress.php page for all of it’s content.

    The buddypress.php file is simply a copy of page.php with the call for sidebar commented out.
    <?php /* get_sidebar(); */ ?>

    I then needed to adjust main content div to be 100%, or in my case simple remove the ID tag that called the css to limit the width of the “left content” to 73%.

    Hope that helps.


    D L
    Participant

    @damon18

    Ha, somehow didn’t realize this question was over a year old. Maybe the info will help someone else.


    Steven F. Phelps
    Participant

    @stevenpfhelps

    How to itself to adjust sidebar as on this website? spin palace nz


    lordmatt
    Participant

    @lordmatt

    That might just be the most useful and easy to implement thing anyone has ever told me about buddypress. So simple when you know how. Thank you, @Damon18.

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