MyBB Themes - ThemeFreak
Sidereel CSS file doesn't exist - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: MyBB 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=8)
+--- Forum: Support for 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=10)
+---- Forum: Sidereel (http://www.themefreak.net/forumdisplay.php?fid=28)
+---- Thread: Sidereel CSS file doesn't exist (/showthread.php?tid=170)



Sidereel CSS file doesn't exist - IndieIndeed - 17th Aug

[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?


RE: Sidereel CSS file doesn't exist - Tan - 18th Aug

please link me to the site


RE: Sidereel CSS file doesn't exist - IndieIndeed - 18th Aug

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.)


RE: Sidereel CSS file doesn't exist - Tan - 19th Aug

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" />



RE: Sidereel CSS file doesn't exist - IndieIndeed - 19th Aug

Alright, thanks wils.