im having a hard time trying to remove the sidebar for all buddypress pages
Activate
Activity
Edit Profile
Friend List
Inbox
Members
Notification
Outbox
Send Message
i tried by setting the page template to > ” home page Blank ” … but the default sidebar is still there …
am i doing something wrong ?
thanks
Hi,
The issue is still on our list, we will try to provide a solution as soon as possible, but it will take some time because we have a lot of items on our list and we have to take them one by one. Sorry for inconvenience!
Thanks!
Hi,
You can try to create a condition here – http://screencast.com/t/TZ6LYtVY so on buddypress page will not be added any sidebar.
if(is_buddypress()) {
$loop_sidebar_position = 'no_sidebar';
}
Thanks!
Hey tagDiv guys since Feb 8, 2014, at 6:05 pm to till now you are working on BuddyPress fix and no resolution? I just wonder about your words and concern.
If you can’t find a fix for such issue for 2.5 years then you should not mention BuddyPress compatible. I have no idea if you guys aware of faith and concern kind of words.
Wow more than 2 years and still no fix….
Hi,
Sorry for the inconvenience. Our theme is compatible with buddypress. That means buddypress works with our theme properly. Because there is no setting to remove a sidebar, that does not mean the theme is not compatible with the plugin. I’m not sure if this request got lost somewhere but I will place it as a priority so we can implement it as soon as possible.
You can use the method provided above by Alin to remove the sidebar for the time being.
Thank you for your understanding.
Hi Guys, I’m having the same request about the same problem. Can’t customize Sidebars on Buddypress pages. So, guys from tagDiv please, please, make this setting available in next updats for Newspaper 7. The only solution is use the Default Sidebar as Buddypress sidebar, and create custom sidebar for the rest of templates.
Cheers
Hello,
I have been trying to fix this issue all night. I recently purchased this theme with the belief and trust that buddypress would work. IMO BuddyPress DOES not work as it is right now. Who has a use case for buddypress with a sidebar?
Please, please fix this.
Zack
Hi,
You can try to create a condition here – http://screencast.com/t/TZ6LYtVY so on buddypress page will not be added any sidebar.
if(is_buddypress()) {
$loop_sidebar_position = 'no_sidebar';
}
Thanks!