Enqueue never runs
Be sure about the parameters wp_enqueue_style and wp_enqueue_script uses.(The parameters are not same for both ) wp_enqueue_style( $handle, $src, $deps, $ver, $media ); you are giving false,false,true for dependency,version and media which is a blunder mistake.If you are not sure about them, you can avoid them and if you want to following is an example … Read more