sIFR 可以与 Smarty 模板一起使用吗?
我已经安装了 WHMCS,并且正在编辑模板 (Smarty)。 我无法让 sIFR js 工作。 我已阅读此处的所有相关问题,并且已阅读有关 sIFR v.2 和 v.3 的教程。 现在我正在使用 sIFR 进行最新的夜间构建,以便我可以使用该字体。 不过,我没有使用 Flash 编辑器,而是在线生成字体。 我仍然有一个 font.swf 文件 - 这有关系吗?
我不懂 js,而且我一整天都在尝试让其他 js(cochon?)工作 - 没有骰子。
希望得到一些指点!
谢谢。
I have WHMCS installed, and am editing the templates (Smarty). I cannot get the sIFR js to work. I have read all the relevant questions here, and I've read the tutorials on sIFR v. 2 and v.3. Right now I'm on hte latest nightly build with sIFR so that I can use the font. I did however, generate the font online stead of using a flash editor. I still have a font.swf file - does it matter?
I don't know a lick of js, and I've tried all day to get the other js (cochon?) working - no dice.
Would love some pointers!!
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
sIFR 在客户端的 HTML 输出结果上工作。 所以答案是肯定的,因为Smarty并不重要。
sIFR works on the client side, on the resulting HTML output. So the answer is yes, because Smarty doesn't matter.
根据我的经验,sIFR 带来的麻烦比它真正值得的要多得多 - 我使用 Cufon,并且只要您将使用率保持在相当低的水平(如果使用过度,它会减慢 IE),您就不应该遇到任何问题。 设置也相当简单,只需
1:在此处转换您的字体 - http://cufon.shoqolate.com /generate/
2:下载 cufon.js 并使用您的字体保存 - https: //github.com/sorccu/cufon/wiki/about
3:在 HTML 中链接到它们
4:将字体应用到元素(在 head 标签中)
完成!
In my experience sIFR is much more trouble than it is really worth - I use Cufon, and provided you keep your usage fairly low (it can slow down IE if it is overdone) you shouldn't have any problems. Setting it up is fairly easy too, just
1: Convert your font here - http://cufon.shoqolate.com/generate/
2: Download cufon.js and save it with your font - https://github.com/sorccu/cufon/wiki/about
3: Link to them in your HTML
4: Apply the font to the elements (in head tag)
Done!