Post editor / layout messed up

Posted in: Newspaper
Post count: 31

Hi,

Since I de-activated the plugins so that I could clear all cache (and re-activated them), the layout of the post editor is messed up. Any idea how comes? And how to solve it? http://prnt.sc/p5t06o

These blocks overlap the text instead of appearing under the text..

Post count: 15

The template has problems with Chrome-based browsers. In the case of the editor, it is possible to access the functions in a normal way in Firefox. This is unfortunate, considering that most people use Google’s browser.

Post count: 18283

Hello !

Please contact us via email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you !

Post count: 31

Hi,

It restored itself this weekend? All posts can be edited again like before. I found a same ‘result’ mentioned in another topic regarding the same situation. For now I would leave it like it is. Is it possible that logging in via another browser restored it?

Anyhow as far as I am concerned: you can close the topic. If it pops-up again I will act as asked for.

@impulsse.chile there was no problem with Chrome before the problem appeared and also not afterwards, so I am not sure it has to do with the browser.

Post count: 623

This is know issue related with chrome browser.
Add following code to theme’s functions.php file.

add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);

Hope this will help

Post count: 31

For now it works! Thanks!!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.