Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • environc Friend
    #188155

    Hi, I woulod like to remove the date on the top left hand corner of the on the NEX template (check link). Where do I do this? Regards

    http://prntscr.com/19e969

    pavit Moderator
    #495507

    Hi

    If you want to remove it then open this file

    templatesja_nexblockstopmenu.php

    [PHP]?>
    <p class=”ja-day”>
    <?php
    echo “<span class=”date”>”.date (‘d’).”</span>”;
    echo “<span class=”month”>”.JText::_(strtoupper(date (‘F’))).”</span>”;
    echo “<span class=”year”>”.date (‘Y’).”</span>”;

    ?>
    </p>

    <?php if($this->countModules(‘topmenu-left’)) : ?>
    <jdoc:include type=”modules” name=”topmenu-left” />
    <?php endif; ?>
    <?php if($this->countModules(‘topmenu-right’)) : ?>
    <jdoc:include type=”modules” name=”topmenu-right” />
    <?php endif; ?>
    [/PHP]

    remove the p class ja-day so you will have
    [PHP]?>

    <?php if($this->countModules(‘topmenu-left’)) : ?>
    <jdoc:include type=”modules” name=”topmenu-left” />
    <?php endif; ?>
    <?php if($this->countModules(‘topmenu-right’)) : ?>
    <jdoc:include type=”modules” name=”topmenu-right” />
    <?php endif; ?>[/PHP]

    save the file and clean your jat3 cache

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

This topic contains 2 replies, has 2 voices, and was last updated by  pavit 11 years, 5 months ago.

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