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
please post your site Url and admin details in PM
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>