Posts: 4
Threads: 2
Joined: 17th Aug 12
17th Aug, 11:21 pm
(This post was last modified: 19th Aug, 12:15 am by IndieIndeed.)
[Chrome's Javascript Log]
Failed to load resource: the server responded with a status of 404 (Not Found) [my-domain]/forum/themes/sidereel/simplyscroll.css
That file doesn't exist and I really don't think it ever existed. There's a file called simplyscroll.js?
Posts: 743
Threads: 45
Joined: 5th Apr 12
please link me to the site
Posts: 4
Threads: 2
Joined: 17th Aug 12
18th Aug, 10:19 pm
(This post was last modified: 19th Aug, 08:52 am by IndieIndeed.)
https://indieindeed.net/forum/
Forum is currently in offline mode though but you can still view the error.
If you're on Chrome you can use CTRL+SHIFT+J.
->Fixed the unsecure content error. Missing file issue still remains though.
(Current theme is not one in question, you can see the error in the demo too though.)
Posts: 743
Threads: 45
Joined: 5th Apr 12
The css file was put into
Code:
<link type="text/css" rel="stylesheet" href="http://www.themefreak.net/demo/cache/themes/theme12/scroll.css" />
So you can delete the following line out of your headerinclude template
Code:
<link rel="stylesheet" href="http://www.themefreak.net/demo/themes/sidereel/simplyscroll.css" media="all"
type="text/css" />
Posts: 4
Threads: 2
Joined: 17th Aug 12