Tagdiv composer malfunctioning (multiple problems)

Posted in: Newspaper
Post count: 11

So I updated to new Theme, new child theme and all plugins.
1. This issue came up: https://nimb.ws/XU0N3A on post and page, It works when I deactivate tagdiv composer. The problem lies in post, page. It also works on classic builder and when I install Gutenberg plugin By Gutenberg Team but not in default like it used to.
2. Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet. I see this error even I have updated all files from the zip I download. I double checked and all file are there. https://nimb.ws/NG8Ted
3. Wp Editor error, https://nimb.ws/rx73wR can’t save nor can I switch. This problem was there before update.

Thanks

Post count: 35449

Hello,

1. This problem appear after the last Chrome update, in order to fix it you’ll need to add in theme functions.php this custom code

add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);

Paste the code here: https://www.screencast.com/t/kMKPrLsg7Tk

2. Please delete the only/actual child and set the child from the last package of Newspaper theme.
Also this problem can appear if you do not set all the files that need in child theme, please check our documentation for child theme here .

3. This can be 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.

Thank you!

Post count: 11

Hi,
Thank you for your reply.

1. Thank you, the code works.
2. Version 9.7.3 and Version 9.8’s child theme file (Function.php and Style.css) are the same, though I replaced it but it didn’t work. I also reuploaded td-composer plugin from downloaded zip but that didn’t work either.
3. I did that too, Deactivate all plugins and active only the newspaper theme and composer plugins, reinstalled wordpress that didn’t work too. I hard refreshed it, change browser and it didn’t work either. here is the error log

1.wp-content/plugins/td-composer/includes/wpeditor.php
Uncaught ReferenceError: ajaxurl is not defined
at HTMLDocument.<anonymous> (wpeditor.php?wp_path=/home/digit760/public_html/:411)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at Function.ready (jquery.js?ver=1.12.4-wp:2)
at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)

2. Uncaught TypeError: Cannot read property 'activeEditor' of undefined
at window.loadIframe (wpeditor.php?wp_path=/home/digit760/public_html/:175)
at onload (wpeditor.php?wp_path=/home/digit760/public_html/:278)
window.loadIframe @ wpeditor.php?wp_path=/home/digit760/public_html/:175
onload @ wpeditor.php?wp_path=/home/digit760/public_html/:278

the same file as above.

3. If I use a child theme, the following error will be added to console log.

.....wp-content/themes/Newspaper-child/font-newspaper.css?ver=9.8 net::ERR_ABORTED 404 (Not Found)

Post count: 35449

Hello,

Please make sure that you update the theme conform to our documentation -> https://tagdiv.com/update-newspaper-theme/ ( make sure that you delete the old theme version and theme plugins before you make the update ).
Also make sure that you are using only the child theme that come with the theme package -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you!

Post count: 11

Thanks,
This problem is still there:

3. Wp Editor error, https://nimb.ws/rx73wR can’t save nor can I switch. This problem was there before update.

Are you guys allowed to get site access from us so you can have closer look?

Thanks

Post count: 35449

Hello,

Please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.

Thank you!

Post count: 11

Hi,
Sorry for the late reply.
I did send the details at contact@tagdiv.com, any news?

Thanks

Post count: 35449

Hello,

Did you include the link of this topic in the email, in this way we’ll identified you more easy.

Thank you!

Post count: 11

Look like not, I sent it from different email address just now. Hope that’s acceptable.
Thanks

Post count: 35449

Hello,

There should be no problem, we answer to all emails.

Thank you!

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