Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • oria2 Friend
    #160726

    hello
    i’m trying to add to 2 inside columns under the middle with no luck

    this is the site structure

    this is the cateory page

    and this is my desired change

    i would be very happy if you could guide me which blocks the add

    this is my middle and bottom blocks structure

    <blocks name=”middle” colwidth=”20″>
    <block name=”left1″ width=”30″>left</block>
    <block name=”right1″ width=”22″>right</block>
    </blocks>
    <blocks name=”bottom” style=”xhtml”>
    <block name=”botsl” type=”spotlight” main-inner=”1″>user6,user7,user8,user9,user10</block>
    <block name=”footer” type=”footer”></block>
    </blocks>

    thanks

    oria


    1. cateorypage-required
    2. homepage
    3. cateorypage
    khoand Friend
    #379016

    Hi,
    You do following steps:
    – Replace this code in default layout

    <blocks name="middle" colwidth="20">
    <block name="left1" width="30">left</block>
    <block name="right1" width="22">right</block>
    </blocks>

    to

    <blocks name="middle" colwidth="20">
    <block name="right2">right</block>
    <block name="content-mass-bottom" type="spotlight" >leftmiddle,rightmiddle</block>
    </blocks>

    – Open <joomla url>templatesja_t3_blanktemplateDetails.xml, Add this code

    <position>leftmiddle</position>
    <position>rightmiddle</position>

    after this code

    <position>absolute</position>
    – Click “JAT3 Clean Cache” link in menu bar to clean cache

    oria2 Friend
    #380311

    hi
    thanks you for your quick reply
    finally i changed my code as above.
    it looks good, but:
    the new 2 columns spread to the right under the right module.
    the right column doesn’t strech all the way down.

    is the a way to solve this ?

    thanks

    oria

    khoand Friend
    #380328

    Hi,
    You try this way:
    – Open <joomla url>templatesja_t3_blankcsstemplate.css file
    – Add this code at begin of the file

    #ja-content-mass-bottom .ja-box-right {position:relative;}

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

This topic contains 4 replies, has 2 voices, and was last updated by  khoand 13 years, 8 months ago.

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