buddypress & bbpress display questions

Posted in: Newspaper
Post count: 11

Hey, I’m new to.. well everything. So I have to first apologize for being an idiot when it comes to this.

I have been trying to add sidebars in buddypress but can’t seem to figure it out (ref pic)
sidebar missing buddypress groups

Once you click on the group, is there anyway to go full width? It feels everything is too bunched up
group forum want to be full width

Post count: 35449

Hi djzah71, the sidebars for buddypress & bbpress can be set using widgets -> https://i.imgur.com/t5D0kan.png -> https://i.imgur.com/KyqSGYP.png also the group is using widget sidebars, but if there is no elements in default sidebar then there is nothing to display.
To make the group you need to use the global option -> https://prnt.sc/258tizv but then there will be no sidebars on bbpress . An alternative will be to use a custom css -> https://i.imgur.com/jVWhC50.png
.groups .td-pb-span8{
width: 100%;
}
.groups .td-pb-span4. td-main-sidebar{
display: none;
}

Set this css in the theme panel > custom code> custom css.
I hope it will help you!

Post count: 11

That’s awesome! Thank You for your help Calin

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.