Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • brahmaait Friend
    #165699

    hello all,
    I want to keep the position top.tops1, user1,user2,user3 below the main content in the JA Graphite template 1.6.
    Please hellp me in this regard.

    Regards
    Brahmaait

    pritam Friend
    #398805

    Hello brahmaait,

    To change the interchange the postions of modules JA Graphite

    You can refer to this :-

    <?xml version=”1.0″ encoding=”utf-8″?>
    <layout name=”desktop”>
    <!–Extra css load for this layout–>
    <stylesheets>
    </stylesheets>
    <blocks name=”top” style=”xhtml”>
    <block name=”absolute” type=”modules” style=”raw”>absolute</block>
    <block name=”header” type=”header” main-inner=”1″></block>
    <block name=”cpanel” type=”usertools/cpanel”></block>
    <block name=”banner-text” type=”modules” style=”raw” main-inner=”1″>banner-text</block>
    </blocks>
    <blocks name=”middle” colwidth=”33″>
    <block name=”content-top” type=”modules”>content-top</block>
    <block name=”right1″>left,right</block>
    <block name=”topsl” type=”spotlight” main-inner=”1″>user1,user2,user3</block>
    <block name=”content-bottom” type=”modules” >content-bottom</block>
    </blocks>
    <blocks name=”bottom” style=”xhtml”>
    <block name=”botsl” type=”spotlight”>user4,user5,user6</block>
    <block name=”navhelper” type=”navhelper” main-inner=”1″></block>
    <block name=”footer” type=”footer”></block>
    </blocks>
    </layout>

    brahmaait Friend
    #398994

    Thankyou for your reply .I have tried with above.but i am not getting the desired result.The position user1,user2,user3 will not display below the main content.

    pavlick Friend
    #399688

    I have a similar problem. I want to switch the block “topsl” (contains user1,user2,user3) with block name banner-text. I made some tests without sucess.

    My layout looks like :
    <?xml version=”1.0″ encoding=”utf-8″?>
    <layout name=”desktop”>
    <!–Extra css load for this layout–>
    <stylesheets>
    </stylesheets>
    <blocks name=”top” style=”xhtml”>
    <block name=”absolute” type=”modules” style=”raw”>absolute</block>
    <block name=”header” type=”header” main-inner=”1″></block>
    <block name=”cpanel” type=”usertools/cpanel”></block>
    <block name=”banner-text” type=”modules” style=”raw” main-inner=”1″>banner-text</block>
    </blocks>
    <block name=”topsl” type=”spotlight” main-inner=”1″>user1,user2,user3</block>
    <blocks name=”middle” colwidth=”33″>
    <block name=”content-top” type=”modules”>content-top</block>
    <block name=”right1″>left,right</block>
    <block name=”content-bottom” type=”modules” >content-bottom</block>
    </blocks>
    <blocks name=”bottom” style=”xhtml”>
    <block name=”botsl” type=”spotlight”>user4,user5,user6</block>
    <block name=”navhelper” type=”navhelper” main-inner=”1″></block>
    <block name=”footer” type=”footer”></block>
    </blocks>
    </layout>

    Thanks in advance.

    pritam Friend
    #399922

    Hello pavlick,

    To switch the block “topsl” (contains user1,user2,user3) with block name banner-text

    You can refer to this :-

    <?xml version=”1.0″ encoding=”utf-8″?>
    <layout name=”desktop”>
    <!–Extra css load for this layout–>
    <stylesheets>
    </stylesheets>
    <blocks name=”top” style=”xhtml”>
    <block name=”absolute” type=”modules” style=”raw”>absolute</block>
    <block name=”header” type=”header” main-inner=”1″></block>
    <block name=”cpanel” type=”usertools/cpanel”></block>
    <block name=”banner-text” type=”modules” style=”raw” main-inner=”1″>banner-text</block>
    <block name=”topsl” type=”spotlight” main-inner=”1″ title=”Our services”>user1,user2,user3</block>
    </blocks>
    <blocks name=”middle” colwidth=”33″>
    <block name=”content-top” type=”modules”>content-top</block>
    <block name=”right1″>left,right</block>
    <block name=”content-bottom” type=”modules” >content-bottom</block>
    </blocks>
    <blocks name=”bottom” style=”xhtml”>
    <block name=”botsl” type=”spotlight”>user4,user5,user6</block>
    <block name=”navhelper” type=”navhelper” main-inner=”1″></block>
    <block name=”footer” type=”footer”></block>
    </blocks>
    </layout>

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

This topic contains 5 replies, has 3 voices, and was last updated by  pritam 13 years, 4 months ago.

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