- This topic has 11 replies, 3 voices, and was last updated 7 years, 4 months ago by
Tom.
-
AuthorPosts
-
November 11, 2015 at 2:47 pm #152283
Uwe Pfeifer
Hi. Theres a new buddypress version out which features group/member cover image. can you somehow change it so the gray background isn’t displayed if theres no image set? and also the now transparent coverimage-overlaying photo of users/groups overlaps the menuplus menu bar when scrolled down.
November 11, 2015 at 11:39 pm #152336Tom
Lead DeveloperLead DeveloperHi there,
My main concern with GP and these major plugins is that everything is compatible and works.
In time, I may slowly start to change the style of these plugins, but currently I’m keeping this super plain and lightweight.
Can you link me to a page where this is an issue? If it’s a glaring problem, I’ll add a fix π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 12, 2015 at 12:09 am #152342Uwe Pfeifer
http://www.unityhub.eu/groups/testgroup/ here you can see the wall cover is gray. it looks ugly and there just should be nothing if theres nothing set. not an ugly gray background. imo
November 12, 2015 at 12:27 am #152349Tom
Lead DeveloperLead DeveloperThis is most likely just default BuddyPress styling again – have you tried asking them for a solution?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 12, 2015 at 12:35 am #152352Uwe Pfeifer
no I didn’t ask them. I will now, though. Thank you! π
November 12, 2015 at 3:32 pm #152545Uwe Pfeifer
can you maybe fix the profile photo overlapping menuplus menu when scrolling down?
November 12, 2015 at 10:26 pm #152588dion
If you upload a cover image, this will fix this gray background issue. Maybe it’s best to add a default cover image?
November 12, 2015 at 10:52 pm #152592Tom
Lead DeveloperLead DeveloperTry this for the navigation overlap:
.is_stuck { z-index: 1000; }
This for the cover background color:
#buddypress #header-cover-image { background-color: transparent; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 13, 2015 at 1:51 am #152623Uwe Pfeifer
none of both helps.
// Overlapping Menu – picture still going over menu
.is_stuck {
z-index: 1000;
}// Wall Background Color – still gray wall background.
#buddypress #header-cover-image {
background-color: transparent;
}November 13, 2015 at 10:16 am #152737Tom
Lead DeveloperLead DeveloperYou’re using comments like this in your CSS:
// Closed forum text color
That will break all of the CSS below the comment.
Instead, use comments like this:
/* Text.. */
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 13, 2015 at 10:47 am #152753Uwe Pfeifer
oh sorry. Thank you very much it’s working now. π
November 13, 2015 at 10:48 am #152754Tom
Lead DeveloperLead DeveloperYou’re welcome π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.