Banner loses the link at main Category

Anonymous asked July 1, 2014

Attachment 38051

This banner’s link is working fine at Home. But when at the main category loses the link. Anyone knows how can I solve this?

Tyvm…

2 answers

Profile photo of Seoki Lee 1510.00 $tone July 2, 2014
Public

This banner’s link isn’t working fine at the main category due to JM Masshead extension. At present, our extension doesn’t support to show link on masshead.

If you want to show link for this banner, please create new CMS static block on the home page. Then open the file \app\design\frontend\default\jm_book\layout\catalo g.xml,

After line 91:

Code:

<reference name="content">

Add this code:

Code:

<block type="cms/block" name="your_block_identifier" >
	<action method="setBlockId"><block_id>your_block_identifier</block_id></action>
</block>

And after line 135:

Code:

<reference name="content">

Add this code:

Code:

<block type="cms/block" name="your_block_identifier" >
	<action method="setBlockId"><block_id>your_block_identifier</block_id></action>
</block>
#2

Please login or Register to Submit Answer

Written By

Comments