Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jowb Friend
    #138574

    Hi all.

    I removed the main article, which is in the “Body”, that is left “0” items. But still remains in the bottom image below.

    How do I remove this file, but when I publish a file in front, must assess normally.

    Thanks

    Anonymous Moderator
    #295141

    for this case, please open index.php file in templates/ja_sanidineii_light folder, at about line 194, find following code:

    [PHP]<!– BEGIN: CONTENT –>
    <div id=”ja-content”><div id=”ja-content-top”><div id=”ja-content-bot” class=”clearfix”>
    <jdoc:include type=”message” />

    <div id=”ja-current-content” class=”clearfix”>
    <jdoc:include type=”component” />
    </div>

    </div></div></div>
    <!– END: CONTENT –>[/PHP]

    and change to:

    [PHP]<!– BEGIN: CONTENT –>
    <div id=”ja-content”><div id=”ja-content-top”><div id=”ja-content-bot” class=”clearfix”>
    <jdoc:include type=”message” />

    <?php if(!$tmpTools->isFrontPage()) : ?>
    <div id=”ja-current-content” class=”clearfix”>
    <jdoc:include type=”component” />
    </div>
    <?php endif; ?>
    </div></div></div>
    <!– END: CONTENT –>[/PHP]

    jowb Friend
    #296106

    Dont works fine… When I publicate article in frontpage doesn show!!

    Many, many thanks.;)

    Jowb

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

This topic contains 3 replies, has 2 voices, and was last updated by  jowb 15 years, 8 months ago.

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