Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • kkrie616 Friend
    #138050

    If you look at the demo template for ja_zeolite you will notice the WinDVD 9 Plus on the Home Page. I have disabled the article but cant figure out how to remove the box. See attached screen shot.

    Also if I cant remove it how would I place the box above the Featured Products section on the home page


    1. WinDVD-9-Plus
    Anonymous Moderator
    #290869

    Hi kkrie616,

    Please try with my guide:

    + Open index.php file in templates/ja_zeolite folder, at about line 176, find following code:

    [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]

    and change to:

    [PHP]<?php
    if (!$tmpTools->isFrontPage()) {
    ?>
    <!– 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
    }
    ?>[/PHP]

    Hope it helps.

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, 9 months ago.

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