Newspaper New Update TagDiv Issue

Posted in: Newspaper
Post count: 31

Hi! I updated the Newspaper theme to the latest version. However, I am getting an error on the TagDiv plugins saying it is not compatible with the new version of Newspaper. Please assist to check, thank you!

Post count: 35449

Hi,
Please try to update the theme again manually, in this way you’ll exclude the problems that can appear during theme update, delete the theme and theme plugins and use the method B from our guide -> https://tagdiv.com/update-newspaper-theme/
Also make sure that you do not have a plugin conflict or some modules that are blocking the theme and plugins to get updated.
Let me know the results!

Post count: 31

Hi
I’ve updated the theme and plugins manually. However, I noticed that the gutenberg editor is narrowed. I’ve added the patch but it doesn’t resolve the issue. Please assist, thank you!

Post count: 35449

Hi,
In the most of the cases this problem can be fixed by adding an extra code, 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!important;}</style>'; });
Let me know the results!
Thank you!

Post count: 31

Hi! I added this code: add_action(‘admin_head’,function() { echo ‘<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:90%!important;}</style>’; }); on my functions.php

It was working perfectly on the old version of the newspaper theme, however, I noticed that it doesn’t show the way it supposed to on the new update. Please assist.

https://prnt.sc/w4ecug

The colour also seems greyish

Post count: 35449

Hi irmankarim, I think that the problem is from the max-width:90% is possible to be different interpreted now, please set it in px and see if there is still a problem.
Thank you for your understaing!

Post count: 31

Hi! Okay i’ve changed to px. But why is there like an opacity?

Post count: 18283

Hello !

Can you show us a screenshot of what exactly you see that has an opacity on it ?

Thank you !

Post count: 31
Post count: 18283

Hello !

Simply click anywhere on the code and the opacity will dissapear: https://www.screencast.com/t/74bmTj461Js ; https://www.screencast.com/t/rnMBdktwEkxX

Thank you !

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