-
AuthorPosts
-
February 16, 2011 at 10:21 am #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?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 18, 2011 at 7:03 am #377294Dear 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 !
1 user says Thank You to Sherlock for this useful post
February 19, 2011 at 9:44 pm #377499Thanks guys. That did the trick!!
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by mandoeng 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to turn off breadcrumbs on the homepage?
Viewing 3 posts - 1 through 3 (of 3 total)