Visual WP editor not working

Posted in: Newspaper
Post count: 49

Hi,

I am trying to edit text inside the “Column text” element and do not want to work in the code editor. The visual editor is not working, however.

See screenshot:
https://ibb.co/2hSG2Sg

Post count: 18

Hey bzeegers,

Did you find a solution to this? I was fine until today and now I have the same problem?

Thanks
Rich

Post count: 35449

Hello,

1. This problem start to appear after the last Chrome update, please check on other browses too,
Also you can try this code to fix this problem, you’ll need to add in the theme functions.php
add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);

Paste the code here: https://www.screencast.com/t/kMKPrLsg7Tk

Hope this will help you!
Thanks.

Post count: 49

Hi Calin,

I have placed the code in the functions.php file, but it does not seem to work. There is also no element with the class “.block-editor-writing-flow” inside the DOM while editing.

Post count: 35449

Hello,

Unfortunately is seems that this code is not longer working, sorry for the inconvenience! Please try with other brewers like Firefox until this problem will be solved!

Thank you for your understanding!

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