-
AuthorPosts
-
steve yoon Friend
steve yoon
- Join date:
- September 2014
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
February 7, 2012 at 9:35 pm #173667pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 7, 2012 at 9:39 pm #437461Hi
You want delete only the date or the entire topbar ?
steve yoon Friendsteve yoon
- Join date:
- September 2014
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
February 8, 2012 at 3:16 pm #437573I want to delete entire topbar.
Thanks!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 8, 2012 at 5:17 pm #437589If 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
1 user says Thank You to pavit for this useful post
AuthorPostsViewing 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
How do I disable or remove ja-day/ ja-topmenu?
Viewing 4 posts - 1 through 4 (of 4 total)