Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • matwes Friend
    #157980

    In JA Ores I have disabled the Breadcrumbs module but how do I make the ‘You are here’ text on the frontpage disappear? I need to do something with the PHP code right?

    Thanks

    Phill Moderator
    #368991

    Yep you are right. A small edit to a php file is needed.

    Simply open templates>ja_ores>layouts>blocks>navhelper.php and either remove or comment out the code I have highlighted in red below.

    <div class="ja-navhelper wrap">
    <div class="main clearfix">
    <div class="inner clearfix">

    <div class="ja-breadcrums">
    <!--JA Template Guide only-->
    <strong><?php echo JText::_('You are here')?></strong><jdoc:include type="modules" name="breadcrumb" />
    <!--<strong><?php echo JText::_('You are here')?></strong> <jdoc:include type="module" name="breadcrumbs" />-->
    </div>

    <ul class="ja-links">
    <li class="layout-switcher"><?php $this->loadBlock('usertools/layout-switcher') ?> </li>
    <li class="top"><a href="<?php echo $this->getCurrentURL();?>#Top" title="Back to Top" onclick="javascript:scroll(0,0)"><?php echo JText::_('BACK TO 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>
    </div>

    </div>
    </div>

    matwes Friend
    #368996

    Splendid! Thank you!

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

This topic contains 3 replies, has 2 voices, and was last updated by  matwes 13 years, 10 months ago.

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