Sidebar of category page on bottom of categoryMagento 1.9: Remove Category Filter in Layered Navwhere do I set width for product details after removing sidebar blockRecently product view not workingAdmin Page Sidebar Re-OrderMove filter block RWD in themeMagento Widget not showing up on frontend1 part of the sidebar at top, rest at bottomCustom Category Page Layout Static Block to bottomShop By Brand call landing page category on right sidebarConditionally load js based on cms static block type

Does the damage from the Absorb Elements spell apply to your next attack, or to your first attack on your next turn?

Mistake in years of experience in resume?

How to pronounce 'c++' in Spanish

What is this word supposed to be?

Should the Product Owner dictate what info the UI needs to display?

Will I lose my paid in full property

Creating a chemical industry from a medieval tech level without petroleum

Can a stored procedure reference the database in which it is stored?

How do I check if a string is entirely made of the same substring?

Find a stone which is not the lightest one

Check if a string is entirely made of the same substring

Why is the underscore command _ useful?

Why must Chinese maps be obfuscated?

Drawing a german abacus as in the books of Adam Ries

How to find if a column is referenced in a computed column?

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

Why do distances seem to matter in the Foundation world?

What was Apollo 13's "Little Jolt" after MECO?

Combinatorics problem, right solution?

Co-worker works way more than he should

Crossed out red box fitting tightly around image

What is the term for a person whose job is to place products on shelves in stores?

How to have a sharp product image?

What is the most expensive material in the world that could be used to create Pun-Pun's lute?



Sidebar of category page on bottom of category


Magento 1.9: Remove Category Filter in Layered Navwhere do I set width for product details after removing sidebar blockRecently product view not workingAdmin Page Sidebar Re-OrderMove filter block RWD in themeMagento Widget not showing up on frontend1 part of the sidebar at top, rest at bottomCustom Category Page Layout Static Block to bottomShop By Brand call landing page category on right sidebarConditionally load js based on cms static block type






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















My sidebar from the category pages shows up on the bottom of my category. I wasn't like this yesterday, but it doesn't come to the side. Where can i adjust this or where could it be changed cause it cant be showed to my customers like this.



http://www.thefixedgearshop.com/nl/accessoires/zadels that is the category shown below.



Category



<catalog_category_default translate="label">
<reference name="left">
<action method="unsetChild"><alias>catalog.leftnav</alias></action>
<action method="insert"><blockName>catalog.leftnav</blockName><before>athlete_sideblock_banners</before></action>
</reference>
<reference name="product_list">
<block type="cms/block" name="athlete_empty_category" as="athlete_empty_category">
<action method="setBlockId">
<block_id>athlete_empty_category</block_id>
</action>
</block>
</reference>
</catalog_category_default>


This is the code that is related towards it: Catalog_category_default



Also i found this one:



<reference name="root">
<action method="setTemplate">
<template>page/2columns-left.phtml</template>
<action method="setIsHandle">
<applied>1</applied>
</action>
</action>
<action ifconfig="athlete/layout/fluid" method="addBodyClass"><classname>grid-fluid</classname></action>
</reference>


I edited the options_base_nl.css file and edited the following code:



.col2-layout .sidebar width: 20.41%;
.col2-layout .col-main width: 74%;
.col2-left-layout .col-main-wrap margin-left: 30px;
.col2-right-layout .col-main-wrap margin-right: 300px;
.col2-layout .col-main width: 100%;
.col2-layout .sidebar width: 245px;



But when i set col2-layout .col-main width:74% towards 100% it drops my sidebar on the category page to the bottom again. When i set it towards 74% it makes the sidebar come up, but the product page gets the 26% of the missing width as a sidebar width in the page (see photo below)(the left white part should be like the photo afterwards). It creates a weird looking messy product page. I haven't had this problem before, what can it be?



Photo with 74% of the width that will show sidebar on cat page



Photo with 100% width that will not show sidebar on cat page but good product page.










