Oh, and also – How to show the BP menu ONLY on certain pages or page categories. I’m sorry again! I just have looked in various places and I’m not sure.
Do you have template pack installed? If you do, all the files you need to edit are currently in your theme folder via FTP.
For example, yourtheme/members/single
To edit styles, template pack, or buddypress doesn’t add any styles to buddypress by default. You can add them by adding this to your current CSS.
`/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );`
Then, of coarse, edit the CSS to what you like.
Sorry, I don’t know why it does that with code tags.
Put this:
/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );
So I add this to MY template’s CSS, or the BP css?
In your theme’s style.css
Those are making calls to pull IN the BP ones.
Yes it already inherits from the theme – which is the problem. I want to be able to CUSTOMIZE the BP CSS and remove some of the styles it inherits. But only a few things like the width, and images.
== integrating Buddypress onto the Genesis Framework ==
@apriljoy217 The Genesis Framework has its own “Genesis Connect” plugin to make the Genesis theme compatible with BuddyPress.