jan28
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Editor Tools] Display error in GutenbergHello,
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
Forum: Plugins
In reply to: [Advanced Editor Tools] Display error in GutenbergI 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 🙂
Forum: Plugins
In reply to: [Advanced Editor Tools] Display error in GutenbergI 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 …
Forum: Plugins
In reply to: [Advanced Editor Tools] Display error in GutenbergThe 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%; }Forum: Plugins
In reply to: [Advanced Editor Tools] Display error in GutenbergI 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.