Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • korri78 Friend
    #137775

    Hi,

    Can we insert the horizontal login form on the right upper side of the template?
    If it’s possible, it’ll be great!!!


    1. hori_log
    Sherlock Friend
    #289465

    Dear korri78 !

    You can do it following some steps below :

    1. Open index.php file in templates/ja_quarts folder, find following code section at about line 96 :


    <!-- BEGIN: MAIN NAVIGATION -->
    <?php if ($tmpTools->getParam('ja_menu') != 'none') : ?>
    <div id="ja-mainnav" class="clearfix">
    <?php if ($jamenu) $jamenu->genMenu (0); ?>
    </div>
    <?php endif; ?>
    <!-- END: MAIN NAVIGATION -->

    change to :


    <!-- BEGIN: MAIN NAVIGATION -->
    <?php if ($tmpTools->getParam('ja_menu') != 'none') : ?>
    <div id="ja-mainnav" class="clearfix">
    <?php if ($jamenu) $jamenu->genMenu (0); ?>
    </div>
    <?php endif; ?>
    <!-- END: MAIN NAVIGATION -->
    <div id="ja-login">
    <jdoc:include type="modules" name="user8" style="xhtml" />
    </div>

    2. Open template.css file in templates/ja_quarts/css folder, add following code section to this file :


    #ja-login {
    border:1px solid red;
    position:absolute;
    bottom:30px;
    right:0px;
    }

    korri78 Friend
    #289471

    Thanks a lot, man~ 🙂

    It seems to work,
    but there might be something to be done to make it better!

    could you look at the image attached?


    1. hori_log2
Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  korri78 15 years, 9 months ago.

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