Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sunlons Friend
    #191216

    Hello,

    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_Panel

    But 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?


    1. LEFT-AND-RIGHT
    2. layout1
    3. layout2
    Ninja Lead Moderator
    #508471

    If 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

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 8 months ago.

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