-
AuthorPosts
-
December 21, 2009 at 5:20 pm #147015
Hello,
I need to move the search form off of the menu for space reasons.Can I create a new module position above the ja-login position?
Here is my url: http://digicentralservices.com/catholicfoundationgb
Thanks!
CraigAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 23, 2009 at 9:37 am #327265Hi there
Please read this link: http://www.joomlart.com/forums/topic/how-to-create-new-position-in-joomla-1-5/
1 user says Thank You to JA Developer for this useful post
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
July 6, 2010 at 2:57 am #3490518298Hello,
I tried to insert a module below the login but the alignment gets messed up (please see attachment). I think there is a specific way to aligh on this template?
Would appreciate any help!
Thank you very much in advance!!!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 7, 2010 at 7:47 am #349201Dear pls give me the link to your site
thankssushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
July 7, 2010 at 8:10 am #349205Hello tienhc,
Just sent you PM.
Hope you can help.
Thanks!
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
July 11, 2010 at 2:16 pm #349574Hello,
Would appreciate any additional help regarding this issue.
Thank you very much in advance!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 13, 2010 at 2:16 am #349724Hello
Pls add the following code into the template.css file :
#jflanguageselection {
margin:0!important
}GOodluck
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
July 13, 2010 at 2:44 am #349730Hello tienhc,
Thank you for your help! What I see in the template.css file is below;
<?php } ?>
<?php if($this->countModules(‘ja-login’)) : ?>
<div id=”ja-headtools” class=”ja-headtool”>
<ul>
<jdoc:include type=”modules” name=”ja-login” />
</ul>
<?php endif; ?>
</div>
</div>I suppose I will place the code you suggested before it? By the way, the position of the language selection I’ve set to “JA-LOGIN”. Or should I create another postion above it?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 15, 2010 at 9:28 am #349991You should replace by the following:
[PHP]
<?php } ?>
<?php if($this->countModules(‘ja-login’)) : ?>
<div id=”ja-headtools” class=”ja-headtool”>
<ul>
<jdoc:include type=”modules” name=”ja-login” />
<li>
<jdoc:include type=”modules” name=”ja-extra” />
</li>
</ul>
<?php endif; ?>
</div>
[/PHP]you put create a new position named is ja-extra to put others modules
GOodluck
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
July 15, 2010 at 12:23 pm #350003Hello tienhc,
I created a new module position called “ja-newlanguage” using and following link
http://www.joomlart.com/forums/topic/how-to-create-new-position-in-joomla-1-5/Then I followed the code you mentioned and changed it to the following;
#jflanguageselection {
margin:0!important
}<?php } ?>
<?php if($this->countModules(‘ja-login’)) : ?>
<div id=”ja-headtools” class=”ja-headtool”>
<ul>
<jdoc:include type=”modules” name=”ja-login” />
<li>
<jdoc:include type=”modules” name=”ja-newlanguage” />
</li>
</ul>
<?php endif; ?>
</div>
</div>
</div>But it’s the same. No difference with the initial problem I mentioned.
What could be the solution to this???
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 16, 2010 at 2:51 am #350033hmm, i think that pls give me the FTP account and the Administrator via PM or submit a ticket, i ‘ll check this issue for you
Thanks
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
July 18, 2010 at 1:23 am #350160Hello tienhc,
I sent you a PM with the information you requested.
I hope you could help me on this.
Thank you very much in advance!
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
July 19, 2010 at 2:07 pm #350259Hello tienhc,
I’d like to follow up on this matter.
Did you get to read my PM?
Thanks!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
July 22, 2010 at 12:56 am #350409Hello tienhc,
I gave up on this one but I hope you could try to find the solution to this for future reference.
Thank you.
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 4 voices, and was last updated by sushismb 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Add new module position above ja-login
Viewing 15 posts - 1 through 15 (of 15 total)