【问题标题】:magento remove breadcrumbs from home only with local.xmlmagento 仅使用 local.xml 从家中删除面包屑
【发布时间】:2014-05-02 14:43:20
【问题描述】:

是否可以仅从主页中删除面包屑,在 magento 中有 1 个 local.xml? 我该怎么做?

我试过了,但它不起作用...... :(

<cms_index_index>
    <reference name="root">
        <remove name="breadcrumbs"/>
    </reference>
</cms_index_index>

【问题讨论】:

    标签: xml magento breadcrumbs


    【解决方案1】:

    您不需要referenceremove 将找到名为 breadcrumbs 的块并将其删除。

    <cms_index_index>
        <remove name="breadcrumbs"/>
    </cms_index_index>
    

    也尝试添加

    <remove name="breadcrumbs"/>
    

    在管理员中更新您主页的 CMS 布局。这可能是您的local.xml 的问题。

    【讨论】:

      【解决方案2】:

      最简单的方法是添加到您的主页 CMS 页面的 Layout Update XML:

       <remove name="breadcrumbs" />
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2016-04-04
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多