1
votes

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.

2
I have changed it so all the css and js are held within my static files and I am now getting the following errors; GET mywebsite.com/static/css/bootstrap.min.css (index):22 GET mywebsite.com/static/css/navbar-static-top.css (index):28 GET mywebsite.com/static/js/ie-emulation-modes-warning.js (index):603 GET mywebsite.com/static/js/jquery.min.js (index):605 GET mywebsite.com/static/js/bootstrap.min.js (index):607 GET mywebsite.com/static/js/ie10-viewport-bug-workaround.jsjameslewis

2 Answers

0
votes

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!