Passer la navigation

[Closed] Toolset breaks the latest version of Uncanny Automator

This support ticket is created Il y a 3 years, 8 months. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Ce sujet contient 1 reply, a 2 voix.

Dernière mise à jour par Nigel Il y a 3 years, 8 months.

Auteur
Publications
#2470679

Uncanny Automator recently switched to using TinyMCE for their WYSIWYG text edit areas (e.g. automated email content.) Since doing so, their WYSIWYG areas are broken if Toolset is also installed. This has to do with Toolset loading up assets on admin pages controlled by automator.

Uncanny provided me with a fix (pasted below) but I thought you might want to investigate this yourself as Toolset and Automator are both very popular plugins. I'm sure I'm not the only person who had this problem!

/*** Fix conflict between Uncanny Automator and Toolset (Automator tinyMCE editor busted) ***/
add_filter( 'automator_conflictive_assets', function($conflictive_assets){
$conflictive_assets['scripts'][] = 'types-tinymce-compatibility';
return $conflictive_assets;
} );

If Toolset does fix this problem on their end, please let me know so I can remove this bit of cruft from my own functions.php. Thanks!

#2470689

Nigel
Supporter

Les langues: Anglais (English ) Espagnol (Español )

Fuseau horaire: Europe/London (GMT+01:00)

Thanks for sharing that, I'll update our erratum with those details.

https://toolset.com/errata/uncanny-automator-tinymce-editor-broken-when-using-types-3-4-16/

The topic ‘[Closed] Toolset breaks the latest version of Uncanny Automator’ is closed to new replies.