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













0















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










share|improve this question














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.



















    0















    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










    share|improve this question














    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.

















      0












      0








      0








      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










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      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.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          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






          share|improve this answer

























          • 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










          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
          );



          );













          draft saved

          draft discarded


















          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









          0














          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






          share|improve this answer

























          • 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















          0














          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






          share|improve this answer

























          • 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













          0












          0








          0







          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






          share|improve this answer















          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







          share|improve this answer














          share|improve this answer



          share|improve this answer








          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

















          • 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

















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Best approach to update all entries in a list that is paginated?Best way to add items to a paginated listChoose Your Country: Best Usability approachUpdate list when a user is viewing the list without annoying themWhen would the best day to update your webpage be?What should happen when I add a Row to a paginated, sorted listShould I adopt infinite scrolling or classical pagination?How to show user that page objects automatically updateWhat is the best location to locate the comments section in a list pageBest way to combine filtering and selecting items in a listWhen one of two inputs must be updated to satisfy a consistency criteria, which should you update (if at all)?

          Тонконіг бульбистий Зміст Опис | Поширення | Екологія | Господарське значення | Примітки | Див. також | Література | Джерела | Посилання | Навігаційне меню1114601320038-241116202404kew-435458Poa bulbosaЭлектронный каталог сосудистых растений Азиатской России [Електронний каталог судинних рослин Азіатської Росії]Малышев Л. Л. Дикие родичи культурных растений. Poa bulbosa L. - Мятлик луковичный. [Малишев Л. Л. Дикі родичи культурних рослин. Poa bulbosa L. - Тонконіг бульбистий.]Мятлик (POA) Сем. Злаки (Мятликовые) [Тонконіг (POA) Род. Злаки (Тонконогові)]Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Description from Flora of China) [Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Опис від Флора Китаю)]Poa bulbosa L. – lipnice cibulkatá / lipnica cibulkatáPoa bulbosa в базі даних Poa bulbosa на сайті Poa bulbosa в базі даних «Global Biodiversity Information Facility» (GBIF)Poa bulbosa в базі даних «Euro + Med PlantBase» — інформаційному ресурсі для Євро-середземноморського розмаїття рослинPoa bulbosa L. на сайті «Плантариум»

          Вунгтау (аеропорт) Загальні відомості | Див. також | Посилання | Навігаційне меню10°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.0833310°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.083337731608Vinh AirportVinh airport facelift improves serviceвиправивши або дописавши їївиправивши або дописавши їїр