Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • keyascii Friend
    #163535

    Hy,
    I think that this template is really… really hard to edit for me >:(>:(>:(
    I’would like to swap botsl1 position with botsl2; is it possible? How can I do?
    Thank’s, Nio

    gray Friend
    #389654

    To to the template’s back end. Open the Layout tab. Click on the edit icon next to the layout you use (I think it’s ‘default’). At the bottom you’ll find declarations for botsl1 & botsl2. Change their positions if it’s what you need.

    keyascii Friend
    #389659

    Very good… very nice…
    grazie!
    Another question:
    I need of a module position befor header, like this
    someone can help me?
    Thank you

    Saguaros Moderator
    #389854

    you access the administrator system => Edit the Teline iv template => Click to the layout tab => You edit the Default Layout and find the following code

    <block name=”header” type=”header”></block>

    replace by:

    <block name=”topbanner” type=”modules”>topbanner</block>
    <block name=”header” type=”header”></block>

    And add the following code into the template.css file:

    #ja-topbar {
    top: 50px!important;
    }
    #ja-topbanner {

    height: 50px;
    overflow: hidden;
    background: red;
    }

    When done, the template got a new position , its name is “topbanner“, you will put your banner on there.

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

This topic contains 4 replies, has 3 voices, and was last updated by  Saguaros 13 years, 6 months ago.

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