Hello, in my editor I can see a custom css for the WordPress Gutenberg editor in text (view the screenshot) and also the bloc for editing is very close… is it a conflict with tagdiv ?
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!
I delete all my website contain and clean entire ftp and database and rebuild all with a new installation of newspaper but after some days the problems is back. Currently the size of gutenberg is ok but still the customm css visible. However I’ve got only the tagdiv plugins for the moment.
The support at contact@tagdiv.com have acess to my ftp and admin panel but no solution has been found.
Also your code doesn’t work : add_action(‘admin_head’,function() {
echo ‘<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>’;
});
The editor say there is a syntax error , unexpected ‘>’ but I don’t see where.
see the following screenshot :
Hello !
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you
Our team will take a look !
Thank you !