when i reload page - it becomes blank

1 reply · opened Mar 28, 2017

22TDMar 28, 2017

Hi - i have an issue with a page - when i t 1st loads it is fine but when i make a change in the css and then go back to the browser and reload the page, i get a blank screen with just the loader icon. It happens every time i reload. I have tried it in chrome incognito windows with the same issue.
as you can see below, i tried to use a cdn for the animate.css and thought that was the issue - so i commented it out....

the page is here: http://valliniskippack.com/twindexexx.html

i also noticed that when i am adding media queries in a separate css file (media-queries.css) they are not working. i am only seeing responsive.css - i have:
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons2.min.css" type="text/css" />
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">-->

<link rel="stylesheet" href="css/animate.min.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<link rel="stylesheet" href="css/media-queries.css" type="text/css" />

any help would be appreciated.

SSemicolon WebSTAFFApr 9, 2017

Hello,

We have checked out your Website and the issue is that since you are using the main.css File, you do not need to link the css/animate.css and css/responsive.css Files in the Document <head> as they are already included in the main.css File.

Removing these File Linkings from the Document <head> should fix your issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard