The theme changed the aspect of my WordPress editor

Posted in: Newspaper
Post count: 12

Hi, I really love Newspaper, but when I installed the theme on my website it changed the appearance of the WordPress post editor in the backend. Now fonts, quotes and all the other elements in the editor look different from before. How can I go back to the previous style of the editor?

Post count: 35449

Hi,
Our theme is using the default WordPress editor, before was the classic editor and now is the Gutenberg editor (this contain the classic element -> https://i.imgur.com/Hy1l5Hu.png).
If this is not what you mean, please provide some screenshots.
Thank you!

Post count: 12

Hi,
The editor appears this: the blocks width is too little -> https://imgur.com/a/1EvCo2C
How can I change it?

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!

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