Title: Titan framework causing issues with other plugins
Last modified: July 3, 2018

---

# Titan framework causing issues with other plugins

 *  Resolved [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/titan-framework-causing-issues-with-other-plugins/)
 * I am the developer of The Events Calendar Category Colors plugin. Recently a 
   user has found a plugin conflict between our plugins.
 * I use the built-in WordPress color picker (wp-color-picker), the Titan framework
   seems to have a file, wp-color-picker-alpha.js, tha disables the default color
   picker.
 * I haven’t dug further, but I believe this is the root cause of the conflict.
 * [https://wordpress.org/support/topic/cant-see-category-colors-input/](https://wordpress.org/support/topic/cant-see-category-colors-input/)
 * I’m happy to help with some sort of resolution, please let me know.

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/titan-framework-causing-issues-with-other-plugins/#post-10458583)
 * Specifically in your plugin is the following line.
 * `add_action( 'admin_enqueue_scripts',array( $this,'ect_remove_wp_colorpicker'),
   99);`
 *  Thread Starter [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/titan-framework-causing-issues-with-other-plugins/#post-10458599)
 * In your code you might be able to specifically select the tab your setting are
   on to remove this, rather than in all of The Events Calendar Settings.
 *  Thread Starter [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/titan-framework-causing-issues-with-other-plugins/#post-10459868)
 * I’ve narrowed it down further and the activation of `wp-color-picker-alpha.js`
   or `wp-color-picker-alpha.min.js` is what causes the issue. I don’t know specifically
   in what part of the code.
 *  Plugin Author [CoolHappy](https://wordpress.org/support/users/narinder-singh/)
 * (@narinder-singh)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/titan-framework-causing-issues-with-other-plugins/#post-10461496)
 * Hi Andy Fragen,
 * I greatly appreciate your efforts and helpful comments.
    I have fixed this bug
   using below mentioned condition.
 *     ```
       $current_screen = get_current_screen();
       			if( $current_screen ->id === "tribe_events_page_edit?post_type=tribe_events-events-template-settings" )
       				{ 
       		wp_enqueue_script( 'wp-color-picker' );
       		wp_enqueue_style( 'wp-color-picker' );
       		wp_enqueue_script( 'wp-color-picker-alpha', TitanFramework::getURL( '../js/min/wp-color-picker-alpha-min.js', __FILE__ ), array( 'wp-color-picker' ), TF_VERSION );
       		}
       ```
   
 * Please update your installed plugin version with latest **version 1.0.8**. And
   let me know if you are still facing any problem.I will Happy to assist you.
 * _[ [Signature deleted](https://wordpress.org/support/guidelines/#avoid-signatures)]_
    -  This reply was modified 7 years, 11 months ago by [CoolHappy](https://wordpress.org/support/users/narinder-singh/).
    -  This reply was modified 7 years, 11 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [7 years, 11 months ago](https://wordpress.org/support/topic/titan-framework-causing-issues-with-other-plugins/#post-10461758)
 * Hi CoolHappy, Thanks for the great support but please lose the signature. That’s
   prohibited in these forums as it’s been horribly abused in the past by others.
 * Yes, bad people ruin it for others. Please refrain from that.
 * [https://wordpress.org/support/guidelines/#avoid-signatures](https://wordpress.org/support/guidelines/#avoid-signatures)
 *  Thread Starter [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/titan-framework-causing-issues-with-other-plugins/#post-10474220)
 * CoolHappy,
 * Thanks for the fix. I have looked at the Titan Framework and see that there is
   an update to v1.12.1.
 * Locally, I have swapped out the newer framework version in your plugin and the
   issue is resolved. I would therefore suggest updating to the current Titan Framework
   in your plugin.
 * [https://github.com/gambitph/Titan-Framework](https://github.com/gambitph/Titan-Framework)
 * Thanks for your responsiveness.
 * Andy
 *  Plugin Author [CoolHappy](https://wordpress.org/support/users/narinder-singh/)
 * (@narinder-singh)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/titan-framework-causing-issues-with-other-plugins/#post-10491080)
 * It’s my pleasure.
    Sure, I will update it in upcoming update.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Titan framework causing issues with other plugins’ is closed to new replies.

 * ![](https://ps.w.org/template-events-calendar/assets/icon-256x256.gif?rev=3346193)
 * [Events Shortcodes For The Events Calendar](https://wordpress.org/plugins/template-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/template-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/template-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/template-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/template-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/template-events-calendar/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [CoolHappy](https://wordpress.org/support/users/narinder-singh/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/titan-framework-causing-issues-with-other-plugins/#post-10491080)
 * Status: resolved