share|improve this question
























  • Are you sure the layout itself has changed, or could it be a simple CSS issue? It seems to me something is causing your content block to be too large, pushing your sidebar down.

    – Tim Hallman
    May 24 '15 at 20:13







  • 2





    Look at your options_base_nl.css file. Line 481 .col2-layout .col-main set that to 70% and you'll see your sidebar come up. I'd suggest starting there.

    – Tim Hallman
    May 24 '15 at 20:18











  • @TimHallman thanks! That fixed the problem!

    – Axel Dekker
    May 25 '15 at 8:55











  • @TimHallman when i put the 70% width in at that point, it also takes the 70% width towards my product page. This makes the product page have a 30% sidebar that i don't even have. When i put it on 100% in the .col2-layout col-main part then my product page has the good layout, but my sidebar disappears. How can i resolve this?

    – Axel Dekker
    May 25 '15 at 9:46











  • Check for more specific classes perhaps... for instance your page might have a class for the page

    – Tim Hallman
    May 25 '15 at 12:16

















0















My sidebar from the category pages shows up on the bottom of my category. I wasn't like this yesterday, but it doesn't come to the side. Where can i adjust this or where could it be changed cause it cant be showed to my customers like this.



http://www.thefixedgearshop.com/nl/accessoires/zadels that is the category shown below.



Category



<catalog_category_default translate="label">
<reference name="left">
<action method="unsetChild"><alias>catalog.leftnav</alias></action>
<action method="insert"><blockName>catalog.leftnav</blockName><before>athlete_sideblock_banners</before></action>
</reference>
<reference name="product_list">
<block type="cms/block" name="athlete_empty_category" as="athlete_empty_category">
<action method="setBlockId">
<block_id>athlete_empty_category</block_id>
</action>
</block>
</reference>
</catalog_category_default>


This is the code that is related towards it: Catalog_category_default



Also i found this one:



<reference name="root">
<action method="setTemplate">
<template>page/2columns-left.phtml</template>
<action method="setIsHandle">
<applied>1</applied>
</action>
</action>
<action ifconfig="athlete/layout/fluid" method="addBodyClass"><classname>grid-fluid</classname></action>
</reference>


I edited the options_base_nl.css file and edited the following code:



.col2-layout .sidebar width: 20.41%;
.col2-layout .col-main width: 74%;
.col2-left-layout .col-main-wrap margin-left: 30px;
.col2-right-layout .col-main-wrap margin-right: 300px;
.col2-layout .col-main width: 100%;
.col2-layout .sidebar width: 245px;



But when i set col2-layout .col-main width:74% towards 100% it drops my sidebar on the category page to the bottom again. When i set it towards 74% it makes the sidebar come up, but the product page gets the 26% of the missing width as a sidebar width in the page (see photo below)(the left white part should be like the photo afterwards). It creates a weird looking messy product page. I haven't had this problem before, what can it be?



Photo with 74% of the width that will show sidebar on cat page



Photo with 100% width that will not show sidebar on cat page but good product page.










share|improve this question
























  • Are you sure the layout itself has changed, or could it be a simple CSS issue? It seems to me something is causing your content block to be too large, pushing your sidebar down.

    – Tim Hallman
    May 24 '15 at 20:13







  • 2





    Look at your options_base_nl.css file. Line 481 .col2-layout .col-main set that to 70% and you'll see your sidebar come up. I'd suggest starting there.

    – Tim Hallman
    May 24 '15 at 20:18











  • @TimHallman thanks! That fixed the problem!

    – Axel Dekker
    May 25 '15 at 8:55











  • @TimHallman when i put the 70% width in at that point, it also takes the 70% width towards my product page. This makes the product page have a 30% sidebar that i don't even have. When i put it on 100% in the .col2-layout col-main part then my product page has the good layout, but my sidebar disappears. How can i resolve this?

    – Axel Dekker
    May 25 '15 at 9:46











  • Check for more specific classes perhaps... for instance your page might have a class for the page

    – Tim Hallman
    May 25 '15 at 12:16













0












0








0








My sidebar from the category pages shows up on the bottom of my category. I wasn't like this yesterday, but it doesn't come to the side. Where can i adjust this or where could it be changed cause it cant be showed to my customers like this.



http://www.thefixedgearshop.com/nl/accessoires/zadels that is the category shown below.



