<em>@hainn84 66860 wrote:</em><blockquote>Hi jimmer !
sorry for delay !
To set banner module :
– You open index.php file in templates/ja_zibal folder , find following code section :
<div id="ja-topnav">
<!-- BEGIN: MAIN NAVIGATION -->
<div id="ja-mainnav" class="clearfix">
<?php $jamenu->genMenu (0); ?>
</div>
<!-- END: MAIN NAVIGATION -->
</div>
<script type="text/javascript">initPNGTrans();</script>
change to :
<div id="ja-topnav">
<!-- BEGIN: MAIN NAVIGATION -->
<div id="ja-mainnav" class="clearfix">
<?php $jamenu->genMenu (0); ?>
</div>
<!-- END: MAIN NAVIGATION -->
</div>
<jdoc:include type="modules" name="banner" style="raw" />
<script type="text/javascript">initPNGTrans();</script>
– You go to admin >> extensions >> module manager >> banner module
– set position for it to “banner” and set for it display on page which you want by assign page at the bottom.</blockquote>
Hi there!
I’m using JA Zibal,,,
I already inserted the code in red above.
I don’t see a “banner” module in my module manager and if I create a new module of banner type, I don’t have a “banner” position to select from the dropdown list.
Do I need to install certain extension to have a “banner” position?
Thanks in advance,
UPDATE:
Ok, I figured out the banner position typyng “banner” in the dropdown list,
Now, the problem is that the picture ( 900x150px like in the original template) shows out of the original limits (bottom & right for Firefox and right for IE).
You can check it out at http://campeches.com
Any clue on how to fix that?
Thanks again
Gabriel