Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • nemuelcruz Friend
    #168010

    Hello,

    I need to change my ja_travel theme to a 3 column layout.

    Left – Content – Right

    Attached is the desired layout.

    Thanks in advance!


    1. 3_col
    himangi Friend
    #409751

    Hi,

    1. Please login in your site admin and go to Extensions > Template Manager > Ja Travel > Layouts Tab.
    2. Click on the Edit link in front of Default layout
    3. Find the following code
    4. <blockquote><block name=”left-mass-top”>left-mass-top</block>
      <block name=”left1″>left</block>
      <block name=”left2″>right</block></blockquote>

    5. Replace the above code with the following
    6. <blockquote> <block name=”left1″>left</block>
      <block name=”right1″>right</block></blockquote>

    7. Save the layout and check in frontend.
    nemuelcruz Friend
    #409754

    Thank you very, very much! it worked perfectly!

    🙂

    infosource Friend
    #422877

    Can you help me ,Where we can set the width and height for Left and Right Block positions?

    himangi Friend
    #422887

    Hi

    Heights of the Left and right blocks will be decided automatically, depending on the length of the content on the middle block. You can define widths of the columns as below.

    Say you have columns defined in layout as below
    <blockquote><blocks name=”middle” colwidth=”20″ fixheight=”1″>
    <block name=”left1″>left</block>
    <block name=”right1″>right</block>
    </blocks></blockquote>
    In this case, both your left and right columns will take 20% width each, of the available 100% width of the template, which means your main content block will take remaining 60% width.

    If you want to specify a custom width for say column left, then the above code can be modified as below
    <blockquote><blocks name=”middle” colwidth=”20″ fixheight=”1″>
    <block name=”left1″ width=”25″>left</block>
    <block name=”right1″>right</block>
    </blocks></blockquote>
    Now in this case, your right column will take 20% width of the available width and left column will take 25% of width leaving main content block with remaining 55% width.

    Hope this fulfills your requirement. For any more details on layouting options, you can check http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Column_general_width as well.

    infosource Friend
    #422894

    Thank you very much…

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

This topic contains 6 replies, has 3 voices, and was last updated by  infosource 13 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum