You will need to edit the theme files in the “members” folder of your theme.
This sounds like a problem with your theme’s code. What is the “a href” code for the home link in header.php?
ok i have renamed the content folder and reloaded both. Now admin is accessible but the website is just a blank white page nothing on it.
the theme is default twentyeleven 
I don’t want to discourage anyone from creating BuddyPress themes but version 1.7 is very close and you don’t need to go through special hoops to create a theme for BuddyPress. BP 1.7 will work with any theme. The template files in 1.7 are minimally designed to fit inside existing WP themes. You can then add a few more styles to your WP theme to make the BP template files look even better with your theme.
You can test out the new way BuddyPress theming will work: https://github.com/paulgibbs/turtleshell
This appears to be a problem with the “Plus” theme. You might try switching to the default BP theme to verify.
You will need to edit your header.php file in your theme/child theme.
1) Try renaming the wp-content folder via FTP temporarily. Then reload the site and admin.
2) Are you using the default theme?
1) Do you need functionality beyond the avatar upload that comes with BuddyPress?
2) Start with a child theme of the default theme – don’t build one from scratch.
3) Very active.
mine site was working fine but i don’t what happened it’s stopped showing all the activity
i am using a custom theme
http://www.indiancybergaming.com/avtivity
but only a single post is showing which i had posted in past
tried the solution mentioned above please reply as soon as possible
Glad it worked out. BP 1.7 should fit into responsive themes better than 1.6. BuddyMobile is for a more app like experience. Not really suppose to be used in conjunction with the main theme. Think of it more as facebook.com and then the Facebook app for a device.
@modemlooper.
Sorry. Never mind. I figured it out to the point that it works ok. Probably not quite right, but it’s ok.
Thanks,
Mike.
Hi kizzywizzy and thanks. I’m using Next by Adaptive Themes.
I tried your fix and here is how the full block looks
footer > .container_12 .grid_3 {
width: 220px;
float: right;
}first-child > div.widget-first.divider {
background: none;
}
I’m afraid it did not work though. Any other suggestions? Thanks.
@marutim You’re welcome. Thank you for confirming it worked 
@ronnie_fantastic You’re welcome. Glad you’ve resolved issues on your own. Some finishing touches to your stylesheet you might like to consider:
`
Add these to bottom of stylesheet:
div.item-list-tabs ul li {
background-image: none;
margin-left: 0;
margin-right: 5px;
}
div#subnav.item-list-tabs {
border-bottom: 0;
}
.padder div.pagination {
margin: 0 !important;
}
CHANGE
div.item-list-tabs ul li:first-child {
margin-left: 15px !important;
}
to
div.item-list-tabs ul li:first-child {
margin-left: 0 !important;
}`
@mercime Thank you so much for the help. It worked 
Hi @mercime
Just to let you know… I figured out the problem with the background on the menu tabs… all by myself, without any hand holding! 
I do hope the instruction you gave me above, helps others that have used Artisteer to create themes and then try to incorporate BuddyPress.
You’ve been a star and a huge help.
I’ll press on with my site and *hopefully* not have to come back and pester you for any more help. 
Many Thanks,
Ronnie.
== other not ==
Then use a regular WP theme for the other blogs.
Re: avatars not showing in sublog
– That is an issue. There’s a fix that worked for some https://buddypress.trac.wordpress.org/ticket/4252
I could replicate that issue in case WP_DEBUG is set to true. Did some fixes for Custom Community theme. Soon will be deployed.
@cristian-mihai Site URI? I need to see what’s wrong as I was expecting full alignment based on the structure of your theme.
Reminder per my instruction above:
“If you’ve revised any of the BP template files transferred to your gonzo theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your gonzo theme folder in server – /activity, /blogs, /forums, /members, /groups, /register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.”
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();
});
});
`
Save files.
C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/flare/
D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.
@marutim Based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your flare theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your flare theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
`
`
with the following:
`
<div id="precontent" class="”>
<div id="content" class="”>
<article id="post-” >
`
Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
…
` or `
..
` to
`
`
where applicable, then move this to just right UNDER “ Just watch out when you do this in the /activity/index.php page.
Save files.
@mercime Thanks for the reply.
Please do help me in restructuring the 16 BP template files.
precontent.php: http://pastebin.com/sQyZXTAg
I installed and ran backWPup which is a very popular plugin, but I deactivated it this morning when I couldn’t reply to anything anymore, but it didn’t have an effect. I have been using the same theme for a week, and earlier today I uninstalled multiple plugins. It has has gone off and on 3 times today. One hour I can click reply, then next hour I can’t. The site worked great for about a week, then it just started acting up. When I click on the reply button, it sends me to this link: webiste/?ac=792/#ac-form-792 The number change depending on what post I am replying too.
I am hosed at JustHost, which is a sister company to BlueHost.