davids1970 Posted October 28, 2013 Share Posted October 28, 2013 Hi sorry for my english, i have a theme ( http://addons.prestashop.com/demo/FO5653.html ) that have one column in home page and two column in all other page. Is possible to add left column to all other page but without modify home page? I want same home page and add left column in all other page thanks Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted November 4, 2013 Share Posted November 4, 2013 Yes it's possible. To change the other pages layout into 3 column instead 2 column, then you may have to modify the CSS file or modify/override all related controller files or just override the classess file FrontController.php. For example, Specials Page (Price drop page). Actually the Left Column is there, but hidden by the css property display: none If you set the css property display: block, then the left column will be displayed Use developer tool on your browser (e.g: Firebugs for Firefox) to help you check the theme file Link to comment Share on other sites More sharing options...
davids1970 Posted November 4, 2013 Author Share Posted November 4, 2013 Yes it's possible. To change the other pages layout into 3 column instead 2 column, then you may have to modify the CSS file or modify/override all related controller files or just override the classess file FrontController.php. For example, Specials Page (Price drop page). Actually the Left Column is there, but hidden by the css property display: none If you set the css property display: block, then the left column will be displayed Use developer tool on your browser (e.g: Firebugs for Firefox) to help you check the theme file Hi sorry but i'm not very expert, can you tell me exactly what file need to modify? thanks 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