How to modify sidebar

I need to make the "category navigation" go away and add some html on this sidebar. I have read the forums and cannot find this basic info anywhere. Any ideas?

http://superiorpress.westhostsite.com/index.php/

3 answers

Profile photo of JA Developer 0.00 $tone December 21, 2009
Public

Hi there

open page.xml file, find following code:

Code:

<!--Display category on left-->
        <reference name="left">
        		<block type="core/template" before="-" name="left.permanent.callout" template="callouts/left_col.phtml"/>
            <block type="catalog/navigation" name="catalog.leftcat" template="catalog/navigation/sidenav.phtml"/>
        </reference>

here you can remove the red code and add your html code.

#1
Profile photo of Giovanni Cecolin 0.00 $tone February 3, 2010
Public

Hi there

open page.xml file, find following code:

Code:

<!--Display category on left-->
        <reference name="left">
        		<block type="core/template" before="-" name="left.permanent.callout" template="callouts/left_col.phtml"/>
            <block type="catalog/navigation" name="catalog.leftcat" template="catalog/navigation/sidenav.phtml"/>
        </reference>

here you can remove the red code and add your html code.

and how to change the banner ??? where is the code?

#2
Profile photo of JA Developer 0.00 $tone February 5, 2010
Public

Hi ufficionet

Open app\design\frontend\default\jm_selenitemplate\cal loutsright_col.phtml file to modify.

This image is skin/frontend/default/jm_seleni/images/media/col_right_callout.jpg

#3

This question is now closed

Written By

Comments