Gutemberg margins restricted with tagdiv composer

Posted in: Newspaper
Post count: 62

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.

Post count: 62

up

Post count: 62

ehm up guys, I’d like to know how to solve, the problem is in your plugin

Post count: 62

Up guys

Post count: 35449

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!

Post count: 62

Hi Calin, the fix worked. I think it will be available as a theme update, right?

Post count: 35449

Hi,

There already is a fix in our theme for this problem, but in some cases this is not apply and is need for this extra css. Our developers we’ll try to fix these cases too.

Thank you!

Post count: 62

Hi calin, as today, the fix is not put in your official theme. When this will be available?

Post count: 35449

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!

Post count: 62

the code works, the problem is that every time u update the theme, the code disappear and I must fix editing the functions.php

Post count: 35449

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!

Post count: 62

Hi Calin, what about making a child theme included in newspaper theme? it would be great for those who are not able to build a child theme

Post count: 27744

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!

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