TD Composer not working

Posted in: Newspaper
Post count: 186

TD Composer not working, its just spinning. Have to fix this ASAP…

https://spurt.no

Post count: 186

I’ve deactivated plugins to detect error, but no luck…

Post count: 8

I deactivate the Newspaper plugin “TagDiv Mobile Theme” and that worked for us to get the site going in mobile. I would like to know what is the fix so we can use composer again. I dont have that fix. I think they will need to make a new version to fix the latest conflicts.

Post count: 59

Install the plugin Enable Jquery Migrate Helper. WordPress 5.5 turned this feature off and outdated and deprecated code no longer works.

Great articles on this today
https://ithemes.com/wordpress-5-5-breaking-websites-how-to-fix/

Post count: 18283

Hello !

Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/

Also please make sure that you are running the latest Newspaper theme version: 10.3.6.1

Thank you !

Post count: 1

Had the same issue after updating wordpress – it fixed for me after installing latest theme update

Post count: 23

Hi all,
with 10.3.6.1 issue is still there. I deactivated all the plugins except the tagDiv related plugins but still, the editor was outputting the JavaScript errors. So I downgraded the core WordPress to 5.4.2 and I could see improvements. The editor was working fine with all plugins activated.

It seems like the tagDiv plugins aren’t yet compatible with the latest WordPress v5.5?

EDIT: this is the result of checks with jQuery Migrate Helper — Warnings encountered – This page generated the following warnings:

https://cgp2.staging.wpmudev.host/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js: jQuery.fn.load() is deprecated
jQuery.fn.live() is deprecated
jQuery.fn.live() is deprecated
jQuery.fn.live() is deprecated
https://cgp2.staging.wpmudev.host/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js: jQuery.fn.load() is deprecated

Post count: 186

I have all the requirements. Before it worked just fine, not it does not.

Support: You have to come up with a fix on this ASAP…

  • This reply was modified 5 years by spurt.
Post count: 186

Support: What’s status in this case? I cannot make any changes without TD Composer working. You have to prioritize this.

  • This reply was modified 5 years by spurt.
Post count: 8

The theme is great. Support not so much. THey keep babbling the same thing without any help (refering to things everyone has done already). They know they have an issue but aren’t telling us about when they will update their code.

Post count: 23

Hello TagDiv team,
after some checks, according to advices found here on the forum,

I managed to have the composer working again, but still the following messages, through the jQuery Migrate Helper plugin:

https://ilcaffegeopolitico.net/wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js: jQuery.fn.load() is deprecated

https://ilcaffegeopolitico.net/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js: jQuery.fn.load() is deprecated

Post count: 35449

Hi,

Please check if you are using WordPress v5.5, because if you are using this version, you must use the last version of Newspaper theme too, only this will work on this version of WordPress.
Also if you already have Newspaper 10.3.6.1 and you have this problem, then try the below steps:
1. Disable tagDiv Composer -> https://i.imgur.com/uzBdRB9.png
2. delete tagDiv Composer -> https://i.imgur.com/xGGfYE7.png
3. Reinstall tagDiv Composer -> https://i.imgur.com/Ay0zJHn.png or -> https://i.imgur.com/ZMgV9at.png
4. Clear all cache from your website, host and browser ( for browser use force refresh Ctrl Shift R ).

If the problem still persists, please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you!

Post count: 8

Support…. If the TagDiv are the problem. We followed al recommendations from most of the post in this forum. Just fix the code on your plugins and let us know when will it be available.

Post count: 8

Hi!

I did everything you say here:

1. Disable tagDiv Composer
2. delete tagDiv Composer
3. Reinstall tagDiv Composer
4. Clear all cache from your website, host and browser

  • I have all the requirements
  • I have the latest version 10.3.6.1
  • I use WordPress version 5.5
  • I only have the tagDiv plugins installed
  • I also still can’t use TD Composer after the update.
    Before that, it worked perfectly.
    What I can do? It is urgent for me to edit the home and I can not

    Regards

    Post count: 2

    Hello! I have the same problem. I updated wordpress version and theme version, and the div composer tag is not loading.
    I think like Pietro Costanzo the div tag composer is not compatible with the latest version of wordpress (v5.5).
    I had to go back with v5.4.2 and then tag div composer works fine.

    These steps don’t work for me:
    1. Disable tagDiv Composer
    2. remove tagDiv Composer
    3. Reinstall tagDiv Composer
    4. Clear all cache for your website, host and browser

    Please fix this problem! We need to update the WordPress version!

    Post count: 1

    Downloaded and that fixed my issue to, thank you

    Post count: 23

    Hi TagDiv team,
    thank you for the advices. The procedure posted by Calin seems to fix part of the issue. I am testing this on 3 different websites, on different hostings and config, and I am having the same behaviour on the 3.
    Now the point is that if I make one single change, and I click on “save”, I fall in a loading loop. However, the change is saved, even if I close the page ignoring the “Unsaved content” alert.
    The point now is that I cannot make more than 1 single change on the page, because the first is saved, the second is not.
    It is getting a bit upsetting to work like this. May I kindly ask you to have a quick check and to provide a comprehensive answer for this open issue?

    Looking forward to hearing from you, I am availble for any test or additional information.

    Thank you,
    regards
    Pietro

    Post count: 186

    Joandajer: Could not agreed more…

    Post count: 35449

    Hi,

    For these that try the above suggestions and the problem persists:
    As a quick fix for these warnings you can use Enable jQuery Migrate Helper and check if tagDiv Composer is working again or not.
    Another alternative is to add a fix in theme files, for this you need to go on wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js and replace the jQuery(window).load(function () { from line 234 -> https://i.imgur.com/agaEJWA.png with jQuery(window).on(“load”, function () { -> https://i.imgur.com/zBFX5Ye.png also you need to do the same on this file wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js but since this file is minify you can replace the code inside it with this one ->https://pastebin.com/YTiYVfU4
    These warnings will be fix for the coming updates!
    Let me know the results!
    Thank you!

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