@tadpubco Looks like you only need to create three files header-buddypress.php, sidebar-buddypress.php and footer-buddypress.php
A. Copy your theme’s header.php and Save As > header-buddypress.php
Open up header-buddypress.php and at the very bottom of the file, below other code, add this:
`
`
Save file.
B. Create a blank footer-buddypress.php file
C. Copy your theme’s sidebar.php and Save As > sidebar-buddypress.php
Open up sidebar-buddypress.php and at the very top of the file, above other code, add this:
`
`
Then at the very bottom of the same file, below other code, add this:
`
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();
});
});
`
Save file.
Upload the three new files to your server wp-content/themes/puretype/ the same level where you find original header.php, sidebar.php and footer.php files
@mercime Thank you so much! You are awesome.
I just have one page which is still off a bit:
http://www.caregiving.com/activity/
Would you have any suggestions of how I can fix?
Thank you again so much!
You’re welcome.
Someone tried to make your theme compatible with BP using the first method — changing 16 BP template files starting with /activity/index.php. I see a duplicate `
@mercime I fixed. Phew! Thank you–I’m so grateful for your help.
Cool. Marking this as resolved then