Problem: Tagdiv Composer in conflict with Gutenberg editor

Posted in: Newspaper
Post count: 3

Hello, I have a big issue. When is active, Tagdiv composer plugin is in conflict with Gutenberg, and when I add a post in the back end in WordPress, it shows the content in a small column instead of the large one shown automatically. So I deactivated Tagdiv composer, and the problem disappears. How can I solve this problem? How can I do to send you a screenshot, if you need it? Thank you.

Post count: 35449

Hi,

Are you using the default Gutenberg editor from WordPress or the plugin?
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.