Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • addicted2web Friend
    #157793

    Hi every body,
    how can i add new position just above CONTENT-MASS-TOP & RIGHT position

    example
    ———————-MY-POSITION-HERE————————-
    CONTENT-MASS-TOP ———————————-RIGHT

    i added the name of my position in template xml
    then i added :

    <block name=”MY-POSITION”>MY-POSITION</block>

    just above:

    <block name=”content-mass-top” style=”jaraw”>content-mass-top</block>

    but i can’t see anything

    Thanks in advance

    Saguaros Moderator
    #368227

    Now please follow the wiki http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides

    You edit the Default Layout, and then find:
    <block name=”cpanel” type=”usertools/cpanel”></block>and replace:

    <block name=”cpanel” type=”usertools/cpanel”></block>
    <block name=”be-nav” type=”modules”>be-nav</block>when done, the template will have a new position, its “be-nav”, you put your module in that position.

    addicted2web Friend
    #368321

    Thnak you tienhc,

    I already did that but the problem is that the module is bonded directly to the main menu (how can i space it 10px ?)

    MAIN MENU
    (space 10px)
    MY MODULE

    Thanks in advance

    addicted2web Friend
    #368358

    I’ve solved it !

    David Steadson Friend
    #375112

    How did you solve this?

    I need to add a module below content-mass-top. I followed the instructions above, adding “top-wide” like this to my layout –

    <blocks name="middle">
    <block name="content-mass-top" style="jaraw">content-mass-top</block>
    <block name="top-wide" type="modules">top-wide</block>
    <block name="content-top" type="spotlight">user1,user2,user3</block>
    <block name="inset1">left</block>
    <block name="right2" width="25%">right</block>
    </blocks>

    But anything added to the “top-wide” position does not appear.

    emhc Friend
    #375363

    You can declare any name in the top and bottom but the middle supports only the names have been declared by JA. In case you need to add a module below content-mass-top. You can put the position “top-wide” to position “content-mas-top”.
    [PHP] <blocks name=”middle”>
    <block name=”content-mass-top” style=”raw”>content-mass-top,top-wide</block>
    <block name=”content-top” type=”spotlight”>user1,user2,user3</block>
    <block name=”inset1″>left</block>
    <block name=”right2″ width=”25%”>right</block>
    </blocks>[/PHP]

    David Steadson Friend
    #379204

    Thanks for the reply, just got back to this now. Is there anyway to default style the top-wide position or do I have to add a custom class for each module? (speaking of which, there appears to be bug there, I need to add a space before a customer class in the module settings)

    What existing class would you recommend for a basic white box? cModule does not work. ja-moduletable works, but their is no padding.

    dunglq Friend
    #379220

    Hi,

    There is no special class for your top-wide position, please use module class suffix for each module in that position.

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

This topic contains 7 replies, has 5 voices, and was last updated by  addicted2web 13 years, 8 months ago.

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