Hello.
I just tried to dequeue wp color picker alpha that enqueued on titan-framwork, and color picker is working now.
function test_remove_wpcalpha() {
wp_dequeue_script( 'wp-color-picker-alpha' );
}
add_action( 'admin_enqueue_scripts', 'test_remove_wpcalpha', 99 );
-
This reply was modified 7 years ago by Tommy.