Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • christofferl Friend
    #159752

    I 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?


    1. ja_23a
    John Wesley Brett Moderator
    #375131

    Hi 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 Friend
    #375150

    Thank you for your thorough explanation. However, I can not find the t3-asses folder. More info please…. :-[


    1. ja_24a
    John Wesley Brett Moderator
    #375154

    Sorry 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 Friend
    #375155

    I am sorry but I simply can not find the folder :confused:

    Any ideas what do do?


    1. ja_25a
    Phill Moderator
    #375159

    Please 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 Moderator
    #375163

    Chris,

    Phill has a much better suggestion.
    Just curious…are you working in Joomla 1.5.x or 1.6?

    christofferl Friend
    #375202

    Phill’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 Friend
    #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;
    }

Viewing 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