I doubt your going to fix this. I usually ask something and it doesn’t get done and I bet your solution you won’t have for a while anyways. They just released an update and the cover photos enable in buddypress the whole profile tabs disappear, and I just spent with them in their forums of them telling me that since this is a premium theme they won’t bother making it work with it. So basically they want me to ask you to make it work but since I am going to get a run around with this. I am going to remove BuddyPress because it is lacking the style of what new community plugins are offering now and hopefully some day I will have the money to pay for the premium extension from the other community plugins.
Here is a screenshot of what I am talking about but BuddyPress support won’t bother because Newsmag is premium theme.
Enabled with new cover photos feature:

Disabled with no cover photos:

If you tell me the same as BuddyPress that you won’t work with the new cover photos. Then I am instantly as you respond taking BuddyPress off of the website due to no functionality with photo covers. I need to know whether you are going to give the same response as BuddyPress about it not working or just tell me to go back to them and they won’t do a thing. I already wasted my time with them over it.
Let me know otherwise I am uninstalling BuddyPress for not working right.
-
This topic was modified 10 years by
doucare1971.
Using UserPro now. Since BuddyPress has that problem and UserPro looks a heck of a lot better.
Hi,
Thanks for reporting this. I’ve added it on our list, we will fix it in a future update. Until then add the following css into Theme Panel -> Custom CSS – http://screencast.com/t/ND63m9dC
#buddypress #item-header-cover-image #item-header-avatar {
margin-top: 145px;
position: relative;
}
#buddypress div#item-header img.avatar {
border-radius: 50%;
}
#buddypress div#item-header #item-header-cover-image #item-header-content {
padding-left: 0;
}
#buddypress div#item-header h2.user-nicename {
font-size: 30px;
margin-top: 30px;
padding: 2px 10px;
display: table;
/*background-color: rgba(77, 178, 236,0.7);*/
}
Have a nice day!
Thanks! I will try it out.
Update: That worked. I appreciate that!
-
This reply was modified 10 years by
doucare1971.
Don’t know if you can also give CSS code to fix the avatar hovering over group description too and fix in one of the next updates as with other. See image of a group and current user avatar is hovering over the description which I think should not be like that.
![]()
Hi
We will investigate this issues and hope we can came up wit a solution soon. Meanwhile try this css, it should work sine: http://screencast.com/t/7foyTZkfx9
.groups #buddypress div#item-header div#item-actions{
left: 0;
top: 62px;
}
#buddypress div#item-header ul {
display: block;
}
Thanks!
I changed ‘top: 62px;’ to ‘top: 55px;’ to be even with description top part. 62 made it with user role being slightly lower than description.