Category



<catalog_category_default translate="label">
<reference name="left">
<action method="unsetChild"><alias>catalog.leftnav</alias></action>
<action method="insert"><blockName>catalog.leftnav</blockName><before>athlete_sideblock_banners</before></action>
</reference>
<reference name="product_list">
<block type="cms/block" name="athlete_empty_category" as="athlete_empty_category">
<action method="setBlockId">
<block_id>athlete_empty_category</block_id>
</action>
</block>
</reference>
</catalog_category_default>


This is the code that is related towards it: Catalog_category_default



Also i found this one:



<reference name="root">
<action method="setTemplate">
<template>page/2columns-left.phtml</template>
<action method="setIsHandle">
<applied>1</applied>
</action>
</action>
<action ifconfig="athlete/layout/fluid" method="addBodyClass"><classname>grid-fluid</classname></action>
</reference>


I edited the options_base_nl.css file and edited the following code:



.col2-layout .sidebar width: 20.41%;
.col2-layout .col-main width: 74%;
.col2-left-layout .col-main-wrap margin-left: 30px;
.col2-right-layout .col-main-wrap margin-right: 300px;
.col2-layout .col-main width: 100%;
.col2-layout .sidebar width: 245px;



But when i set col2-layout .col-main width:74% towards 100% it drops my sidebar on the category page to the bottom again. When i set it towards 74% it makes the sidebar come up, but the product page gets the 26% of the missing width as a sidebar width in the page (see photo below)(the left white part should be like the photo afterwards). It creates a weird looking messy product page. I haven't had this problem before, what can it be?



Photo with 74% of the width that will show sidebar on cat page



Photo with 100% width that will not show sidebar on cat page but good product page.










share|improve this question
















My sidebar from the category pages shows up on the bottom of my category. I wasn't like this yesterday, but it doesn't come to the side. Where can i adjust this or where could it be changed cause it cant be showed to my customers like this.



http://www.thefixedgearshop.com/nl/accessoires/zadels that is the category shown below.



Category



<catalog_category_default translate="label">
<reference name="left">
<action method="unsetChild"><alias>catalog.leftnav</alias></action>
<action method="insert"><blockName>catalog.leftnav</blockName><before>athlete_sideblock_banners</before></action>
</reference>
<reference name="product_list">
<block type="cms/block" name="athlete_empty_category" as="athlete_empty_category">
<action method="setBlockId">
<block_id>athlete_empty_category</block_id>
</action>
</block>
</reference>
</catalog_category_default>


This is the code that is related towards it: Catalog_category_default



Also i found this one:



<reference name="root">
<action method="setTemplate">
<template>page/2columns-left.phtml</template>
<action method="setIsHandle">
<applied>1</applied>
</action>
</action>
<action ifconfig="athlete/layout/fluid" method="addBodyClass"><classname>grid-fluid</classname></action>
</reference>


I edited the options_base_nl.css file and edited the following code:



.col2-layout .sidebar width: 20.41%;
.col2-layout .col-main width: 74%;
.col2-left-layout .col-main-wrap margin-left: 30px;
.col2-right-layout .col-main-wrap margin-right: 300px;
.col2-layout .col-main width: 100%;
.col2-layout .sidebar width: 245px;



But when i set col2-layout .col-main width:74% towards 100% it drops my sidebar on the category page to the bottom again. When i set it towards 74% it makes the sidebar come up, but the product page gets the 26% of the missing width as a sidebar width in the page (see photo below)(the left white part should be like the photo afterwards). It creates a weird looking messy product page. I haven't had this problem before, what can it be?



Photo with 74% of the width that will show sidebar on cat page



Photo with 100% width that will not show sidebar on cat page but good product page.







magento-1.9






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 25 '15 at 9:55







Axel Dekker

















asked May 24 '15 at 10:08









Axel DekkerAxel Dekker

88114




