dovy/elusive-iconfont

Icons doesn't display right

Opened this issue · 8 comments

zth commented

This happens to me occasionally, maybe there's a simple explanation. Sometimes, my Elusive icons just stop displaying properly. Case in point: www.annonslokal.se (it's in Swedish... sorry! ;) ). I cannot for my life figure out what the problem might be. Any ideas?

Thanks for a great set of icons, I use it in all of my projects! :)

zth commented

Interesting! Where do you see that? I did a search for "localhost" in the
source of the page, but found nothing. Where do I alter those references?
looks like they're left behind from my local development.

On Thu, Mar 20, 2014 at 8:14 PM, Dimitris Kalliris <notifications@github.com

wrote:

I can see some "Failed to load resource" errors

the server responded with a status of 404 (Not Found)

http://localhost/annonslokal/wp-content/themes/shoestrap/assets/fonts/Elusive-Icons.svg#Elusive-Icons?ver=2

http://localhost/annonslokal/wp-content/themes/shoestrap/assets/fonts/Elusive-Icons.woff?ver=2

http://localhost/annonslokal/wp-content/themes/shoestrap/assets/fonts/Elusive-Icons.ttf?ver=2

Reply to this email directly or view it on GitHubhttps://github.com//issues/73#issuecomment-38209165
.

Right click & Inspect Element in Chrome. Spot the 3 errors sign on the top bar, click to see details.
a

It seems that there's something wrong in
https://github.com/aristath/elusive-iconfont/blob/master/less/elusive-webfont.less#L5-L9
or
https://github.com/aristath/elusive-iconfont/blob/master/css/elusive-webfont.css#L3-L7 ,
depends on your use.

zth commented

Thanks!

I looked through my install but found nothing referencing localhost. I
didn't find a elusive-webfont.css, but I guess that gets created by
LESS...? Any more ideas where to look for the localhost reference? Thanks
for your help :)

On Thu, Mar 20, 2014 at 8:33 PM, Dimitris Kalliris <notifications@github.com

wrote:

Right click & Inspect Element in Chrome. Spot the 3 errors sign on the top
bar, click to see details.
[image: a]https://f.cloud.github.com/assets/2421981/2476644/5a466b8e-b066-11e3-93c0-fe2439fd8308.png

It seems that there's something wrong in

https://github.com/aristath/elusive-iconfont/blob/master/less/elusive-webfont.less#L5-L9
or

https://github.com/aristath/elusive-iconfont/blob/master/css/elusive-webfont.css#L3-L7,
depends on your use.

Reply to this email directly or view it on GitHubhttps://github.com//issues/73#issuecomment-38211177
.

zth commented

Found the issue, LESS hadn't recompiled since I had the install locally, so
when I just changed an option and saved it recompiled and now works fine.
zth makes a mental note. Thanks for your patience and help!

On Thu, Mar 20, 2014 at 9:05 PM, Dimitris Kalliris <notifications@github.com

wrote:

maybe check if that variable gets set somewhere else...

https://github.com/aristath/elusive-iconfont/blob/master/less/elusive-webfont.less#L1

Reply to this email directly or view it on GitHubhttps://github.com//issues/73#issuecomment-38214554
.

Correct! I thought that you'd already pass through this! :)

zth commented

So did I as I've been messing with the options post migration, but
apparently no options triggering a compile :)

On Thu, Mar 20, 2014 at 9:10 PM, Dimitris Kalliris <notifications@github.com

wrote:

Correct! I thought that you'd already pass through this! :)

Reply to this email directly or view it on GitHubhttps://github.com//issues/73#issuecomment-38215064
.