test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • lanedouglas Friend
    #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?


    1. homepage
    Sherlock Friend
    #256543

    Hi
    Can you send your URL ?

    lanedouglas Friend
    #256564
    mj1256 Friend
    #256580

    its 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 Friend
    #256613

    Hi
    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 Friend
    #256742

    that will remove it on everypage, you just want to remove from front page

    paddyclarke Friend
    #257186

    Try 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.

    lanedouglas Friend
    #258601

    Thanks, paddyclarke…. that worked perfectly!!

Viewing 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