Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • regme111 Friend
    #147226

    Hello,
    I just try to remove the date and the “last update message” (upper left corner of the tempalte) and the “you are here” (I disable the Breadcrumbs module but its still there). Any ideas how to remove them ?

    Thanx 🙂

    micrantha Friend
    #327951

    Hello regme111,
    You can take a look at this post.
    You have to comment out or delete code in file ja_teline_iiilayoutsblocksheader.php

    <p class="ja-day">
    <?php
    echo "<span class="day">".date ('l')."</span>";
    echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
    ?>
    </p>

    <p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo $this->getLastUpdate(); ?></em></p>

    For Breadcrump path, look in file mainnav.php:
    Look for code

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

    The text ‘You are here’ is hardcoded; you can change or delete it here.
    Good luck,
    Micrantha

    bluefcnet Friend
    #327959

    Or you could in template.css ja-day and ja-breadcrumbs and add the property display:none

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

This topic contains 3 replies, has 3 voices, and was last updated by  bluefcnet 14 years, 5 months ago.

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