-
AuthorPosts
-
sunlons Friend
sunlons
- Join date:
- February 2013
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
October 8, 2013 at 2:59 am #191216Hello,
Now the default module position left and right are both in the website right.
<blocks name=”middle” colwidth=”33″>
<block name=”right1″>left</block>
<block name=”right2″ width=”25″>right</block>
</blocks>My question:
How I can change module left in the website left?
And the right in the webiste right?
How to give the module’s width for left and right seperately? In Yootheme’s templates, it is very easy.As I come to Joomart not long, I need your help. Thanks.And after I modify the Default layout,
How I modify the Iphone layout and handheld layout with the same?At the same time, I am reading the
http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Profiles_PanelBut I am confusing when I reading below:
Both are the same code, but the block one is in the webiste left, one is in the right?
<blocks name=”middle” colwidth=”20″>
<block name=”left1″>left</block>
<block name=”right2″>right</block>
</blocks>
I think the first one are right. The second one are wrong? Yes?- Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 9, 2013 at 9:52 am #508471If you want to show left, main content and right, you can change this way
Open templates/ja_mendozite/etc/layouts/default.xml file
From
<blocks name="middle" colwidth="33">
<block name="right1">left</block>
<block name="right2" width="25">right</block>
</blocks>
Change to
<blocks name="middle" colwidth="33">
<block name="left1">left</block>
<block name="right1" width="25">right</block>
</blocks>
You can see all positions defined on middle posible
Remember to clear cache from Admin are after changed
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum