-
AuthorPosts
-
December 22, 2010 at 5:11 pm #157774
I would like to remove the date, and headlines, and search bar on the top of the home page on Teline IV, so that there is nothing above the logo, and the banner.
I found this thread:
http://www.joomlart.com/forums/topic/date-search-and-text/
but it is for Teline II, and the mentioned code isn’t in the Index.php file anymore.Thanks in advance…
-Ezraaman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
December 22, 2010 at 6:33 pm #368154Change this::
#ja-topbar .main {template.css (line 556)
border-bottom:1px solid #CCCCCC;
color:#999999;
font:92%/26px Arial,sans-serif;
}to
#ja-topbar .main {template.css (line 556)
border-bottom:1px solid #CCCCCC;
color:#999999;
display:none;
font:92%/26px Arial,sans-serif;
}4 users say Thank You to aman204 for this useful post
December 22, 2010 at 9:12 pm #368187That worked Beautifully, thank you ever so much!
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
May 15, 2011 at 1:18 pm #391295Thanks for the tip.
But I just want to remove “the date”, the “headlines” and the “last update”. And just keep the search button.
For the “headlines” it’s ok, I found the right module to disable (JA News Sticker Module), but for the two others ?Thank in advance for your help.
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
May 17, 2011 at 11:27 am #391615Thank a lot,
but is it possible to keep to bottom line ?
See my screenshot
-
dieudonne Friend
dieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
May 18, 2011 at 2:47 pm #391827Ok, I found a other solution.
If you want to make like the screenshot, do this :1) topbar.php :
[PHP]<?php
/*
# ————————————————————————
# JA Teline IV
# ————————————————————————
# Copyright (C) 2004-2009 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.
# ————————————————————————
*/
?><?php if($this->countModules(‘headlines’)) : ?>
<jdoc:include type=”modules” name=”headlines” />
<?php endif; ?><?php if($this->countModules(‘search’)) : ?>
<div id=”ja-search”>
<jdoc:include type=”modules” name=”search” />
</div>
<?php endif; ?>[/PHP]
2) template.css (ligne 689 > 693) :#ja-topbar .main {
/*border-bottom: 1px solid #ccc;*/
color: #999;
font: 92%/26px Arial, sans-serif;
}3) template.css (ligne 650 > 656) :
#ja-search {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;
height: 26px;
right: 0;
top: 0;
}
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 4 voices, and was last updated by dieudonne 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum