Looking over your theme, you will need to change 16 template files within the 6 BP folders transferred to your Aggregate theme folder in server during the compatibility process.
If you’ve changed any of the BP template files in your theme folder, replace all of them by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility
Download the 6 clean BP folders to your computer hard drive. The changes we’ll be making are using the default layout (right sidebar) for the Aggregate theme.
A. At the top of each of those 16 template files I linked to above, replace
`
B. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
`
`
with the following for registration/register.php:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});
`
C. Save files. Upload 6 BP folders to your server wp-content/themes/aggregate
D. You might also want to check out the style modifications made in BP Twenty Ten for reference. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
Hi @mercime,
Thank you for getting back to me.
I implemented your changes to all 16 files. Here is an example of what I got: http://myfilmaddiction.com/members/mfa-bot/
This is my main site: http://myfilmaddiction.com
Any suggestions are appreciated.
Also…
Getting this strange white drop shadow effect on the admin menu bar. How do I fix this?
Screenshot: http://dl.dropbox.com/u/37269434/Screen%20Shot%202012-02-22%20at%2010.38.jpg
Or should I post this question in a different forum?
Thank you.
Gadzooks my bad, forgot to paste “ at the very top of 16 template files. Corrected code above for your reference.
As for the white shadow in adminbar, you can remove the “text-shadow” line under “body” in your style.css file.