Im having a problem with loading local.xml of my custom package and custom theme. Im trying to remove call outs like dog, poll etc...
My package name is "color" and my theme name is "red"
<?xml version="1.0" encoding="UTF-8"?>
<layout>
<default>
<!-- Remove callouts -->
<reference name="left">
<remove name="left.permanent.callout"/>
<remove name="right.newsletter"/>
<remove name="cart_sidebar"/>
<remove name="sale.reorder.sidebar"/>
</reference>
<reference name="right">
<remove name="right.permanent.callout"/>
<remove name="livechat.chat"/>
<remove name="cart_sidebar"/>
<remove name="sale.reorder.sidebar"/>
</reference>
</default>
</layout>
I tried to change "default" with both "color" (My Package Name) and "red" (My Theme Name), but none of them changed anything, call outs are still loaded.
My Cache is disabled already. Any suggestions please?
Regards, John
Edit: I double checked it now with default package and default theme and local.xml isn't loading there too, callouts are still there.
Im using magento 1.6 CE