Hello guy!
Here is the solution for you
Please open the file: templatesja_zeoliteindex.php and try to find codes at line 177
[PHP]
<!– BEGIN: CONTENT –>
<div id=”ja-contentwrap”><div id=”ja-content”>
<div id=”ja-current-content” class=”clearfix”>
<jdoc:include type=”component” />
</div>
</div></div>
<!– END: CONTENT –>
[/PHP]
Replace:
[PHP]
<!– BEGIN: CONTENT –>
<?php if( !$tmpTools->isFrontPage() ) : ?>
<div id=”ja-contentwrap”><div id=”ja-content”>
<div id=”ja-current-content” class=”clearfix”>
<jdoc:include type=”component” />
</div>
</div></div>
<?php endif; ?>
<!– END: CONTENT –>
[/PHP]
Good luck!