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

<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?


magento-1.9
add a comment |
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.

<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?


magento-1.9
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-mainset that to70%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-mainpart 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
add a comment |
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.

<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?


magento-1.9
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.

<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?


magento-1.9
magento-1.9
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-mainset that to70%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-mainpart 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
add a comment |
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-mainset that to70%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-mainpart 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
add a comment |
2 Answers
2
active
oldest
votes
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
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
add a comment |
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>
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
|
show 2 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%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
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
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>
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
|
show 2 more comments
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>
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
|
show 2 more comments
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>
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>
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
|
show 2 more comments
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
|
show 2 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%2f68910%2fsidebar-of-category-page-on-bottom-of-category%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
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-mainset that to70%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-mainpart 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