Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • chanton Friend
    #133093

    I need 2 new module positions above topl1 for login and Language flag display on the same line as shown in the attached screenshot. this should be aligned on the right.

    How to do that?


    1. here
    Sherlock Friend
    #269616

    Hi chanton !
    YOu can do it following some steps below :
    1. Open index.php file in templates/ja_olivine/css folder , find following code section at about line 117 :


    <div id="ja-container" class="clearfix">

    change to :


    <div id="ja-container" class="clearfix">
    <div id="ja-topsl_obove" class="clearfix">
    <div id="ja-topsl_obove1">
    <!-- load module -->
    </div>
    <div id="ja-topsl_obove2">
    <!-- load module -->
    </div>
    </div>

    2. add following code section to template.css file in templates/ja_olivine/css folder :


    #ja-topsl_obove {
    border:1px solid red;
    }

    #ja-topsl_obove1 {
    width: 49.9%;
    float: left;
    margin-bottom: 10px;
    }
    #ja-topsl_obove2 {
    width: 49.9%;
    float: right;
    margin-bottom: 10px;
    }

    chanton Friend
    #269839

    It does not seem to work. After changing the code as you mentioned, I could not see the new module position in the template position preview.

    chanton Friend
    #270052

    pls help. I urgently need this.

    Sherlock Friend
    #270068

    Hi chanton !
    You must replace “<!– load module –>” text by code for load module . example :
    <jdoc:include type=”modules” name=”user2″ style=”xhtml” />

    chanton Friend
    #270079

    OH! I am sorry that I overlooked that. It works great now. thanks.

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

This topic contains 6 replies, has 2 voices, and was last updated by  chanton 16 years, 2 months ago.

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