88114












  • Are you sure the layout itself has changed, or could it be a simple CSS issue? It seems to me something is causing your content block to be too large, pushing your sidebar down.

    – Tim Hallman
    May 24 '15 at 20:13







  • 2





    Look at your options_base_nl.css file. Line 481 .col2-layout .col-main set that to 70% and you'll see your sidebar come up. I'd suggest starting there.

    – Tim Hallman
    May 24 '15 at 20:18











  • @TimHallman thanks! That fixed the problem!

    – Axel Dekker
    May 25 '15 at 8:55











  • @TimHallman when i put the 70% width in at that point, it also takes the 70% width towards my product page. This makes the product page have a 30% sidebar that i don't even have. When i put it on 100% in the .col2-layout col-main part then my product page has the good layout, but my sidebar disappears. How can i resolve this?

    – Axel Dekker
    May 25 '15 at 9:46











  • Check for more specific classes perhaps... for instance your page might have a class for the page

    – Tim Hallman
    May 25 '15 at 12:16

















  • Are you sure the layout itself has changed, or could it be a simple CSS issue? It seems to me something is causing your content block to be too large, pushing your sidebar down.

    – Tim Hallman
    May 24 '15 at 20:13







  • 2





    Look at your options_base_nl.css file. Line 481 .col2-layout .col-main set that to 70% and you'll see your sidebar come up. I'd suggest starting there.

    – Tim Hallman
    May 24 '15 at 20:18











  • @TimHallman thanks! That fixed the problem!

    – Axel Dekker
    May 25 '15 at 8:55











  • @TimHallman when i put the 70% width in at that point, it also takes the 70% width towards my product page. This makes the product page have a 30% sidebar that i don't even have. When i put it on 100% in the .col2-layout col-main part then my product page has the good layout, but my sidebar disappears. How can i resolve this?

    – Axel Dekker
    May 25 '15 at 9:46











  • Check for more specific classes perhaps... for instance your page might have a class for the page

    – Tim Hallman
    May 25 '15 at 12:16
















Are you sure the layout itself has changed, or could it be a simple CSS issue? It seems to me something is causing your content block to be too large, pushing your sidebar down.

– Tim Hallman
May 24 '15 at 20:13






Are you sure the layout itself has changed, or could it be a simple CSS issue? It seems to me something is causing your content block to be too large, pushing your sidebar down.

– Tim Hallman
May 24 '15 at 20:13





2




2





Look at your options_base_nl.css file. Line 481 .col2-layout .col-main set that to 70% and you'll see your sidebar come up. I'd suggest starting there.

– Tim Hallman
May 24 '15 at 20:18





Look at your options_base_nl.css file. Line 481 .col2-layout .col-main set that to 70% and you'll see your sidebar come up. I'd suggest starting there.

– Tim Hallman
May 24 '15 at 20:18













@TimHallman thanks! That fixed the problem!

– Axel Dekker
May 25 '15 at 8:55





@TimHallman thanks! That fixed the problem!

– Axel Dekker
May 25 '15 at 8:55













@TimHallman when i put the 70% width in at that point, it also takes the 70% width towards my product page. This makes the product page have a 30% sidebar that i don't even have. When i put it on 100% in the .col2-layout col-main part then my product page has the good layout, but my sidebar disappears. How can i resolve this?

– Axel Dekker
May 25 '15 at 9:46





@TimHallman when i put the 70% width in at that point, it also takes the 70% width towards my product page. This makes the product page have a 30% sidebar that i don't even have. When i put it on 100% in the .col2-layout col-main part then my product page has the good layout, but my sidebar disappears. How can i resolve this?

– Axel Dekker
May 25 '15 at 9:46













Check for more specific classes perhaps... for instance your page might have a class for the page

– Tim Hallman
May 25 '15 at 12:16





Check for more specific classes perhaps... for instance your page might have a class for the page

– Tim Hallman
May 25 '15 at 12:16










2 Answers
2






active

oldest

votes


















0














To change the category page layout:



From the Admin menu, select Catalog > Manage Categories.



In the Categories tree, select the category level you want to change.



On the Custom Design tab, set Page Layout to “2 columns with left bar.”



Click the Save Category button






