-
AuthorPosts
-
September 22, 2012 at 6:07 pm #180892
Hello,
I’m using JA Methys, I would like to ask:
Is it possible to change the layout from (Content – Left – Right) to (Left – Content – Right)?
If yes, can you please tell me how?For illustration, please check attached image file.
Best Regards
Raffet Ali
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
September 23, 2012 at 5:04 pm #467862Hello tfosnom,
The link shows only where to go in order to do particular changes on the template.
I know where to go, but don’t know what to do when I got there.This is the layout:
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<scripts>
<file>js/ja.more.js</file>
</scripts>
<blocks name="top" style="xhtml">
<block name="absolute" type="modules" style="raw">absolute</block>
<block name="top-panel" type="modules" style="raw">top-panel</block>
<block name="header" type="header" main-inner="1"></block>
<block name="slideshow" type="modules" no-main="1" >slideshow</block>
<block name="video" type="modules" >video</block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4,user5</block>
</blocks>
<blocks name="middle" colwidth="22" fixheight="1">
<block name="right1" width="30">right</block>
<block name="content-mass-top" type="modules">content-mass-top</block>
<block name="inset2">left</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl" type="spotlight" main-inner="1" specialwidth="30">user6,user7,user8,user9,user10</block>
<block name="navhelper" type="navhelper" main-inner="1"></block>
<block name="footer" type="footer"></block>
</blocks>
</layout>I would like to know what to change in order to get the layout something like: left-main-right
Regards
Raffet AliNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 24, 2012 at 9:11 am #467944@raffetali: Here you are
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<scripts>
<file>js/ja.more.js</file>
</scripts>
<blocks name="top" style="xhtml">
<block name="absolute" type="modules" style="raw">absolute</block>
<block name="top-panel" type="modules" style="raw">top-panel</block>
<block name="header" type="header" main-inner="1"></block>
<block name="slideshow" type="modules" no-main="1" >slideshow</block>
<block name="video" type="modules" >video</block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4,user5</block>
</blocks>
<blocks name="middle" colwidth="22" fixheight="1">
<block name="inset1">left</block>
<block name="content-mass-top" type="modules">content-mass-top</block>
<block name="right1" width="30">right</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl" type="spotlight" main-inner="1" specialwidth="30">user6,user7,user8,user9,user10</block>
<block name="navhelper" type="navhelper" main-inner="1"></block>
<block name="footer" type="footer"></block>
</blocks>
</layout>More details middle position you can read on the link
1 user says Thank You to Ninja Lead for this useful post
September 24, 2012 at 5:15 pm #468007Hello Ninja Lead,
Thanks a lot… Worked perfectly.
Regards
Raffet AliAuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by raffetali 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change the layout JA Methys
Viewing 5 posts - 1 through 5 (of 5 total)