1

好的,我已经检查了包括这里在内的所有地方,每个人的答案正是我所写的,所以我不知道为什么它不起作用。除了配置之外,我还清除了 Magento 的缓存。

这就是我的 local.xml 文件中的内容:

<layout>
    <default>
        <!-- Remove callouts and rarely used stuff -->
        <remove name="right.poll" />
        <remove name="right.permanent.callout" />

        <remove name="left.permanent.callout" />
            <!-- Add the local stylesheet -->

            <reference name="root">
                <action method="setTemplate"><template>page/1column.phtml</template></action>
            </reference>
    </default>
</layout>

我删除了我写的其他 css 内容,因为我唯一关心的是根引用。我的目录如下所示:

  • 简单化
    • 布局
      • 本地.xml
    • 模板
        • html
          • 页脚.phtml
          • header.phtml
          • 等(所有其他布局子事物)
        • 1列.phtml

我到底做错了什么?当我试图让它使用 1 列时,它仍在使用 2 列布局。

编辑:

对于任何对页面感兴趣的人,这里是页面: http: //magento.neofill.com/magento/

您会认为在默认编辑 local.xml 之后,这会影响所有页面,对吧?我不明白我做错了什么。我一直在寻找,一切都是我所拥有的。它应该可以工作,但是如果您查看源代码,您会发现它在这里使用了 2 列布局:

<div class="main-container col2-right-layout">
4

0 回答 0