Problem with MDBBOOSTRAP

Asked

Viewed 37 times

0

Well, I’m using the hrefs below and everything fucnionava perfectly until yesterday 07/02/2018, today for tomorrow when I opened the site and clicked on a logo to open the templates just doesn’t open, so it seems that it is invisible: / the issue is that, from yesterday to today, nothing has been edited in my files.

<link href="https://mdbootstrap.com/previews/docs/latest/css/bootstrap.min.css" rel="stylesheet">

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

<link href="https://mdbootstrap.com/previews/docs/latest/css/mdb.min.css" rel="stylesheet">

You can view the problem by accessing this link -> http://i9pixel.com/Site-Geral/

click on the logo should open a popup style template. but that doesn’t happen anymore, the funny thing is that if you click on the logo and after 2 seconds, you give 2 clicks in the middle of the screen, the video loads in full screen.

I even downloaded the files directly on the mdboostrap site and put it on the server, changed the references pointing to these files, but the problem remains.

1 answer

1

Opening the console in your application, we can see that it is displaying the error message : "has been blocked by CORS policy: No 'Access-Control-Allow-Origin'" that is, you are not allowed to make request to that location.

Print taken from the console on your page : inserir a descrição da imagem aqui

Learn more about Same Origin Policy here.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.