-
AuthorPosts
-
June 26, 2008 at 4:28 pm #130183
I need to get the blue bar that the breadcrumbs usually display in in to be absent from the Homepage ONLY. But can’t figure out how to do it. I’ve attached a picture to show what I am talking about. Note how it is peeking out from behind my front graphic.
Any ideas?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 27, 2008 at 2:15 am #256543Hi
Can you send your URL ?June 27, 2008 at 2:53 am #256564mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
June 27, 2008 at 3:37 am #256580its looks like you increased the height of the slideshow, but the template didn’t expand to accomodate it.
you also do not have any frontpage component or content enabled. you need that on any joomla install or you will have issues like this.
try enabling some frontpage content and see if it expands to accomodate the increased height
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 27, 2008 at 6:35 am #256613Hi
That is pathway, see you changed anything, but if you still want to remove it, you can edit template.css (line 3601)
#ja-pathwaywrap {
background:#00B0DB url(../images/h3-bg-hilite.gif) no-repeat scroll left center;
color:#FFFFFF;
display:block;
font-weight:bold;
height:30px;
margin:0pt 5px 10px 0pt;
overflow:hidden;
padding:0pt 0pt 0pt 25px;
white-space:nowrap;
}
Change display:block; to display:none;mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
June 27, 2008 at 1:54 pm #256742that will remove it on everypage, you just want to remove from front page
paddyclarke Friendpaddyclarke
- Join date:
- March 2008
- Posts:
- 1
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 2 posts
June 30, 2008 at 10:27 am #257186Try this in the Helio template index.php file. It worked for me.
Change to this in index.php:
<!-- BEGIN: PATHWAY -->
<?php if($this->countModules('breadcrumb')) : ?>
<div id="ja-pathwaywrap"><div id="ja-pathway"><div class="ja-innerpad">
<jdoc:include type="module" name="breadcrumbs" />
</div></div></div>
<?php endif; ?>
<!-- END: PATHWAY -->Then go to Extensions – Module Manager and go to Breadcrumbs. In Menu Assignment, remove it from Home.
1 user says Thank You to paddyclarke for this useful post
July 8, 2008 at 4:36 pm #258601Thanks, paddyclarke…. that worked perfectly!!
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by lanedouglas 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Breadcrumbs Bar Won’t Go Away
Viewing 8 posts - 1 through 8 (of 8 total)