-
aces replied to the topic Left sidebar in bp-default theme in the forum BP-Default 4 years, 6 months ago
You need to register_sidebar()
I recently upgraded from bp-columns – starting fresh as a child of bp-default using the following:
add_action( 'widgets_init', 'bpcol_register_sidebars' );
function bpcol_register_sidebars() {
register_sidebar(
array(
'id' => 'left-sidebar',
'name' => 'Left Sidebar',
'before_widget' => '<div…[Read more] -
Henry replied to the topic Lack of responsiveness when resizing the browser or changing screen resolution in the forum BP-Default 4 years, 6 months ago
@samm8158 since BuddyPress 1.7 you can use almost any theme you like with BP. If you’re not happy with how the bp-default theme looks on mobile devices or netbooks then take a look through the Wordress theme directory and pick one that is suitable https://wordpress.org/themes/
More on theme compat…[Read more]
@samm8158
active 3 years, 4 months ago