Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • wan fadli Developer
    #186538

    Dear JA,

    How can i add 3 new vertical module position above between left,content,right position and user4 position. see images attached


    1. newmodule
    pavit Moderator
    #489067

    Hi

    You can add a new block at the bottom

    <blocks name="bottom" style="xhtml">
    <block name="botsl-3" type="spotlight" main-inner="1">user12,user13,user14</block>
    <block name="botsl-2" type="spotlight" main-inner="1">user4</block>
    <block name="botsl-1" type="spotlight" main-inner="1">user5,user6,user7,user8,user9,user10</block>
    <block name="navhelper" type="navhelper" main-inner="1"></block>
    <block name="footer" type="footer" main-inner="1"></block>
    </blocks>

    Then add the new 3 positions in templatesja_portfoliotemplateDetails.xml

    <position>user12</position>
    <position>user13</position>
    <position>user14</position>

    Then copy the css for botsl-2 in template.css file for new botsl-3

    /* Bot spotlight 2 ---*/
    #ja-botsl-2 {
    margin: 0 0 15px;
    color: #88888a
    }

    #ja-botsl-2 .main-inner1 {
    background: url(../images/botsl-bg.gif) repeat-x bottom #fff
    }

    #ja-botsl-2 .moduletable,
    #ja-botsl-2 .ja-moduletable {
    margin: 0;
    }

    wan fadli Developer
    #489088

    Hi Pavit..

    Thanks for the reply.. 🙂

    I already do as you instructed above..

    but the module styling not appear same like left and right module.. i want it appear like clean module suffix.. means it has all the styling like normal module position..

    pavit Moderator
    #489130

    Hi

    Please try to read the T3V2 Documentation about blocks HERE

    Make your changes as described in that guide to have the 3 modules as you wish.

    Regards

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

This topic contains 4 replies, has 2 voices, and was last updated by  pavit 11 years, 7 months ago.

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