-
AuthorPosts
-
rbeste Friend
rbeste
- Join date:
- April 2008
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
November 9, 2011 at 1:07 pm #170542How can I change the column layout in Rave to Main-Left-Right? There is no option to do this under Layout. Any guidance much appreciated.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 9, 2011 at 3:43 pm #423825You login backend > Extensions > template manager > ja_rave > profile > Layout settings > set Desktop Layout is Main-Left-Right
rbeste Friendrbeste
- Join date:
- April 2008
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
November 9, 2011 at 4:01 pm #423831Many thanks for the quick reply but there is no option under Desktop Layout that I can see for Main-Left-Right. The only three-column option is Right-Main-Left, which is not what I want. I’m using J1.7 by the way.
kobenes Friendkobenes
- Join date:
- April 2010
- Posts:
- 177
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 29 times in 28 posts
November 10, 2011 at 11:32 am #423992Please go to Extensions > Template Manager > JA Rave and Layouts tab.
There you can click on Edit button on Default layout and copy all content. Then create a new layout and name it whatever you want. And paste default layout codes here.
So now you can change blocks and move them as you want for your new layout.
rbeste Friendrbeste
- Join date:
- April 2008
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
November 10, 2011 at 12:28 pm #424005Many thanks but I have already tried this and experimented with moving blocks, and I still can’t find a way to move the left column to the right of the Main Content column. Further advice would be very much appreciated.
kobenes Friendkobenes
- Join date:
- April 2010
- Posts:
- 177
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 29 times in 28 posts
November 10, 2011 at 12:36 pm #424007you can go to:
/plugins/system/jat3/jat3/base-themes/default/page/default.phpThere you can find all structure of your template. So you can move <!– CONTENT –> and above codes whereever you want. By this way you can able to change your template structure as you want. But this is not a override so this modification will be changed if you update your template.
I don’t know how to make this as override.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 10, 2011 at 2:41 pm #424031<em>@rbeste 281876 wrote:</em><blockquote>Many thanks but I have already tried this and experimented with moving blocks, and I still can’t find a way to move the left column to the right of the Main Content column. Further advice would be very much appreciated.</blockquote>
Thank you for your help, kobenes.
You replace this code of default layout
<blocks name="middle" colwidth="35">
<block name="inset1" width="18">left</block>
<block name="content-mass-top">slideshow</block>
<block name="right1">right</block>
</blocks>
with
<blocks name="middle" colwidth="35">
<block name="content-mass-top">slideshow</block>
<block name="right1">left</block>
<block name="right2">right</block>
</blocks>
You remember to set Desktop Layout is default1 user says Thank You to khoand for this useful post
rbeste Friendrbeste
- Join date:
- April 2008
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
November 10, 2011 at 2:56 pm #424035Many thanks khoand. Interesting that before I saw your solution I discovered that I could get exactly what I wanted with something slightly different, by changing this in the default layout:
<blocks name=”middle” colwidth=”35″>
<block name=”inset1″ width=”20″>left</block>
<block name=”content-mass-top”>slideshow</block>
<block name=”right1″>right</block>
</blocks>To this:
<blocks name=”middle” colwidth=”35″>
<block name=”content-mass-top”>slideshow</block>
<block name=”inset2″ width=”20″>left</block>
<block name=”right1″>right</block>
</blocks><em>@khoand 281909 wrote:</em><blockquote>Thank you for your help, kobenes.
You replace this code of default layout
<blocks name="middle" colwidth="35">
<block name="inset1" width="18">left</block>
<block name="content-mass-top">slideshow</block>
<block name="right1">right</block>
</blocks>
with
<blocks name="middle" colwidth="35">
<block name="content-mass-top">slideshow</block>
<block name="right1">left</block>
<block name="right2">right</block>
</blocks>
You remember to set Desktop Layout is default</blockquote> -
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by khoand 12 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum