如何使用 ThemeRoller 将我的 jQuery 移动主题导入到我的网站?
我有一个小问题。昨天我用 ThemeRoller 创建了一个新的 jQuery 主题。之后我下载了一个 zip 文件。然后它告诉我在我的网站中添加一些代码,例如:
我认为可以。之后,我解压缩了 zip 文件,在根文件夹中创建了一个新的 css 文件夹并导入了主题文件夹。所以我将此代码添加到我的网站中:
但哦,奇怪......什么也没发生。我的错在哪里? 感谢您的帮助。
I have a small problem. Yesterday I created a new jQuery theme with the ThemeRoller. After that I've downloaded a zip file. Then it tells me to add some code into my website like:
<link rel="stylesheet" href="css/themes/my-custom-theme.css" />
I thought ok. After that I unzipped my zip-file, created a new css folder in my rootfolder and imported theme folder. So I've added this code to my site:
<link rel="stylesheet" href="css/themes/test.css" />
But oh wonder.. nothing happened. Where is my fault?
Thanks for help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使用您的主题,请将其添加到页面顶部的 jquery.mobile.struct 文件之后,如下所示:
http:// /jquerymobile.com/themeroller/
To use your theme, add it to the head of your page after the jquery.mobile.structure file, like this:
http://jquerymobile.com/themeroller/