Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • gbolly Friend
    #919863

    Good day, I want to rearrange the structure of my template. Am using JA_Ores and i want to move the main-content module up before the spotlight User 1 – User 4.How do i go about it please. Can anyone please help!

    Saguaros Moderator
    #920310

    Hi

    You can try to move that spotlight to under main content block.

    Go to file: ROOT/templates/ja_ores/etc/layouts/default.xml

    And change 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="cpanel" type="usertools/cpanel"></block>
            <block name="hot-news">hotnews</block>
            <block name="header" type="header" main-inner="1"></block>
            <block name="mainnav" type="mainnav" main-inner="1"></block>
    
            <block name="slideshow" type="modules" wrap-inner="2">slideshow</block>
            <!-- <block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>  -->
        </blocks>
        <blocks name="middle" colwidth="25">
        <block name="right-mass-top" >right-mass-top</block>
            <block name="right1">left</block>
            <block name="right2">right</block>
            <block name="content-mass-bottom" >content-mass-bottom</block>    
        </blocks>
        <blocks name="bottom" style="xhtml">
            <block name="botsl2" type="spotlight" main-inner="1">user1,user2,user3,user4</block>  
            <block name="botsl" type="spotlight" style="JArounded" wrap-inner="2">user6,user7,user8,user9</block>
            <block name="module" type="spotlight" main-inner="2">user10,user11,user12,user13</block>
            <block name="navhelper" type="navhelper" main-inner="1"></block>
            <block name="footer" type="footer"></block>
        </blocks>
    </layout>

    Then clean JAT3 cache.

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

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 8 years ago.

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