tags:

views:

46

answers:

1

So it works great on this page: zookacreative.com/blog/

But then it doesn't work on this page: zookacreative.com/blog/funny-stuff/were-stoked-at-zooka

I have no clue. Any help?

A: 

Yes, in sifr-config.js you have a relative path to the swf file containing your font. Change it to an absolute path:

var nfslab = { src: 'wp-content/themes/zooka-blog/flash/nfslab.swf' };

should be:

var nfslab = { src: 'http://www.zookacreative.com/blog/wp-content/themes/zooka-blog/flash/nfslab.swf' };

Hope it helps.

/Klaus

klausbyskov
doh! what a silly mistake, thanks Klaus!
Chase
I'm glad I could help.
klausbyskov