Navigation überspringen

[Closed] Toolset breaks the latest version of Uncanny Automator

This support ticket is created vor 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.

Dieses Thema enthält 1 reply, hat 2 Stimmen.

Zuletzt aktualisiert von Nigel vor 3 years, 8 months.

Author
Artikel
#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
Unterstützer

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: 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.