Layout changes not working in Magento 1.9.2.3Magento Core: identical block name in one handleusing local.xml to avoid repetitionwhat is the strategy to find an problem in our layout file?Layout update not working (customer navigation/dashboard)How To Change Default Layout Template as 2column-left.phtmlChange template for 2columns-left.phtml on Fishpig Wordpress pagesLayout Updates in theme.xml to pick up parent theme's xmlChange block's template in layout XMLLayout XML - Custom Layout Update not being usedMagento 2 - Updating Product list page Layout
Why one should not leave fingerprints on bulbs and plugs?
Why does a Star of David appear at a rally with Francisco Franco?
Did Ender ever learn that he killed Stilson and/or Bonzo?
How to make healing in an exploration game interesting
Shortcut for setting origin to vertex
Why Choose Less Effective Armour Types?
Describing a chess game in a novel
Bach's Toccata and Fugue in D minor breaks the "no parallel octaves" rule?
Recruiter wants very extensive technical details about all of my previous work
How difficult is it to simply disable/disengage the MCAS on Boeing 737 Max 8 & 9 Aircraft?
Is honey really a supersaturated solution? Does heating to un-crystalize redissolve it or melt it?
Life insurance that covers only simultaneous/dual deaths
Are Roman Catholic priests ever addressed as pastor
Why won't this compile? Argument of h has an extra {
How to solve this challenging limit?
Welcoming 2019 Pi day: How to draw the letter π?
Does this sum go infinity?
Fastest way to pop N items from a large dict
How to write cleanly even if my character uses expletive language?
Have the tides ever turned twice on any open problem?
Why does energy conservation give me the wrong answer in this inelastic collision problem?
Adventure Game (text based) in C++
Are ETF trackers fundamentally better than individual stocks?
"of which" is correct here?
Layout changes not working in Magento 1.9.2.3
Magento Core: identical block name in one handleusing local.xml to avoid repetitionwhat is the strategy to find an problem in our layout file?Layout update not working (customer navigation/dashboard)How To Change Default Layout Template as 2column-left.phtmlChange template for 2columns-left.phtml on Fishpig Wordpress pagesLayout Updates in theme.xml to pick up parent theme's xmlChange block's template in layout XMLLayout XML - Custom Layout Update not being usedMagento 2 - Updating Product list page Layout
trying to make a very simple change to the category page. Before 1.9.2.3 all I had to do was go into local.xml and add:
<catalog_category_default>
<reference name="root">
<action method="setTemplate">
<template>path/to/template.phtml</template>
</action>
</reference>
</catalog_category_default>
I've tried doing the same thing in my local.xml but no change has occured. I then tried in my theme.xml specified xml file and again nothing. I'm not sure why it isn't updating. Here's my current file:
<?xml version="1.0"?>
<layout>
<default>
<reference name="root">
<action method="setTemplate">
<template>page/customCategory2col.phtml</template>
</action>
</reference>
</default>
</layout>
my folder structure:
app / design / frontend / lexel / coffeehit / layout / local.xml
I'm not sure what the cause is... I think it's something to do with the new inheritance setup. However, it just doesn't apply the layout change.. I've tried creating a module that uses local.xml to apply updates - nothing. I'm not sure where to even begin to find out how to go about this.. anyone know what to do?
Thanks
magento-1.9 layout ce-1.9.2.3
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
trying to make a very simple change to the category page. Before 1.9.2.3 all I had to do was go into local.xml and add:
<catalog_category_default>
<reference name="root">
<action method="setTemplate">
<template>path/to/template.phtml</template>
</action>
</reference>
</catalog_category_default>
I've tried doing the same thing in my local.xml but no change has occured. I then tried in my theme.xml specified xml file and again nothing. I'm not sure why it isn't updating. Here's my current file:
<?xml version="1.0"?>
<layout>
<default>
<reference name="root">
<action method="setTemplate">
<template>page/customCategory2col.phtml</template>
</action>
</reference>
</default>
</layout>
my folder structure:
app / design / frontend / lexel / coffeehit / layout / local.xml
I'm not sure what the cause is... I think it's something to do with the new inheritance setup. However, it just doesn't apply the layout change.. I've tried creating a module that uses local.xml to apply updates - nothing. I'm not sure where to even begin to find out how to go about this.. anyone know what to do?
Thanks
magento-1.9 layout ce-1.9.2.3
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
trying to make a very simple change to the category page. Before 1.9.2.3 all I had to do was go into local.xml and add:
<catalog_category_default>
<reference name="root">
<action method="setTemplate">
<template>path/to/template.phtml</template>
</action>
</reference>
</catalog_category_default>
I've tried doing the same thing in my local.xml but no change has occured. I then tried in my theme.xml specified xml file and again nothing. I'm not sure why it isn't updating. Here's my current file:
<?xml version="1.0"?>
<layout>
<default>
<reference name="root">
<action method="setTemplate">
<template>page/customCategory2col.phtml</template>
</action>
</reference>
</default>
</layout>
my folder structure:
app / design / frontend / lexel / coffeehit / layout / local.xml
I'm not sure what the cause is... I think it's something to do with the new inheritance setup. However, it just doesn't apply the layout change.. I've tried creating a module that uses local.xml to apply updates - nothing. I'm not sure where to even begin to find out how to go about this.. anyone know what to do?
Thanks
magento-1.9 layout ce-1.9.2.3
trying to make a very simple change to the category page. Before 1.9.2.3 all I had to do was go into local.xml and add:
<catalog_category_default>
<reference name="root">
<action method="setTemplate">
<template>path/to/template.phtml</template>
</action>
</reference>
</catalog_category_default>
I've tried doing the same thing in my local.xml but no change has occured. I then tried in my theme.xml specified xml file and again nothing. I'm not sure why it isn't updating. Here's my current file:
<?xml version="1.0"?>
<layout>
<default>
<reference name="root">
<action method="setTemplate">
<template>page/customCategory2col.phtml</template>
</action>
</reference>
</default>
</layout>
my folder structure:
app / design / frontend / lexel / coffeehit / layout / local.xml
I'm not sure what the cause is... I think it's something to do with the new inheritance setup. However, it just doesn't apply the layout change.. I've tried creating a module that uses local.xml to apply updates - nothing. I'm not sure where to even begin to find out how to go about this.. anyone know what to do?
Thanks
magento-1.9 layout ce-1.9.2.3
magento-1.9 layout ce-1.9.2.3
asked Mar 16 '16 at 12:58
123TFO123TFO
64112
64112
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Instead of using catalog_category_default generic reference, use catalog_category_view (or catalog_category_layered, if you use layered navigation)
Apply that changes in your theme layout catalog.xml file
app/design/frontend/lexel/coffeehit/layout/catalog.xml
If it does not exist, copy/paste there catalog.xml base/default file, and then apply the changes in your theme's file
I tried that and it still hadn't made a difference :(
– 123TFO
Mar 16 '16 at 14:16
In your theme folder catalog.xml file?
– Raul Sanchez
Mar 16 '16 at 14:21
no, I use local.xml
– 123TFO
Mar 16 '16 at 14:29
Copy catalog.xml base/default file, and paste it in your layout theme folder. Then make changes in that file
– Raul Sanchez
Mar 16 '16 at 14:32
tried and still nothing - I think it gets called correctly but then is overriden by the parent themes
– 123TFO
Mar 16 '16 at 14:46
|
show 5 more comments
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f106546%2flayout-changes-not-working-in-magento-1-9-2-3%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Instead of using catalog_category_default generic reference, use catalog_category_view (or catalog_category_layered, if you use layered navigation)
Apply that changes in your theme layout catalog.xml file
app/design/frontend/lexel/coffeehit/layout/catalog.xml
If it does not exist, copy/paste there catalog.xml base/default file, and then apply the changes in your theme's file
I tried that and it still hadn't made a difference :(
– 123TFO
Mar 16 '16 at 14:16
In your theme folder catalog.xml file?
– Raul Sanchez
Mar 16 '16 at 14:21
no, I use local.xml
– 123TFO
Mar 16 '16 at 14:29
Copy catalog.xml base/default file, and paste it in your layout theme folder. Then make changes in that file
– Raul Sanchez
Mar 16 '16 at 14:32
tried and still nothing - I think it gets called correctly but then is overriden by the parent themes
– 123TFO
Mar 16 '16 at 14:46
|
show 5 more comments
Instead of using catalog_category_default generic reference, use catalog_category_view (or catalog_category_layered, if you use layered navigation)
Apply that changes in your theme layout catalog.xml file
app/design/frontend/lexel/coffeehit/layout/catalog.xml
If it does not exist, copy/paste there catalog.xml base/default file, and then apply the changes in your theme's file
I tried that and it still hadn't made a difference :(
– 123TFO
Mar 16 '16 at 14:16
In your theme folder catalog.xml file?
– Raul Sanchez
Mar 16 '16 at 14:21
no, I use local.xml
– 123TFO
Mar 16 '16 at 14:29
Copy catalog.xml base/default file, and paste it in your layout theme folder. Then make changes in that file
– Raul Sanchez
Mar 16 '16 at 14:32
tried and still nothing - I think it gets called correctly but then is overriden by the parent themes
– 123TFO
Mar 16 '16 at 14:46
|
show 5 more comments
Instead of using catalog_category_default generic reference, use catalog_category_view (or catalog_category_layered, if you use layered navigation)
Apply that changes in your theme layout catalog.xml file
app/design/frontend/lexel/coffeehit/layout/catalog.xml
If it does not exist, copy/paste there catalog.xml base/default file, and then apply the changes in your theme's file
Instead of using catalog_category_default generic reference, use catalog_category_view (or catalog_category_layered, if you use layered navigation)
Apply that changes in your theme layout catalog.xml file
app/design/frontend/lexel/coffeehit/layout/catalog.xml
If it does not exist, copy/paste there catalog.xml base/default file, and then apply the changes in your theme's file
edited Mar 16 '16 at 14:44
answered Mar 16 '16 at 14:14
Raul SanchezRaul Sanchez
2,11031335
2,11031335
I tried that and it still hadn't made a difference :(
– 123TFO
Mar 16 '16 at 14:16
In your theme folder catalog.xml file?
– Raul Sanchez
Mar 16 '16 at 14:21
no, I use local.xml
– 123TFO
Mar 16 '16 at 14:29
Copy catalog.xml base/default file, and paste it in your layout theme folder. Then make changes in that file
– Raul Sanchez
Mar 16 '16 at 14:32
tried and still nothing - I think it gets called correctly but then is overriden by the parent themes
– 123TFO
Mar 16 '16 at 14:46
|
show 5 more comments
I tried that and it still hadn't made a difference :(
– 123TFO
Mar 16 '16 at 14:16
In your theme folder catalog.xml file?
– Raul Sanchez
Mar 16 '16 at 14:21
no, I use local.xml
– 123TFO
Mar 16 '16 at 14:29
Copy catalog.xml base/default file, and paste it in your layout theme folder. Then make changes in that file
– Raul Sanchez
Mar 16 '16 at 14:32
tried and still nothing - I think it gets called correctly but then is overriden by the parent themes
– 123TFO
Mar 16 '16 at 14:46
I tried that and it still hadn't made a difference :(
– 123TFO
Mar 16 '16 at 14:16
I tried that and it still hadn't made a difference :(
– 123TFO
Mar 16 '16 at 14:16
In your theme folder catalog.xml file?
– Raul Sanchez
Mar 16 '16 at 14:21
In your theme folder catalog.xml file?
– Raul Sanchez
Mar 16 '16 at 14:21
no, I use local.xml
– 123TFO
Mar 16 '16 at 14:29
no, I use local.xml
– 123TFO
Mar 16 '16 at 14:29
Copy catalog.xml base/default file, and paste it in your layout theme folder. Then make changes in that file
– Raul Sanchez
Mar 16 '16 at 14:32
Copy catalog.xml base/default file, and paste it in your layout theme folder. Then make changes in that file
– Raul Sanchez
Mar 16 '16 at 14:32
tried and still nothing - I think it gets called correctly but then is overriden by the parent themes
– 123TFO
Mar 16 '16 at 14:46
tried and still nothing - I think it gets called correctly but then is overriden by the parent themes
– 123TFO
Mar 16 '16 at 14:46
|
show 5 more comments
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f106546%2flayout-changes-not-working-in-magento-1-9-2-3%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown