Hi Brajesh, why are most BP pages like members page, activity, settings and messages with a sidebar, but members single profile is full width?
I have, of course, tried to set the page layout to content with no sidebars, but it changes nothing.
Do I need to ad code to have BuddyPress contents full width, and why are the single members profile page full width pr default?
Regards
CarstenHi Carsten,
The user profiles are not pages in true sense. That’s why the template is not being applied.My suggestion will be to create/override buddypress.php file in your theme. This is the layout used in all BuddyPress pages(including directory and single page) and you can control the sidebars conditionally.
Regards
BrajeshHi Carsten,
Thank you for the question.BuddyPress does not come with or without sidebar. The layout depends on your theme.
BuddyPress looks for a list of templates and which ever is the first one it finds in the theme, It will use that for the layout
'plugin-buddypress.php', 'buddypress.php', 'community.php', 'generic.php', 'page.php', 'single.php', 'singular.php', 'index.php'
Most of the theme which are not BuddyPress specific come with page.php. So, the default layout you see is that of page.php
Regards
Brajesh
You must be logged in to reply to this topic.