Search found 4 matches

by Two
Sun Oct 23, 2016 1:55 pm
Forum: Other Issues
Topic: Can't load local resources for a custom theme, EG fonts
Replies: 7
Views: 5149

Re: Can't load local resources for a custom theme, EG fonts

I've tried your suggestion, no change. Interesting tidbit, I tried changing the wait_icon.gif found in the ./images/ folder and *that* stopped loading as well. Same URL, different content. There is some check going on preventing use of new content beyond changing the CSS. Generally if I'm going into...
by Two
Sun Oct 23, 2016 7:27 am
Forum: Other Issues
Topic: Can't load local resources for a custom theme, EG fonts
Replies: 7
Views: 5149

Re: Can't load local resources for a custom theme, EG fonts

Currently the code that the entire theme is created from is still in the folder for the /Light Theme/ folder. My code should work as a simple look at my browsers network log in its dev tools shows it trying to load the png from the same folder as the css, but fails due to the redirect. Is there like...
by Two
Sat Oct 22, 2016 7:13 pm
Forum: Other Issues
Topic: Can't load local resources for a custom theme, EG fonts
Replies: 7
Views: 5149

Re: Can't load local resources for a custom theme, EG fonts

I've tried /www/, /www/themes/, /www/themes/Light Themes/, /www/themes/Light Themes/images, and the /plugin_root/ version of those directories. From my html element in common.css. background.png is currently in /plugin_root/www/themes/Light Theme/ html { background: url("background.png"); ...
by Two
Sat Oct 22, 2016 3:55 pm
Forum: Other Issues
Topic: Can't load local resources for a custom theme, EG fonts
Replies: 7
Views: 5149

Can't load local resources for a custom theme, EG fonts

So, I've been working on a modern, nice looking, easy on the eyes theme based on the Light theme but an issue I've run into is being unable to load fonts or images I've uploaded to my router. If I try to go directly to an image I'd like to use as a background, I'll just be redirected to the landing ...