• Resolved MNetto

    (@netto)


    Really great plugin! Thanks for providing it free and not bloated. What a relief!

    I’ve come across a problem that I’m wondering if it can be solved.
    In backend block editor BBE adds a hidden DIV between each block.

    <div class="wpbbe-ref-anchor"></div>

    This affects the layout when using CSS combinators like:

    .my-block + .my-block {
    margin-top: 1rem;
    }

    For what are these hidden DIVs for and can they be disabled?

    • This topic was modified 2 months, 3 weeks ago by MNetto.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Miroslav.V

    (@dasmir)

    Hi,

    Those are anchor-elements. They are required for responsiveness to be displayed correctly in the templates browser / previews.

    They usually should not cause any issues, but with your CSS they create those unwanted spaces.

    I’m currently consulting our dev team regarding the fix. Hold tight.

    Plugin Support Miroslav.V

    (@dasmir)

    Hi,
    Quick update. That was a “technical debt” on our side.
    We’re currently testing a version without the .wpbbe-ref-anchor elements, and the update should be out in a day or two.

    Thread Starter MNetto

    (@netto)

    That’s great news. Thank you.

    Plugin Support Miroslav.V

    (@dasmir)

    Fixed in 1.2.1.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.