Bootstrap Carousel Slider – CSS & JS not working

Try changing this:

// Registering Bootstrap style
wp_enqueue_style( 'bootstrap_min', get_stylesheet_directory_uri().'/css/bootstrap.min.css' );

To this:

// Registering Bootstrap style
wp_enqueue_style( 'bootstrap_min', get_template_directory_uri() .'/css/bootstrap.min.css' );