Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • torenewa Friend
    #144496

    I’ve turned off the breadcrumbs and the search modules on the opal template, but the “You are Here” line is still appearing in the bar.

    2 questions:

    1. How do you turn it off?

    2. is there a way to remove the remaining black bar where the search and breadcrumb modules appear or at least a way to make it thinner?

    Thanks.

    prakash Friend
    #318172

    Hi,

    To make changes to the your are here and the div… open this file
    templates>jaopal>index.php

    find this section

    <!-- PATHWAY -->
    <div id="ja-pathway" class="wrap">
    <div class="main">
    <div class="inner clearfix">

    <div class="ja-pathway-text">
    <strong>You are here:</strong><jdoc:include type="module" name="breadcrumbs" />
    </div>

    <?php if ($this->countModules('user4')) { ?>
    <div id="ja-search">
    <jdoc:include type="modules" name="user4" style="raw" />
    </div>
    <?php } ?>

    </div>
    </div>
    </div>
    <!-- //PATHWAY -->

    If you do not want the breadcrumbs and search then you can completely remove this section or you can remove what you want from the above section.

    With regards making the bar smaller > open this file > templates>jaopal>template.css

    find this section

    /* breadcrumbs */
    #ja-pathway {
    color: #555555;
    }

    #ja-pathway .inner {
    background: #CCCCCC;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    margin: 15px 5px 0;
    padding: 7px 0 0;
    height: 28px;
    position: relative;
    }

    this line > height: 28px; sets the height > you can change that to what ever value you want.

    torenewa Friend
    #318476

    Wonderful. Couldn’t have been easier. We really appreciate the wonderful support…

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

This topic contains 3 replies, has 2 voices, and was last updated by  torenewa 15 years, 2 months ago.

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