-
AuthorPosts
-
April 18, 2010 at 9:36 am #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 🙂
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 20, 2010 at 8:01 am #340880Dear 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
AuthorPostsViewing 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
Add new module position for login
Viewing 2 posts - 1 through 2 (of 2 total)