Reputation: 11
Everything appears as normal, however when I inspect element in my checkout page I get the following errors showing up in the console
https://maxcdn.bootstrapcdn.com/examples/navbar-static-top/navbar-static-top.css Failed to load resource: the server responded with a status of 403 (Forbidden) https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/ie10-viewport-bug-workaround.js Failed to load resource: the server responded with a status of 403 (Forbidden)
My site has been set up for https, and I have tried the bootstrap links with and without the https: in the link. I am new to this so it could be something silly, I would be grateful for any help.
Upvotes: 1
Views: 3903
Reputation: 364
If I were you, I would donwload the files and I would upload it to my site. If the CDN has problems... your web will have it too...
I advise you to do it.
In addition, when I try to access to the links, I can't see the files too... You should use the links which @Lightwalker posted
I hope my answer will help you!
Upvotes: 0
Reputation: 1856
Here are the correct links, hope it helps
http://getbootstrap.com/examples/navbar-static-top/navbar-static-top.css
http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js
Upvotes: 1