anish28
Hi,
You can consider to add a new module position on top of the grids on homepage. Try with my following tweak:
1. Create a new module position called newposition by adding: <position>newposition</position> in the file: root/templates/ja_fixel/templateDetails.xml : http://prntscr.com/ixg4n5
2. Load this position in the home block: root/templates/ja_fixel/tpls/blocks/home.php
<?php if ($this->countModules('newposition')): ?>
<div class="<?php $this->_c('newposition')?>">
<jdoc:include type="modules" name="<?php $this->_p('newposition') ?>" />
</div>
<?php endif; ?>
http://prntscr.com/ixg4bn
- Assign your own module which shows the banner into 'newposition' position created in step 1.
Regards