[Resolved] New Buddypress version

Home Forums Support [Resolved] New Buddypress version

Home Forums Support New Buddypress version

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.

    #152336
    Tom
    Lead Developer
    Lead Developer

    Hi 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 πŸ™‚

    #152342
    Uwe 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

    #152349
    Tom
    Lead Developer
    Lead Developer

    This is most likely just default BuddyPress styling again – have you tried asking them for a solution?

    #152352
    Uwe Pfeifer

    no I didn’t ask them. I will now, though. Thank you! πŸ™‚

    #152545
    Uwe Pfeifer

    can you maybe fix the profile photo overlapping menuplus menu when scrolling down?

    #152588
    dion

    If you upload a cover image, this will fix this gray background issue. Maybe it’s best to add a default cover image?

    #152592
    Tom
    Lead Developer
    Lead Developer

    Try this for the navigation overlap:

    .is_stuck {
        z-index: 1000;
    }

    This for the cover background color:

    #buddypress #header-cover-image {
        background-color: transparent;
    }
    #152623
    Uwe 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;
    }

    #152737
    Tom
    Lead Developer
    Lead Developer

    You’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.. */

    #152753
    Uwe Pfeifer

    oh sorry. Thank you very much it’s working now. πŸ™‚

    #152754
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.