Width of WP editor is too narrow

Posted in: Newspaper
Post count: 38

My WP-Admin editor shows a very narrow editor, exactly as described by these two threads:
* https://forum.tagdiv.com/topic/edit-post-area-very-narrow-in-wp-dashboard/
* https://forum.tagdiv.com/topic/bug-in-paragraphs-width-when-editing-an-article/

I have taken your advice and done all of the following …
– Deactivated child theme (no change)
– Deactivate & clear cache (no change)
– Deactivate all plugins except tagDiv Composer (no change)
– Deactivate all plugins INCLUDING tagDiv Composer (this resulted in the correct column width)
– Included suggested code in functions.php (this created a critical fatal error)

I’ve reverted all these back to their original state so that the site can function.

Post count: 18283

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

If the problem persist, please set this code in functions.php -> wp-content/plugins/td-composer/legacy/Newspaper/functions.php

add_action('admin_head',function() {
echo '<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>';
});

Or you can send us an 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: 38

I’ll send you an email.

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