Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • rbeste Friend
    #170542

    How 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 Friend
    #423825

    You login backend > Extensions > template manager > ja_rave > profile > Layout settings > set Desktop Layout is Main-Left-Right

    rbeste Friend
    #423831

    Many 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 Friend
    #423992

    Please 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 Friend
    #424005

    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.

    kobenes Friend
    #424007

    you can go to:
    /plugins/system/jat3/jat3/base-themes/default/page/default.php

    There 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 Friend
    #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 default

    rbeste Friend
    #424035

    Many 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>

    rbeste Friend
    #424043

    Tested koand’s solution but it doesn’t work. My solution seems to be ok.

    khoand Friend
    #424086

    I think my solution is ok. Because I tested it. Anyway, I’m glad about that you find suite solution for you.

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

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