Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • qtech Friend
    #146301

    Hello Guys,

    I just had created a site using JA Mona on my localhost. I want to know how to add another module position across User 6. See the attachment. I need help.

    Thank You,
    -Mic


    1. lovemaxscreenshot
    Saguaros Moderator
    #325024

    Hello Mic!

    Now, You open the file: “/templates/ja_mona/index.php” and try to find a section code at line 125 and 129:

    [PHP]
    <!– CONTENT SLIDE –>
    <div id=”ja-content-slide” class=”clearfix”>
    <jdoc:include type=”modules” name=”user6″ style=”xhtml” />
    </div>
    <!– //CONTENT SLIDE –>
    [/PHP]

    and replace:
    [PHP]
    <!– CONTENT SLIDE –>
    <div id=”ja-content-slide” class=”clearfix”>
    <div class=”ja-user6-left”>
    <jdoc:include type=”modules” name=”user6″ style=”xhtml” />
    </div>
    <div class=”ja-user6-right”>
    <jdoc:include type=”modules” name=”user6-right” style=”xhtml” />
    </div>
    </div>
    <!– //CONTENT SLIDE –>
    [/PHP]

    and add my rules in the template.css file:


    .ja-user6-right{
    float:right;
    width:30%
    }
    .ja-user6-left{
    float:left;
    width:70%
    }

    You’ll put a module on the “user-right” position/

    qtech Friend
    #325036

    Hello tienhc,

    Thanks alot. I got it. Nice Answer..

    -Mic

    jaschneider28 Friend
    #330377

    I tried doing this and it did not work and now the background image floats and is on top of my text? I changed all the code back to how it was and reset my cache. I have no idea what is going on? Any help would be appreciated

    Saguaros Moderator
    #330719

    Yes, if possiable please give me the link to your site

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

This topic contains 5 replies, has 3 voices, and was last updated by  Saguaros 14 years, 9 months ago.

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