开发者

sIFR 3 works on home page but not others in wordpress

开发者 https://www.devze.com 2022-12-14 06:36 出处:网络
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

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 开发者_StackOverflow社区have no clue. Any help?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消