Cannot edit paragraph text with tagdiv composer

Posted in: Newspaper
Post count: 3

Hi,
I am having some issue when I go to edit content of a page. When I go to edit the text, I cannot see the text in edit content/ wp editor (attaching a screen shot of the issue).

http://couplesdiscovery.com/wp-content/uploads/2019/09/1.png
http://couplesdiscovery.com/wp-content/uploads/2019/09/2.png

I have created pages in this way before and I used to edit the text as it suppose to edit but I have having this issue. I am not a tech person, so please let me know how can I solve this issue.

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

Hello,
I have tried with the code (as you suggested) but the problem still persist.
Here are some screenshot of the issue

http://tinyurl.com/y34uvzno

http://tinyurl.com/y6csa265

I have tried with different browser SAFARI and it working perfect there. Actually I am more habituate with chrome and this issue really harming my work flow.

I am looking forward for your suggestion.

Thanks
Sanjay

Post count: 35449

Hello !

We are sorry for the inconvenience !

We are not ignoring anyone. We are well aware of this issue which is caused by the latest Google Chrome updates ( it works fine on other browsers ). Our developers are doing their best at fixing this issue as soon as possible.

Thank you for your understanding !

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