Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • usky Friend
    #155297

    Please help with adding two module positions between slideshow and body

    Two red boxes indicate the module position

    Thanks


    1. user_guide_ja_nickel
    Don Lee Friend
    #359067

    <em>@usky 198585 wrote:</em><blockquote>Please help with adding two module positions between slideshow and body

    Two red boxes indicate the module position

    Thanks

    </blockquote>

    Just try my way:
    Open file templateDetails.xml
    Find: <positions>
    Add after:
    <position>MyPos1</position>
    <position>MyPos2</position>
    I created 2 new possitions: MyPos1 & MyPos2
    Now need to load them in layout::
    Open file index.php (template folder)
    Find:
    <div id=”ja-slideshow”>

    <jdoc:include type=”modules” name=”ja-slideshow” style=”raw” />

    </div>
    Add after:
    <div id=”MyPos”>
    <div id=”MyPos1″>

    <jdoc:include type=”modules” name=”MyPos1″ style=”raw” />

    </div>
    <div id=”MyPos2″>

    <jdoc:include type=”modules” name=”MyPos2″ style=”raw” />

    </div>
    </div>
    Then open file template.css and add:
    #MyPos1, #MyPos2{
    width:50%;
    float: left;
    }
    Finally, manage your modules to assign to the new possitions.

    usky Friend
    #359141

    Thanks for the help, it works. The next question is how to make titles show up for these positions? I made “Show Title: yes”, but they don’t show up. Thanks again.

    usky Friend
    #359170

    Never mind, fixed

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

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

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