Colorbox style conflict with Toolset Plugins
-
Hi,
This is Ahmed from Toolset Development Team.
Some of our clients recently had a compatibility issue between Zendesk and our plugin Toolset Layouts.
The cause of the issue was queuing colorbox assets everywhere in the admin page. In such cases we will basically dequeue the colobox assets in our pages to prevent the conflict, but in Zendesk case, the queueing action was hooked to admin_print_styles action, which is not the recommended WP way to enqueue admin resources, https://codex.www.ads-software.com/Plugin_API/Action_Reference/admin_print_styles.
It would be great if you can change the hook to admin_enqueue_scripts to make it easier for other plugins to dequeue the resources when needed :).
Thanks.
- The topic ‘Colorbox style conflict with Toolset Plugins’ is closed to new replies.