How can I delete the block and pictures on the left and right side

Hello,
How can I delete. How does it work?

Thanks for the help

Harry

Attachment 14148

4 answers

Profile photo of thangnn1510 0.00 $tone July 5, 2011
Public

Hi Pelele!

Welcome back! How are you now?

To delete 2 images in the sides of JM Mozanis please remove this code:

Code:

<reference name="left">
            <block type="catalog/product_compare_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
            <block type="core/template" name="left.permanent.callout" after="left.poll" template="callouts/left_col.phtml">
                <action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
                <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
                <action method="setLinkUrl"><url>checkout/cart</url></action>
            </block>
        </reference>
        <reference name="right">
            <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
                <action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
                <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (084) 912-939-475.</alt></action>
                <action method="setLinkUrl"><url>checkout/cart</url></action>
            </block>
        </reference>

in app\design\frontend\default\jm_mozanis\layout\cata log.xml. After that please clear your cache to see the changes.

Please tell us if you need more helps.

Thank you.

#1
Profile photo of Tareq Mahmud 60.00 $tone September 18, 2011
Public

Hi Pelele!

Welcome back! How are you now?

To delete 2 images in the sides of JM Mozanis please remove this code:

Code:

<reference name="left">
            <block type="catalog/product_compare_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
            <block type="core/template" name="left.permanent.callout" after="left.poll" template="callouts/left_col.phtml">
                <action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
                <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
                <action method="setLinkUrl"><url>checkout/cart</url></action>
            </block>
        </reference>
        <reference name="right">
            <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
                <action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
                <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (084) 912-939-475.</alt></action>
                <action method="setLinkUrl"><url>checkout/cart</url></action>
            </block>
        </reference>

in app\design\frontend\default\jm_mozanis\layout\cata log.xml. After that please clear your cache to see the changes.

Please tell us if you need more helps.

Thank you.

Will the same steps work for the homepage or catalague page only? I am not able to remove it from homepage.

Also how do edit the top links all the in the top in the black bar? Thanks

#3

This question is now closed

Written By

Comments