soufiane011 Posted January 29, 2015 Share Posted January 29, 2015 Hi, I would love to remove left column in prestashop 1.6, default-bootsrap from all pages and let it just in homepage of shop. In order to do that i added this code in header.tpl on my default theme: <div class="row"> {if isset($left_column_size) && !empty($left_column_size)} {if $page_name =="index"} <div id="left_column" class="column col-xs-12 col-sm-{$left_column_size|intval}">{$HOOK_LEFT_COLUMN}</div> {/if} {/if} It displayed just leftcolomn on homepage perfect! but i had a trouble about width of column center: look at the picture in attachement. In order to fix that i was lookin for colomn center in global.css but i didn't find it. Please help me. Link to comment Share on other sites More sharing options...
vekia Posted January 29, 2015 Share Posted January 29, 2015 hello you can achieve it without touching theme files. go to preferneces > themes and edit your theme. you will see there option to enable / disable columns on selected page types. just disable left column there. it should work well then Link to comment Share on other sites More sharing options...
soufiane011 Posted January 29, 2015 Author Share Posted January 29, 2015 Thank you for your help, i didn't see it. I disabled all of them from left colomn and i let it just index enabled, everythings good just when i clicked on categories the left colomn still display. How can i disable it from categories? Thnak you. Link to comment Share on other sites More sharing options...
vekia Posted January 29, 2015 Share Posted January 29, 2015 try to follow post #4 https://www.prestashop.com/forums/topic/398441-how-to-show-left-column-in-cms-page-prestashop-version-16011/ instead of "cms" (id: 29) do the same for "category" Link to comment Share on other sites More sharing options...
soufiane011 Posted January 30, 2015 Author Share Posted January 30, 2015 Tnahk you for your suggestion, I tried what you said in post #4 but it dosn't work, i found cms and categories with value 0 and i changed to 1 in order to enabled but when i opened table meta lang i didn't find his id! i go back to the backoffice for checked but nothing happened! You will find 3 images about that Thank you. Link to comment Share on other sites More sharing options...
soufiane011 Posted January 30, 2015 Author Share Posted January 30, 2015 Hi again, I added a new lines to database->table->meta_lang id 28 and 29 twice because i have website multilangues. Greate every things good for category and cms, now i'm going to add product also which has id 27, i understand now how it's work, thank you vekia. Link to comment Share on other sites More sharing options...
soufiane011 Posted January 30, 2015 Author Share Posted January 30, 2015 Just last question vekia, if i update my shop my data in database will be restore to default data ? Link to comment Share on other sites More sharing options...
Alexandra-Ionela Posted August 31, 2015 Share Posted August 31, 2015 Hello! I am new in PrestaShop. I don't know how to disable/hide the left side information (left column) "Manufacturers" and "Providers". Thank you! Link to comment Share on other sites More sharing options...
vekia Posted August 31, 2015 Share Posted August 31, 2015 go to modules > positions search for displayLeftColumn modules list remove from this list 2 modules block manufacturers block suppliers Link to comment Share on other sites More sharing options...
Alexandra-Ionela Posted August 31, 2015 Share Posted August 31, 2015 Thank you sir! It worked... Link to comment Share on other sites More sharing options...
Alexandra-Ionela Posted September 4, 2015 Share Posted September 4, 2015 (edited) Hello again! I want to edit the "Delivery" from "Information" column (Left panel) and I don't know where to find an edit it ?!? Is there anyone to help me? Thank you in advance, Alexandra Edited September 12, 2015 by Alexandra-Ionela (see edit history) Link to comment Share on other sites More sharing options...
Alexandra-Ionela Posted September 14, 2015 Share Posted September 14, 2015 Problem solved. Back Office > Tools > CMS Thank you anyway! Link to comment Share on other sites More sharing options...
onlydeshpande Posted April 28, 2020 Share Posted April 28, 2020 On 1/29/2015 at 8:35 PM, vekia said: hello you can achieve it without touching theme files. go to preferneces > themes and edit your theme. you will see there option to enable / disable columns on selected page types. just disable left column there. it should work well then Vekia - you are simply awesome. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now