share|improve this answer























  • This is set to 2 column with left bar... But it does not show it on the column left bar.

    – Axel Dekker
    May 24 '15 at 10:42











  • please change it through local.xml. It seems that your theme is using 3column layout.

    – Shoeb Salil
    May 24 '15 at 10:44












  • Where in the code can i find this. My XML file says: <template>page/2columns-left.phtml</template>

    – Axel Dekker
    May 24 '15 at 10:47



















-1














you need to create a local.xml filed under your themes layout folder.



File : appdesignfrontend\layoutlocal.xml



<?xml version="1.0"?>
<layout version="0.1.0">
<catalog_category_default> <!-- for default categories -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
</reference>
</catalog_category_default>
<catalog_category_layered> <!-- for layered categories -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
</reference>
</catalog_category_layered>
</layout>





share|improve this answer

























  • There is a layout/local.xml file in that folder, filled with the set-up. I haven't changed anything in that file and this morning it didn't work anymore.

    – Axel Dekker
    May 24 '15 at 10:51











  • find the tag <catalog_category_default> and change the <reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference> and then clear your magento cache.

    – Shoeb Salil
    May 24 '15 at 10:55











  • This does not work. My XML file is not doing anything it looks. I put the above code in the XML, but it is not doing anything. It looks like the sidebar just gets pushed towards the bottom.

    – Axel Dekker
    May 24 '15 at 11:07












  • see added code up the edit of my post.

    – Axel Dekker
    May 24 '15 at 11:11











  • <reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference>

    – Shoeb Salil
    May 24 '15 at 11:15











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%2f68910%2fsidebar-of-category-page-on-bottom-of-category%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














To change the category page layout:



From the Admin menu, select Catalog > Manage Categories.



In the Categories tree, select the category level you want to change.



On the Custom Design tab, set Page Layout to “2 columns with left bar.”



Click the Save Category button






share|improve this answer























  • This is set to 2 column with left bar... But it does not show it on the column left bar.

    – Axel Dekker
    May 24 '15 at 10:42











  • please change it through local.xml. It seems that your theme is using 3column layout.

    – Shoeb Salil
    May 24 '15 at 10:44












  • Where in the code can i find this. My XML file says: <template>page/2columns-left.phtml</template>

    – Axel Dekker
    May 24 '15 at 10:47
















0














To change the category page layout:



From the Admin menu, select Catalog > Manage Categories.



In the Categories tree, select the category level you want to change.



On the Custom Design tab, set Page Layout to “2 columns with left bar.”



Click the Save Category button






share|improve this answer























  • This is set to 2 column with left bar... But it does not show it on the column left bar.

    – Axel Dekker
    May 24 '15 at 10:42











  • please change it through local.xml. It seems that your theme is using 3column layout.

    – Shoeb Salil
    May 24 '15 at 10:44












  • Where in the code can i find this. My XML file says: <template>page/2columns-left.phtml</template>

    – Axel Dekker
    May 24 '15 at 10:47














0












0








0







To change the category page layout:



From the Admin menu, select Catalog > Manage Categories.



In the Categories tree, select the category level you want to change.



On the Custom Design tab, set Page Layout to “2 columns with left bar.”



Click the Save Category button






share|improve this answer













To change the category page layout:



From the Admin menu, select Catalog > Manage Categories.



In the Categories tree, select the category level you want to change.



On the Custom Design tab, set Page Layout to “2 columns with left bar.”



Click the Save Category button







share|improve this answer












share|improve this answer



share|improve this answer










answered May 24 '15 at 10:38









Shoeb SalilShoeb Salil

11




11












  • This is set to 2 column with left bar... But it does not show it on the column left bar.

    – Axel Dekker
    May 24 '15 at 10:42











  • please change it through local.xml. It seems that your theme is using 3column layout.

    – Shoeb Salil
    May 24 '15 at 10:44












  • Where in the code can i find this. My XML file says: <template>page/2columns-left.phtml</template>

    – Axel Dekker
    May 24 '15 at 10:47


















  • This is set to 2 column with left bar... But it does not show it on the column left bar.

    – Axel Dekker
    May 24 '15 at 10:42











  • please change it through local.xml. It seems that your theme is using 3column layout.

    – Shoeb Salil
    May 24 '15 at 10:44












  • Where in the code can i find this. My XML file says: <template>page/2columns-left.phtml</template>

    – Axel Dekker
    May 24 '15 at 10:47

















