Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • mandoeng Friend
    #160275

    Dear folks,

    I want to turn off the breadcrumbs just for the homepage.

    I have tried enabling breadcrumbs for all pages except the homepage in the module manager and although it no longer shows the actual path on the homepage it still shows the ‘you are here’ prefix.

    Can you help me please?


    1. screenshot_breadcrumbs_homepage
    Sherlock Friend
    #377294

    Dear mandoeng,

    If you want hide the breadcrumbs only on the frontpage please just try as following
    open the file of templatesja_nickelindex.php ,look for this
    <!– PATHWAY –>
    <div id=”ja-pathway” class=”wrap”>
    <div class=”main”>
    <div class=”ja-pathway-text”>
    <strong>You are here:</strong><jdoc:include type=”module” name=”breadcrumbs” />
    </div>
    </div>
    </div>

    <!– //PATHWAY –>

    Change it to
    [PHP] <?php if(!$tmpTools->isFrontPage()) { ?>
    <!– PATHWAY –>
    <div id=”ja-pathway” class=”wrap”>
    <div class=”main”>
    <div class=”ja-pathway-text”>
    <strong>You are here:</strong><jdoc:include type=”module” name=”breadcrumbs” />
    </div>
    </div>
    </div>
    <!– //PATHWAY –>
    <?php } ?>[/PHP]

    I hope it would help !

    mandoeng Friend
    #377499

    Thanks guys. That did the trick!!

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

This topic contains 3 replies, has 2 voices, and was last updated by  mandoeng 13 years, 7 months ago.

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