Magento configuration

owas

Free Member
Jan 3, 2010
1,422
256
Hi,
Any suggestion on how I can remove the header column, logo and all, as well as the right column and the footer, I know this sounds bizzar but there's method in the madness :)
 

atmedia

Free Member
Oct 4, 2011
80
8
If you want to completely remove sections the best way to do that is in the Layout XML.

You need to look at:
/public_html/app/design/frontend/{yourTemplate}/default/layout/

From there look at the corresponding XML file. In this case look at page.xml and comment out the blocks you dont want using comment tags
<!-- ANYTHING IN HERE IS COMMENTED OUT -->

Obviously you need to look at other xml files to remove other blocks in certain places etc

regards
 
Last edited:
Upvote 0

owas

Free Member
Jan 3, 2010
1,422
256
thanks, okay next questions :redface: what the best way to change permssion on the files, more so magneto connect manager, but do all of them need to be changed to 755?
I found this, but not sure how or where to right the command?

Open up your SSH client and go to the directory where Magento is installed. Once you are there, copy and paste the following command:

find . -type d -exec chmod 777 {} \;
* If you are on a cPanel server you need to do this

find . -type d -exec chmod 755 {} \;
(or just go to your file manager and choose 755
 
Upvote 0

Latest Articles