test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • mblanke Friend
    #154217

    hi,

    I need 2 columns of different width inside the top-container. I was starting with this:

    <blockquote>[FONT=”Courier New”]<blocks name=”top” style=”xhtml”>
    <block name=”top-panel” type=”modules” style=”raw” main-inner=”1″>top-panel</block>
    <block name=”header” type=”header” main-inner=”1″></block>
    <block name=”mainnav” type=”mainnav” main-inner=”1″></block>
    <block name=”cpanel” type=”usertools/cpanel”></block>
    <block name=”slideshow” type=”modules”>slideshow, welcome</block>
    <block name=”topsl” type=”spotlight” main-inner=”1″>user1,user2,user3,user4,user5</block
    </blocks>[/FONT]</blockquote>

    that gives me two blocks “slideshow” and “welcome”, but these blocks are not displayed as 2 columns but as 2 rows.

    how can I change this behaviour?

    cheers,
    malte

    Khanh Le Moderator
    #355368

    Change from

    <block name=”slideshow” type=”modules”>slideshow, welcome</block>

    to

    <block name=”slideshow” type=”spotlight” special=”left” specialwidth=”70″>slideshow, welcome</block>

    will display in 2 columns with 70% width for slideshow and the left for welcome.
    You can find more information here: http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Layout_Variations

    marbol Friend
    #355519

    Hi,

    I’d like to move topsl block in the container (I need to do this for my css styles). Is it possible?

    Khanh Le Moderator
    #355543

    <em>@marbol 193998 wrote:</em><blockquote>Hi,

    I’d like to move topsl block in the container (I need to do this for my css styles). Is it possible?</blockquote>

    Where do you want to move the topsl block to exactly? Can you provide a screenshot?

    marbol Friend
    #355582

    <em>@khanh le 194034 wrote:</em><blockquote>Where do you want to move the topsl block to exactly? Can you provide a screenshot?</blockquote>

    Hello,

    I create my own template based on Blank template.

    I want to move the block topsl (#ja-topsl) in the #ja-container over the content. I must to have these two elements (topsl and content block) in one DIV #ja-container

    <div id=”ja-container”>

    <div id=”ja-topsl”>
    </div>

    ..content is here!

    </div>

    Khanh Le Moderator
    #355752

    To get that block inside DIV#ja-container, you must put the block into middle area (inside <blocks name=”middle”…). However, in the middle area, only blocks with pre-defined names are valid. You can find the name and position of middle area blocks here:
    http://wiki.joomlart.com/images/2/2b/Ja_framework.jpg

    In this case, you could create a block inside middle area like this:

    <blocks name=”middle” style=”xhtml”>
    <block name=”content-mass-top” type=”spotlight”>user1,user2,user3,user4,user5</block

    </blocks>

    marbol Friend
    #355834

    <em>@khanh le 194307 wrote:</em><blockquote>To get that block inside DIV#ja-container, you must put the block into middle area (inside <blocks name=”middle”…). However, in the middle area, only blocks with pre-defined names are valid. You can find the name and position of middle area blocks here:
    http://wiki.joomlart.com/images/2/2b/Ja_framework.jpg

    In this case, you could create a block inside middle area like this:

    <blocks name=”middle” style=”xhtml”>
    <block name=”content-mass-top” type=”spotlight”>user1,user2,user3,user4,user5</block

    </blocks>
    </blockquote>

    It works great!

    Thank You!

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

This topic contains 7 replies, has 3 voices, and was last updated by  marbol 14 years, 3 months ago.

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