-
AuthorPosts
-
christofferl Friend
christofferl
- Join date:
- January 2011
- Posts:
- 233
- Downloads:
- 30
- Uploads:
- 101
- Thanks:
- 21
- Thanked:
- 2 times in 1 posts
February 4, 2011 at 3:47 pm #159752I would like to be able to completely remove the upper information bar with date, last update, search etc.
Alternatively I would like to move this “bar” to the bottom of the page. Is this possible?
Are these two things possible and if yes please describe how to do?
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
February 4, 2011 at 4:05 pm #375131Hi Christoffer,
To quickly remove the bar from the top WITHOUT having to edit your template’s index.php file:
Goto: /ja_teline_iv/t3-assets/cssc3d19.css – Line 2
And add the following line in red:
#ja-topbar {
height:26px;
position:absolute;
top:0;
z-index:11;
visibility: hidden;
Once done, go to the MODULES and disable the HEADLINE module…and *poof* top bar is gone.Now…
To move it to the bottom, you’ll need to edit the template’s main file to move the JA-TOPBAR block below the JA-FOOTER block or where ever you would like to put it.Have fun!
christofferl Friendchristofferl
- Join date:
- January 2011
- Posts:
- 233
- Downloads:
- 30
- Uploads:
- 101
- Thanks:
- 21
- Thanked:
- 2 times in 1 posts
February 4, 2011 at 7:39 pm #375150Thank you for your thorough explanation. However, I can not find the t3-asses folder. More info please…. :-[
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
February 4, 2011 at 8:32 pm #375154Sorry to have confused you. When I put [FONT=”Arial Black”]ja_teline_iv [/FONT] I was meaning your Joomla Ja-Teline_iv instance. 🙂
Goto: root/t3-assets/cssc3d19.css – Line 2
Take a look there and see if you can find some instant gratification. It’s a folder just off the ROOT of your Joomla instance.
christofferl Friendchristofferl
- Join date:
- January 2011
- Posts:
- 233
- Downloads:
- 30
- Uploads:
- 101
- Thanks:
- 21
- Thanked:
- 2 times in 1 posts
February 4, 2011 at 8:47 pm #375155Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 4, 2011 at 9:16 pm #375159Please go into your template manager and on the layouts tab click on the edit button for the default layout
Find the following line and remove it
<block name="topbar" type="topbar"></block>
Then save your code, click the apply button then clear your jat3 cache and you should be good to go.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
February 4, 2011 at 9:34 pm #375163Chris,
Phill has a much better suggestion.
Just curious…are you working in Joomla 1.5.x or 1.6?christofferl Friendchristofferl
- Join date:
- January 2011
- Posts:
- 233
- Downloads:
- 30
- Uploads:
- 101
- Thanks:
- 21
- Thanked:
- 2 times in 1 posts
February 5, 2011 at 10:38 am #375202Phill’s suggestion worked wonderfully! Thanks!
For you info, I am using Joomla 1.5.22.
Is it is possible to move this top bar to the bottom or the template by simply copy paste the line to the bottome of the template?
Nguyen Hong FriendNguyen Hong
- Join date:
- September 2014
- Posts:
- 79
- Downloads:
- 137
- Uploads:
- 4
- Thanks:
- 6
- Thanked:
- 20 times in 18 posts
February 7, 2011 at 10:09 am #375362<em>@christofferl 219520 wrote:</em><blockquote>
Is it is possible to move this top bar to the bottom or the template by simply copy paste the line to the bottome of the template?</blockquote>Go to templates/ja_teline_iv/css/template.css Line 654:
Change it to:
#ja-topbar {
background: white;
bottom: 0;
height: 26px;
position: absolute;
z-index: 11;}and add new line into template.css:
#ja-wrapper {
position: relative;
}AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 4 voices, and was last updated by Nguyen Hong 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum