Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mpowerza Friend
    #150446

    Hi there,

    Im using the JA Halite template, still on my wampserver…

    I want to insert a new module position, where users can login with either Jomsocial’s HelloMe module or with the standard Joomla Login module…

    But the thing is, I want to insert the module just next to the “take the tour” “buy now” icons (of JA Slideshow 2 Module)…

    Can this be done?

    I have looked under templatesja_halitelayoutsblocks but am uncertain which “block” to select in order to successfully insert the module into the newly created module position…

    Can you please help me with this, as this is the most crucial part of my new website…

    Thanks so much 🙂


    1. loginmodule
    Saguaros Moderator
    #340880

    Dear mpowerza!

    Please open the file; templatesja_halitelayoutsblockstopsl.php and try to find codes at line 10:

    <?php if ( $this->countModules(‘top’) ): ?>
    <div id=”ja-top”><div class=”main”>
    <jdoc:include type=”modules” name=”top” style=”xhtml” />
    </div></div>
    <?php endif; ?>

    replace:
    [PHP]

    <?php if ( $this->countModules(‘top’) ): ?>
    <div id=”ja-top”><div class=”main clearfix”>
    <div class=”left”>
    <jdoc:include type=”modules” name=”top” style=”xhtml” />
    </div>
    <div class=”right”>
    <jdoc:include type=”modules” name=”righttop” style=”xhtml” />
    </div>
    </div></div>
    <?php endif; ?>
    [/PHP]

    2) add the following code into the template.css file:

    #ja-top .left{
    width:650px;
    }
    #ja-top .right {
    width:300px;
    }

    3) you put the module login into the “righttop” position and edit the ja slideshow 2 module: put the number 650 into the Main Item width parameter

    Good luck

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 14 years, 7 months ago.

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