Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Gytis Navickas Friend
    #146246

    How to remove all block “You are here” from design?

    Thanks.

    Makis77 Friend
    #324530

    You have to do the following:

    1. open /templates/ja_kyanite_ii/css/templates.css
    and replace this

    [PHP]/* Breadcrumbs —*/
    #ja-breadcrums {
    background: url(../images/h3-bg.gif) no-repeat left;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 15px;
    font-size: 110%;
    }

    #ja-breadcrums .inner {
    background: url(../images/h3-bg.gif) no-repeat right;
    padding: 0 10px 0 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    }

    #ja-breadcrums strong { margin-right: 5px; }

    #ja-breadcrums img { margin: 1px 5px; }[/PHP]

    with this:

    [PHP]/* Breadcrumbs
    #ja-breadcrums {
    background: url(../images/h3-bg.gif) no-repeat left;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 15px;
    font-size: 110%;
    }

    #ja-breadcrums .inner {
    background: url(../images/h3-bg.gif) no-repeat right;
    padding: 0 10px 0 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    }

    #ja-breadcrums strong { margin-right: 5px; }

    #ja-breadcrums img { margin: 1px 5px; } —*/[/PHP]

    and upload file back to your website.

    2. Open /language/en-GB/en-GB.tpl_ja_kyanite_ii.ini
    and replace
    [PHP]YOU ARE HERE=You are here:[/PHP]
    to
    [PHP]YOU ARE HERE=[/PHP]

    3. Go to backend, modules and unpublish Breadcumb module

    Gytis Navickas Friend
    #324532

    i forgot to write that i use original JA Kyanite, but not JA Kyanite II. sorry

    Gytis Navickas Friend
    #324533

    I just remove from topsl.php this lines
    [PHP]<!– BREADCRUMS –>
    <div id=”ja-breadcrums” class=”wrap”>
    <div class=”main”><div class=”ja-wrap1″><div class=”ja-wrap2 clearfix”>
    <strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />
    </div></div></div>
    </div>
    <!– //BREADCRUMS –>[/PHP]
    am I right?

    Makis77 Friend
    #324661

    yes, you are
    you can just uncomment so that you ll keep the code in case you ll need it afterwards

    Makis77 Friend
    #326411

    <em>@catalog 154073 wrote:</em><blockquote>I just remove from topsl.php this lines
    [PHP]<!– BREADCRUMS –>
    <div id=”ja-breadcrums” class=”wrap”>
    <div class=”main”><div class=”ja-wrap1″><div class=”ja-wrap2 clearfix”>
    <strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />
    </div></div></div>
    </div>
    <!– //BREADCRUMS –>[/PHP]
    am I right?</blockquote>

    i just want to add that same solution applies for JA Kyanite II template only you must edit file:
    layouts/blocks/main.php

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

This topic contains 6 replies, has 2 voices, and was last updated by  Makis77 14 years, 10 months ago.

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