ik heb deze fout melding in inspect van Chrome :
GET http://webdesignleren.net/wp-content/themes/garage/bootstrap12/bootstrap.grid.min.css (met rode kruis )
mij function.php code is:
function garage_stylesheets() {
wp_register_style( 'bootstrap.min.css', get_template_directory_uri() . '/bootstrap.min.css', array(), null, 'all' );
wp_enqueue_style( 'bootstrap.min.css' );
wp_register_style( 'bootstrap.min.css.map', get_template_directory_uri() . '/bootstrap.min.css.map', array(), null, 'all' );
wp_enqueue_style( 'bootstrap.min.css.map' );
wp_register_style( 'normalize.css', get_template_directory_uri() . '/normalize.css', array(), null, 'all' );
wp_enqueue_style( 'normalize.css' );
wp_register_style( 'bootstrap.grid.min.css', get_template_directory_uri() . '/bootstrap12/bootstrap.grid.min.css', array(), null, 'all' );
wp_enqueue_style( 'bootstrap.grid.min.css' );
wp_register_style( 'app.css', get_template_directory_uri() . '/app.css', array(), null, 'all' );
wp_enqueue_style( 'app.css' );
wp_register_style( 'style.css', get_template_directory_uri() . '/style.css', array(), null, 'all' );
wp_enqueue_style( 'style.css' );
}
add_action( 'wp_enqueue_scripts', 'garage_stylesheets' );
als ik open mij theme in Filezilla het directry van bootstrap.grid.min.css klopt:
ftp://[email protected]/WordPress_SecureMode_01/wp-content/themes/garage/bootstrap12/bootstrap.grid.min.css
mij url is :http://webdesignleren.net/
wat kan het fout zijn bij deze melding ?
Dank U Wel
johannes