Hi guys, since today, I noticed that standard Gutenberg editor (I use it when I write articles) has now the margins of the blocks that are smaller than yesterday.
u can see an example here https://i.postimg.cc/WbFBfwvC/Schermata-2020-05-09-alle-19-27-01.png
the red lines were the pas margins, now I see a smaller write area. this problem disappear if I disable tagdiv composer.
Hi,
Please do not replay in your topic, this will only delay the time until you get the answer, we answer in topics from oldest to newest.
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!
Hi gilean,
There is a code in our theme for this and for me is apply -> https://i.imgur.com/8SwVGP6.png unfortunately I do not know why is not working for all users, at the end we are using the same theme, only the host and plugins are others.
Thank you for your understanding!
Hi gilean, what you an do is to use a child theme and set that code in the functions.php from the child and it should not longer disappear.
Hope this will help!
Thank you!
Hello, @gilean,
Our theme provides a child theme, but the files that can be set in it must be set individually (usually these changes in child theme are made by developers), according to our documentation child theme can be used for files from tagDiv Standard Pack and files from tagDiv Composer => https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!