Post editor Error

Posted in: Newspaper
Post count: 9

Hello..
i am facing a weird problem with my post editor. When i am typing an article more than the length of about 6 to 7 line then the bottom “Post Setting” bar and “UM Content Restriction” bar become sticky and fixed position they show upon my article when the article is big.. :/
I have tried deactivating all the plugins as if they might have caused this but issue didnt resolve.
Please help me resolve this or i may just provide you with the admin login and password and you check it by yourself, just provide my the contact.

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: 9

I have already done this. Now am waiting for the help

Post count: 1

Hi there,

Was this resolved? I’m having the same error with post setting bar being sticky…

Post count: 9

Hi SMWenner..
My issue is resolved now. Actually its problem with the browser and not with wordpress or newspaper theme. When you will open your admin dashboard in opera or firefox it wont be showimg the same error..
So what i did..!
I just left it as it was. But suddenly few days back the problem resolved on its own..
If you cant wait for fix on its own i would recomend you to reinstall the browser.
Regards,
Mubasher

Post count: 623

Try adding 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

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