如何为 Magento 调用我们设计的 css 和 js
我是 Magento 的新手。我正在尝试根据我们的设计实现一个主题。但对于我的新主题 css 和图像不调用;我不明白这里的问题是什么?
我复制了 modern
文件夹,然后用我们的主题名称 Brace
重命名了该文件夹
Location:/app/design/frontend/defaul/Brace
对于 css 和 Js,
我复制了 modern
文件夹,然后用我们的主题名称 Brace
重命名了该文件夹
Location:/skin/frontend/defaul/Brace
之后,我将所有图像复制到 /skin/frontend/defaul/Brace/images
文件夹中。然后将我的样式表复制到 /skin/frontend/defaul/Brace/css/style.css
中。
当我从管理更改主题名称时,它不会反映前端的 CSS 和图像。
我从网上搜索过,但所有解决方案都不同,这让我感到困惑。
I am new in Magento. I am trying to implement a theme according to our design. But for my new theme css and images not call; I don't understand what the issue here?
I have copied the modern
folder and after that renamed this folder with our theme name Brace
Location:/app/design/frontend/defaul/Brace
For css and Js
I have copied the modern
folder and after that renamed this folder with our theme name Brace
Location:/skin/frontend/defaul/Brace
After that I have copied my all images in /skin/frontend/defaul/Brace/images
folder. And then copy my stylesheet in /skin/frontend/defaul/Brace/css/style.css
.
When I change theme name from admin it not reflect css and images on frontend.
I have searched from net but all solution different that confusing me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它可能是“默认”而不是“默认”?
您确定您的商店的设计设置吗? (系统 -> 配置 -> 设计)
在您的情况下,“包 -> ”当前包名称”应为“默认”,并且“主题 ->”默认值”应该是“大括号”。
还要确保侧栏中的配置范围设置正确:这应该是“默认配置”或“您的商店名称”。
有时您还需要清除(所有)缓存才能看到结果:)(系统 -> 缓存管理)。
最后,您可以尝试使用 Clockworkgeek 提到的模板提示选项
祝您好运!
It's probably 'default' instead of 'defaul'?
Are you sure about the design settings of your store? (System -> Configuration -> Design)
In your case the 'Package -> Current Package Name' should be 'default' and the 'Themes -> default' should be 'Brace'.
Also be sure that the configuration scope is set correctly in the sidebar: this should be 'default configuration' or 'the name of your store'.
Sometimes you also need to clear (all) the cache to see results :) (System -> Cache Management).
In the end you could try to use the template hint option as mentioned by Clockworkgeek
Good luck!