This is set to 2 column with left bar... But it does not show it on the column left bar.

– Axel Dekker
May 24 '15 at 10:42





This is set to 2 column with left bar... But it does not show it on the column left bar.

– Axel Dekker
May 24 '15 at 10:42













please change it through local.xml. It seems that your theme is using 3column layout.

– Shoeb Salil
May 24 '15 at 10:44






please change it through local.xml. It seems that your theme is using 3column layout.

– Shoeb Salil
May 24 '15 at 10:44














Where in the code can i find this. My XML file says: <template>page/2columns-left.phtml</template>

– Axel Dekker
May 24 '15 at 10:47






Where in the code can i find this. My XML file says: <template>page/2columns-left.phtml</template>

– Axel Dekker
May 24 '15 at 10:47














-1














you need to create a local.xml filed under your themes layout folder.



File : appdesignfrontend\layoutlocal.xml



<?xml version="1.0"?>
<layout version="0.1.0">
<catalog_category_default> <!-- for default categories -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
</reference>
</catalog_category_default>
<catalog_category_layered> <!-- for layered categories -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
</reference>
</catalog_category_layered>
</layout>





share|improve this answer

























  • There is a layout/local.xml file in that folder, filled with the set-up. I haven't changed anything in that file and this morning it didn't work anymore.

    – Axel Dekker
    May 24 '15 at 10:51











  • find the tag <catalog_category_default> and change the <reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference> and then clear your magento cache.

    – Shoeb Salil
    May 24 '15 at 10:55











  • This does not work. My XML file is not doing anything it looks. I put the above code in the XML, but it is not doing anything. It looks like the sidebar just gets pushed towards the bottom.

    – Axel Dekker
    May 24 '15 at 11:07












  • see added code up the edit of my post.

    – Axel Dekker
    May 24 '15 at 11:11











  • <reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference>

    – Shoeb Salil
    May 24 '15 at 11:15















-1














you need to create a local.xml filed under your themes layout folder.



File : appdesignfrontend\layoutlocal.xml



<?xml version="1.0"?>
<layout version="0.1.0">
<catalog_category_default> <!-- for default categories -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
</reference>
</catalog_category_default>
<catalog_category_layered> <!-- for layered categories -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
</reference>
</catalog_category_layered>
</layout>





share|improve this answer

























  • There is a layout/local.xml file in that folder, filled with the set-up. I haven't changed anything in that file and this morning it didn't work anymore.

    – Axel Dekker
    May 24 '15 at 10:51











  • find the tag <catalog_category_default> and change the <reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference> and then clear your magento cache.

    – Shoeb Salil
    May 24 '15 at 10:55











  • This does not work. My XML file is not doing anything it looks. I put the above code in the XML, but it is not doing anything. It looks like the sidebar just gets pushed towards the bottom.

    – Axel Dekker
    May 24 '15 at 11:07












  • see added code up the edit of my post.

    – Axel Dekker
    May 24 '15 at 11:11











  • <reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference>

    – Shoeb Salil
    May 24 '15 at 11:15













-1












-1








-1







you need to create a local.xml filed under your themes layout folder.



File : appdesignfrontend\layoutlocal.xml



<?xml version="1.0"?>
<layout version="0.1.0">
<catalog_category_default> <!-- for default categories -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
</reference>
</catalog_category_default>
<catalog_category_layered> <!-- for layered categories -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
</reference>
</catalog_category_layered>
</layout>





share|improve this answer















you need to create a local.xml filed under your themes layout folder.



File : appdesignfrontend\layoutlocal.xml



<?xml version="1.0"?>
<layout version="0.1.0">
<catalog_category_default> <!-- for default categories -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
</reference>
</catalog_category_default>
<catalog_category_layered> <!-- for layered categories -->
<reference name="root">
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
</reference>
</catalog_category_layered>
</layout>






share|improve this answer














share|improve this answer



share|improve this answer








edited May 24 '15 at 10:53

























