[Resolved] BeaverBuilder issue regarding Header Element and pinned BB editor panel

Home Forums Support [Resolved] BeaverBuilder issue regarding Header Element and pinned BB editor panel

Home Forums Support BeaverBuilder issue regarding Header Element and pinned BB editor panel

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #760462
    Belinda White

    I’ve been liaising with the team at Beaverbuilder due to an issue with using their page builder editor.

    The issue only occurs if you add a GeneratePress header set to merge content and if you have the BB Add Content panel pinned to a side (either side). If itโ€™s floating, then the issue does not appear.

    The workaround from BB – “That is a workaround for you – is to unpin the panel. To do that, temporarily set the Header to not merge. You should then be able to drag it from being pinned, set the header back to merge and be able to use the content panel.”

    Although I can’t seem to unpin the BB panel at the moment.
    Anyone else had this issue or any thoughts of a workaround?

    #760588
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    We’re aware of this issue, but we’re hoping it’s something BB can adjust on their end when possible.

    The merged header has a z-index of 10:

    .header-wrap {
        z-index: 10;
    }

    While the BB panel has a z-index of 9:

    .fl-builder-panel.fl-builder-ui-pinned {
        z-index: 9;
    }

    A temporary solution would be this CSS:

    .fl-builder-edit .header-wrap {
        z-index: 8;
    }

    Let me know if that helps or not ๐Ÿ™‚

    #760616
    Belinda White

    I’ll test that and report back.

    #760712
    Tom
    Lead Developer
    Lead Developer

    Sounds good ๐Ÿ™‚

    #761118
    Belinda White

    Thank you. That has worked.

    #761416
    Tom
    Lead Developer
    Lead Developer

    You’re welcome.

    I’ve reported this to BB as well, so hopefully we’re able to sort out a permanent fix ๐Ÿ™‚

    #761418
    Belinda White

    Yes. I’ve sent your information to BB also.

    #761421
    Tom
    Lead Developer
    Lead Developer

    Thanks!

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