-
AuthorPosts
-
mulmulovich Friend
mulmulovich
- Join date:
- June 2011
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
March 14, 2012 at 4:43 pm #174986hi’
i cant see side menu (simple vertical menu) in ja elastica
i tried to put the menu “demo extensions” in the left or right positions with no seccess:confused:please help me
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 14, 2012 at 5:20 pm #443634In comparison to our demo version, which element/menu are you attempting to display – and how do you have the relative module assigned/configured within the Edit Module screen?
1 user says Thank You to TomC for this useful post
n6rej Friendn6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
March 14, 2012 at 5:22 pm #443635There is no “right” position in Elastica according to http://joomla17-templates.joomlart.com/ja_elastica/?tp=1
as indicated in the layout
<block name="right1">position-7, position-5</block>
<block name="right2" type="extra-col">extra-col</block>
you’d use either position-7 or position-5
if you want it to display ONLY when the extra column is visible then use extra-col1 user says Thank You to n6rej for this useful post
August 21, 2012 at 12:16 pm #464861Hi
I am also experiencing some problems with the extra-column. Where can I choose extra-column as a postion to place modules in the extra-column area.
Can somebody tell me if it’s possible to create 3 columns of 480 px widt next to each other with. In my opinion it should be possible but I can’t get it right.
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
September 11, 2012 at 7:21 am #466707Hi sandernatur,
If you want to create 3 column of width 480px. It is simple, you need copy file “plugins/system/jat3/jat3/base-themes/default/page/default.php” to template, If it does not exist, pls open it and now you can add to position you need:
[PHP]
<div>
<div id=”column-extra”>
<jdoc:include type=”modules” name=”position-1″ />
</div>
<div id=”column-extra”>
<jdoc:include type=”modules” name=”position-2″ />
</div>
<div id=”column-extra”>
<jdoc:include type=”modules” name=”position-3″ />
</div>
</div>
[/PHP]
and restyle it. -
AuthorPosts
This topic contains 5 replies, has 5 voices, and was last updated by MoonSailor 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum