Skip Navigation

[Closed] Toolset breaks the latest version of Uncanny Automator

This support ticket is created 2 years, 1 month ago. 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 2 years, 1 month ago.

Author
Posts
#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

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00: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.