You could try putting the following in you child theme functions.php file
`function bbg_enqueue_styles() {
remove_theme_support( ‘bp-default-responsive’ );
}
add_action( ‘wp_enqueue_scripts’, ‘bbg_enqueue_styles’, 5 );`
For more info see: https://buddypress.trac.wordpress.org/ticket/3881#comment:2
Please give me a link to download BP Default child theme.
Thanks…
you have to make it yourself, don’t worry it’s pretty easy:
https://codex.wordpress.org/Child_Themes
how do i remove all the buddypress links from my site? i deleted everything from server but it still adds Activate,groups etc to my themes.. HELP !!
i don’t think that’s possible if you deactivated the plugin. BP does not alter any theme files as far as i’m aware at least.
Has anyone tried the suggestion here? I did and it kept my sidebar fixed and the content area was still responsive. In other words if I decreased the size of my window the sidebar on the right constantly appeared and the content area on the left got smaller and responsive.
Does anyone have any other suggestions on how to remove all the responsive items from the theme?
Thank you.
Same here. I tried the suggestion and side bar appears fixed but content appears to be responsive. Even the top menu is responsive.
Help.