How would I remove the mainbody from (only) the frontpage of this template. All I want to see is the ‘avatar’ and user module 5. I dont want to see the white main body area at all.
I tried by creating a copy of the template and removing the following code (see below) and assigning that template just to the front page. It do get rid of the white content area for the front whilst keeping it for the other pages – HOWEVER – when I use a feature such as virtuemart shop and you ‘go to cart’ for some reason it uses the ‘no mainbody’ template to display the cart (and you see nothing) :
<!– BEGIN: CONTENT –>
<div id=”ja-contentwrap”>
<div class=”ja-mainbody-top”></div>
<div id=”ja-content”>
<div id=”ja-pathway”>
<?php if ($this->countModules(‘breadcrumb’)) { ?>
<jdoc:include type=”modules” name=”breadcrumb” style=”xthml” />
<?php } ?>
</div>
<jdoc:include type=”component” />
<?php if ( $this->countModules(‘banner’) ) { ?>
<div id=”ja-banner” class=”clearfix”>
<jdoc:include type=”modules” name=”banner” style=”xhtml” />
</div>
<?php } ?>
</div>
<div class=”ja-mainbody-bot”></div>
</div>
<!– END: CONTENT –>