-
AuthorPosts
-
September 10, 2010 at 9:26 pm #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,
malteKhanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
September 13, 2010 at 9:14 am #355368Change 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_Variations1 user says Thank You to Khanh Le for this useful post
September 14, 2010 at 6:25 pm #355519Hi,
I’d like to move topsl block in the container (I need to do this for my css styles). Is it possible?
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
September 15, 2010 at 2:05 am #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?
September 15, 2010 at 9:43 am #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 ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
September 17, 2010 at 2:13 am #355752To 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.jpgIn 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>September 17, 2010 at 6:50 pm #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.jpgIn 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!
-
AuthorPosts
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