- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是 magento 的新手。我想更改页 footer 分。我的页脚文件路径:D:\wamp\www\magento\app\design\frontend\base\default\template\page\html\footer.phtml。
<div class="footer-container">
<div class="footer">
<?php echo $this->getChildHtml() ?>
<p class="bugs"><?php echo $this->__('Help Us to Keep Magento Healthy') ?> - <a href="http://www.magentocommerce.com/bug-tracking" onclick="this.target='_blank'"><strong><?php echo $this->__('Report All Bugs') ?></strong></a> <?php echo $this->__('(ver. %s)', Mage::getVersion()) ?></p>
<address><?php echo $this->getCopyright() ?></address>
</div>
现在我想删除帮助我们保留句子。
请告诉我如何删除它
我已完全删除,然后它也显示在前端中。
最佳答案
转到管理部分系统>配置>高级>开发人员>调试然后启用模板路径提示。之后刷新您的网站前端。
您将获得从哪个主题加载文件的正确信息。
然后更改正确的 footer.phtml 文件。
此消息将会发送。我认为您是 magento 新手。
欲了解更多知识,请阅读Design Packages
关于magento - 如何在magento框架中编辑页 footer 分?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15756485/
鉴于下面的基本 HTML 结构(我无法更改),我知道我可以使用此 CSS 扩展主要内容 div: html, body { height: 100%; } body { display: fl
这应该类似于 iOS tableview 页脚,也可以在各种网站中看到(粘性页脚)。 我想实现以下目标: A 是具有可变行数的 RecyclerView。 当 A 小于屏幕(或父级)尺寸时,B(页脚)
我有一个 Bootstrap 面板,底部有两个按钮: {{ Form::open( array('route' => array('dogs.edit', $dog->id)
我是一名优秀的程序员,十分优秀!