• Resolved Ahmed Hussein

    (@ahmedgeek)


    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.

Viewing 1 replies (of 1 total)
  • Plugin Author zendesk_official

    (@zendesk_official)

    Hi @ahmedgeek,

    A new version of the wordpress plugin has been released (1.6.11) which includes the changes to make use of the admin_enqueue_scripts hook instead of admin_print_styles.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Colorbox style conflict with Toolset Plugins’ is closed to new replies.