Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • gavner Friend
    #156774

    Hi, i need to insert another module position to the right of the top position like the red box in the image, please tell me how i can do this thx ?

    Anonymous Moderator
    #364476

    Hi,

    In order to do this, please do as follows:

    Firstly, you need open file templatesja_kulaniteindex.php and check line 119:

    <div id=”ja-login”>
    <jdoc:include type=”modules” name=”top” style=”raw” />
    </div

    From here, you can add new position in right – top upon ja-login

    Ex: <div id=”ja-login”>
    <jdoc:include type=”modules” name=”top” style=”raw” />
    </div>
    <div id=”ja-righttop”>
    <jdoc:include type=”modules” name=”rightop” style=”raw” />
    </div>
    => login administrator => Extensions => Modules manager => Add new module in position right top.

    And then you need style css for module available in right:

    ex:
    #ja-righttop {float: right;}

    gavner Friend
    #364503

    <em>@JA Developer 205587 wrote:</em><blockquote>Hi,

    In order to do this, please do as follows:

    Firstly, you need open file templatesja_kulaniteindex.php and check line 119:

    <div id=”ja-login”>
    <jdoc:include type=”modules” name=”top” style=”raw” />
    </div

    From here, you can add new position in right – top upon ja-login

    Ex: <div id=”ja-login”>
    <jdoc:include type=”modules” name=”top” style=”raw” />
    </div>
    <div id=”ja-righttop”>
    <jdoc:include type=”modules” name=”rightop” style=”raw” />
    </div>
    => login administrator => Extensions => Modules manager => Add new module in position right top.

    And then you need style css for module available in right:

    ex:
    #ja-righttop {float: right;}</blockquote>

    I did what you said but nothing seems to be showing up?

    Saguaros Moderator
    #364611

    now, you try putting a module on there and then provide me the link to your site, may be your issue is only css 🙂

    gavner Friend
    #367958

    <em>@tienhc 205772 wrote:</em><blockquote>now, you try putting a module on there and then provide me the link to your site, may be your issue is only css :)</blockquote>

    hi, i added the module here is my site http://pnworldwide.net

    Saguaros Moderator
    #368089

    <blockquote>I did what you said but nothing seems to be showing up? </blockquote>
    But Yes, everything is showing well 🙂 on this posiiton

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

This topic contains 6 replies, has 3 voices, and was last updated by  Saguaros 13 years, 4 months ago.

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