Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • adosoa Friend
    #150329

    Hi

    I wondering how can i make this on my template , to delete everything ( frontpage content)
    I use FIREBUG to make an example

    cheers

    Saguaros Moderator
    #340296

    Dear adosoa!

    Here is the solution to resolve your issue:

    1) open the file templates/ja_lead/index.php

    and find codes :
    [PHP]<!– //PATHWAY –>[/PHP]
    replace:
    [PHP]
    <!– //PATHWAY –>
    <?php if(!$tmpTools->isFrontPage()) : ?>
    [/PHP]

    and find code:
    [PHP]<!– FOOTER –>[/PHP]

    replace:
    [PHP]<?php endif; ?>
    <!– FOOTER –>[/PHP]

    Good luck

    adosoa Friend
    #341963

    Hmm can i ask one more question , is this way for every JA template .

    Saguaros Moderator
    #342505

    Dear adosoa!

    this solution just apply for the template not use the t3 framework.

    With templates are using the T3 Framework,

    [PHP]<?php if(!$tmpTools->isFrontPage()) : ?>[/PHP]

    replace:
    [PHP]<?php if(!$this->isFrontPage()) : ?>[/PHP]

    Good luck

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

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 14 years, 6 months ago.

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