answered May 24 '15 at 10:48









Shoeb SalilShoeb Salil

11




11












  • There is a layout/local.xml file in that folder, filled with the set-up. I haven't changed anything in that file and this morning it didn't work anymore.

    – Axel Dekker
    May 24 '15 at 10:51











  • find the tag <catalog_category_default> and change the <reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference> and then clear your magento cache.

    – Shoeb Salil
    May 24 '15 at 10:55











  • This does not work. My XML file is not doing anything it looks. I put the above code in the XML, but it is not doing anything. It looks like the sidebar just gets pushed towards the bottom.

    – Axel Dekker
    May 24 '15 at 11:07












  • see added code up the edit of my post.

    – Axel Dekker
    May 24 '15 at 11:11











  • <reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference>

    – Shoeb Salil
    May 24 '15 at 11:15

















  • There is a layout/local.xml file in that folder, filled with the set-up. I haven't changed anything in that file and this morning it didn't work anymore.

    – Axel Dekker
    May 24 '15 at 10:51











  • find the tag <catalog_category_default> and change the <reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference> and then clear your magento cache.

    – Shoeb Salil
    May 24 '15 at 10:55











  • This does not work. My XML file is not doing anything it looks. I put the above code in the XML, but it is not doing anything. It looks like the sidebar just gets pushed towards the bottom.

    – Axel Dekker
    May 24 '15 at 11:07












  • see added code up the edit of my post.

    – Axel Dekker
    May 24 '15 at 11:11











  • <reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference>

    – Shoeb Salil
    May 24 '15 at 11:15
















There is a layout/local.xml file in that folder, filled with the set-up. I haven't changed anything in that file and this morning it didn't work anymore.

– Axel Dekker
May 24 '15 at 10:51





There is a layout/local.xml file in that folder, filled with the set-up. I haven't changed anything in that file and this morning it didn't work anymore.

– Axel Dekker
May 24 '15 at 10:51













find the tag <catalog_category_default> and change the <reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference> and then clear your magento cache.

– Shoeb Salil
May 24 '15 at 10:55





find the tag <catalog_category_default> and change the <reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference> and then clear your magento cache.

– Shoeb Salil
May 24 '15 at 10:55













This does not work. My XML file is not doing anything it looks. I put the above code in the XML, but it is not doing anything. It looks like the sidebar just gets pushed towards the bottom.

– Axel Dekker
May 24 '15 at 11:07






This does not work. My XML file is not doing anything it looks. I put the above code in the XML, but it is not doing anything. It looks like the sidebar just gets pushed towards the bottom.

– Axel Dekker
May 24 '15 at 11:07














see added code up the edit of my post.

– Axel Dekker
May 24 '15 at 11:11





see added code up the edit of my post.

– Axel Dekker
May 24 '15 at 11:11













<reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference>

– Shoeb Salil
May 24 '15 at 11:15





<reference name="root"> <action method="setTemplate"><template>page/2columns-left.phtml</template></action> </reference>

– Shoeb Salil
May 24 '15 at 11:15

















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%2f68910%2fsidebar-of-category-page-on-bottom-of-category%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

Bulk add to cart function issuecart vs. mini cart issue … rwd themeRedirect Add to cart button to cart pageAdd to cart issue - Magento 2.1The requested Payment Method is not available When creating an orderM2: reason add-to-cart might not function in production modeAdd to cart issue in some android devicesMagento 2 - custom price can not add to subtotal and grand total after add to cartAdd to cart codeIssue with my cart module on pdp and cart pages, just keeps spinningBulk price and quantity update using rest api

Magento2 - How to hide price filter only in specific categories?Multiselect price filter attribute in layered navigationhide only some categories from layered navigation in magentoRemove Price Filter on certain categoriescustomize layered price filter?Hide Price for a particular customer groupPrice filter in layered navigation not working correctly with price including tax in magento 2.2.3Magento 2 how to hide attribute at Layered navigation?Magento 2. how to hide price only for specific categoriesMagento 2 How can I hide the price and total from cart and checkout summary?Magento2: Can we add navigation layered filter like price filter for other attribute?