Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • daredevilrocks Friend
    #162734

    Hi Team , i have enabled the breadcrumbs in my template , i have set the breadcrumbs to be shown on all pages EXCEPT the homepage , But i still see that “You are here : ” Shows up on the page , please give pointer to resolve this issue . this a bit urgent 🙂

    khoand Friend
    #386146

    Hi,
    I don’t see “You are here:” (breadcrumb) on your homepage

    daredevilrocks Friend
    #386147

    i have modified the plugins/system/jat3/base-themes/default/blocks/navhelper.php files in which “You are here ” is mentioned , i have are removed it as of now hence u cannot see it ,
    this not a permanent fix ,
    i want to show it as “you are here –> link ” but the you are here should no be visible in the FrontPage ?
    any pointers on how to do this ?

    khoand Friend
    #386174

    Hi,
    You edit navhelper.php file like this


    <?php
    /*
    # ------------------------------------------------------------------------
    # JA T3 System plugin for Joomla 1.6
    # ------------------------------------------------------------------------
    # Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license - Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.com - http://www.joomlancers.com
    # This file may not be redistributed in whole or significant part.
    # ------------------------------------------------------------------------
    */
    ?>
    <?php
    //detect view on mobile - show switch to mobile tools
    $layout_switcher = $this->loadBlock('usertools/layout-switcher');
    if ($layout_switcher) {
    $layout_switcher = '<li class="layout-switcher">'.$layout_switcher.'</li>';
    }
    ?>
    <?php if($this->countModules('breadcrumbs')) : ?>
    <div class="ja-breadcrums">
    <jdoc:include type="module" name="breadcrumbs" />
    </div>
    <?php endif; ?>

    <ul class="ja-links">
    <?php echo $layout_switcher ?>
    <li class="top"><a href="<?php echo $this->getCurrentURL();?>#Top" title="<?php echo JText::_("BACK_TO_TOP") ?>"><?php echo JText::_('TOP') ?></a></li>
    </ul>

    <ul class="no-display">
    <li><a href="<?php echo $this->getCurrentURL();?>#ja-content" title="<?php echo JText::_("SKIP_TO_CONTENT");?>"><?php echo JText::_("SKIP_TO_CONTENT");?></a></li>
    </ul>

    – Edit breadcrumbs module
    + set its position is breadcrumbs
    + set Module Assignment is Only on the pages selected
    + uncheck Home on Menu Selection

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

This topic contains 4 replies, has 2 voices, and was last updated by  khoand 13 years, 7 months ago.

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