Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jan28

    (@jan28)

    Hello,
    Although I have not yet solved the problem, but I could reproduce it today.
    I have created a new block – “Classic Paragraph” is selected. Then I inserted a graphic. The graphics remained below the menu bar, exactly as it should be ingenious.
    If I change the block setting to “Paragraph” and then back to “Classic Paragraph”, the graphic shows exactly the behavior that overlays the menu block.

    I hope that helps in finding a solution.

    Best regards and have a nice Christmas.

    Jan

    Thread Starter jan28

    (@jan28)

    I use “Hueman” in the free version and update regularly. Also today came an update which supports WP 5.0.2.
    I only created a custom CSS in Hueman. But only the look of the frontend is affected. I did not create an CSS editor style.

    We’ll get the problem under control – I’m sure 🙂

    Thread Starter jan28

    (@jan28)

    I did not find a z-index entry.
    However, there is a point:

    .editor-block-list__layout .editor-block-list__block {
         position: relative;
         padding-left: 14px;
         padding-right: 14px;
         overflow-wrap: break-word;
    }

    If I break the hook in “Position: relative”, the graphic disappears behind the menu.

    So far I have not found a point where the graphic is displayed under the menu – as the text …

    Thread Starter jan28

    (@jan28)

    The TinyMCE is available 🙂
    However, you have to manually change the block type to “Classic Paragrahp” (does NOT work in Microsoft Edge …)
    However, the overlay of the image still exists.

    I tried all the checkboxes – no change. The CSS is attached below. I hope it is the right one.

    Element {
    }
    .wp-block-image .components-resizable-box__container img {
        display: block;
        width: 100%;
    }
    .block-editor__container img {
        max-width: 100%;
        height: auto;
    }
    .wp-block-image img {
        max-width: 100%;
    }
    Thread Starter jan28

    (@jan28)

    I just made the update to 4.8.2.
    Unfortunately the TinyMCE is not visible now …?
    The plugin is active and I have chosen the default settings.
    The blocks were always shown under 4.8.1 as “Classic”. This is missing now. They look like normal “Gutenberg blocks” without the plugin … 🙁
    Am I doing something wrong?

    • This reply was modified 7 years, 3 months ago by jan28.
Viewing 5 replies - 1 through 5 (of 5 total)