Hallo,
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
404 = niet geupload
Kijk eens naar het pad in je HTML-source.

gelieve een duidelijke titel te gebruiken die je je vraag/probleem kort en bondig beschrijft. Een hele URL of foutmelding erin is niet echt relevant en leesbaar.
bedankt ,
ik heb het geupload via filezilla en ik heb het pad in filezilla boven laten zien:

@webdesignleren.net/WordPress_SecureMode_01/wp-content/themes/garage/bootstrap12/bootstrap.grid.min.css

johannes
En toch bestaat het bestand niet. Klinkt dus heel leuk, klopt alleen niet.
dank u wel ,
ik ga morgen kijken.

prettige avond

johannes

[size=xsmall]Toevoeging op 14/06/2017 11:41:05:[/size]

ik heb cdn gedownload en het probleem opgelost.

Dank U Wel

johannes

Reageren