Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • steve yoon Friend
    #173667

    Hello.

    How do I disable or remove
    ja-day/ ja-topmenu?

    Thanks.


    1. jaday
    pavit Moderator
    #437461

    Hi

    You want delete only the date or the entire topbar ?

    steve yoon Friend
    #437573

    I want to delete entire topbar.

    Thanks!

    pavit Moderator
    #437589

    If you don’t need anymore that positions you can do in this way

    goto templatesja_nexblockstopmenu.php now you have this

    <?php
    /*
    * ------------------------------------------------------------------------
    * JA Nex Template J17
    * ------------------------------------------------------------------------
    * Copyright (C) 2004-2011 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.
    * ------------------------------------------------------------------------
    */
    ?>
    <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; ?>

    delete all the code in RED save the file and refresh your frontpage

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

This topic contains 4 replies, has 2 voices, and was last updated by  pavit 12 years, 9 months ago.

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