Guttenberg Editor Stuck in Mobile View (365px Wide)

Posted in: Newspaper
Post count: 45

Sometime over the past couple of days my Guttenberg editor has been very narrow (365px wide). I’ve not installed any new plugins recently, the only thing I have done is an update to the latest version of the theme.

Switching theme to the default 2020 theme fixes the issue and disabling all of the TagDiv plugins when the Newspaper theme is still activated fixes the issue.

Any ideas?

Post count: 35449

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!

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