Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • banepa Friend
    #185702

    I have JA Events for Joomla 2.5.8

    I have a logo about 400 pixels wide on the left top corner.

    To the right, on the same horizontal level as the logo, I would like to place the login module.
    The Username and email and the login button all in the same line is what I envision.

    Please suggest how I can add this new module position to the right of the logo.

    I can make modifications as a developer.
    I just need the basic directions.

    Thanks in advance

    Ninja Lead Moderator
    #486162

    Please follow my guide below

    Open templates/ja_events/blocks/header.php file
    from


    <?php if($this->countModules('topheader')) : ?>
    <div id="ja-topheader">
    <jdoc:include type="modules" name="topheader" />
    </div>
    <?php endif; ?>

    change to

    <?php if($this->countModules('new_position')) : ?>
    <div id="ja-new_position">
    <jdoc:include type="modules" name="new_position" />
    </div>
    <?php endif; ?>

    <?php if($this->countModules('topheader')) : ?>
    <div id="ja-topheader">
    <jdoc:include type="modules" name="topheader" />
    </div>
    <?php endif; ?>

    And continue to open templates/ja_events/css/template.css file

    add new script below


    #ja-new_position {
    bottom: 45px;
    left: 420px;
    position: absolute;
    }

    banepa Friend
    #486744

    Hi Ninja Lead,

    Thanks for the reply.

    Do I need to mention the new module position in any xml file as well?

    Ninja Lead Moderator
    #486964

    You need to reference on user guide here, it will help you understand more how can add new position on JA Template

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 1 month ago.

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