Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • impressit Friend
    #139753

    Hello,

    Is it possible to remove the body area from the frontpage (see attachement):confused:

    I only want to show pictures en mods on te frontpage and the bodytext in the rest of the site. The body area is now a disturbing white space.

    Thans in advance!!


    1. impress
    Anonymous Moderator
    #299211

    Hi,

    For this case, please open index.php file in templates/ja_quartz folder, at about line 171, find following code:

    <!-- BEGIN: CONTENT -->
    <div id="ja-content">

    <jdoc:include type="message" />

    <div id="ja-current-content" class="clearfix">

    <jdoc:include type="component" />

    </div>

    </div>
    <!-- END: CONTENT -->

    and change to:

    <?php if(!$tmpTools->isFrontPage()) : ?>
    <!-- BEGIN: CONTENT -->
    <div id="ja-content">

    <jdoc:include type="message" />

    <div id="ja-current-content" class="clearfix">

    <jdoc:include type="component" />

    </div>

    </div>
    <!-- END: CONTENT -->
    <?php endif ; ?>

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum