-
AuthorPosts
-
canadareic Friend
canadareic
- Join date:
- November 2010
- Posts:
- 64
- Downloads:
- 62
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
August 12, 2013 at 8:13 pm #189670Greetings. As you can imagine more and more portals are offering login , register on the very top menu section
I would like to ask you if there is a way to add extra postion , module above menu?
thank you very much
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 13, 2013 at 4:39 am #502029Hi there,
Hope this tip will help you: http://www.joomlart.com/forums/topic/how-to-create-new-module-position-updated/
canadareic Friendcanadareic
- Join date:
- November 2010
- Posts:
- 64
- Downloads:
- 62
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
August 13, 2013 at 8:09 pm #502123hello
I followed step by stepcouple issues I’m facing
1)
Compile LESS to CSS failedparse error: failed at `@ BannerBackground: #fff ` line: 755
2) location of logo, new login module and search
Please be so kind and understand I’m not php programmer at all 🙂
Your suggestion will be appreciated
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
canadareic Friendcanadareic
- Join date:
- November 2010
- Posts:
- 64
- Downloads:
- 62
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 15, 2013 at 4:06 am #502282Hi
It seems that you are putting that position to the same row of logo, menu, search. You can try to create a new <div> for this new position so in the same ‘header.php‘ file:
.
<header id="ja-header" class="wrap ja-header navbar-collapse-fixed-top">
<div class="container">
<div class="row">
<div class="span12">
<!--- Your own code here -->
</div>
</div>
<div class="row">
<!-- LOGO -->
<div class="ja-logo span2">
<div class="logo logo-<?php echo $logotype ?>">
<h1>
<a href="<?php echo JURI::base(true) ?>......................................
Give it a try and let me know how it goes.
canadareic Friendcanadareic
- Join date:
- November 2010
- Posts:
- 64
- Downloads:
- 62
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
August 15, 2013 at 4:53 am #502291thank you seems to work better , what about to make align module right ? not above the logo ?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 15, 2013 at 9:23 am #502311Hi
Inside the <div class=”span12″>, pls remove the <div class=”span6″>
Then open /templates/ja_your_default_template/css/custom.css, add this css rule:
#ja-header .sclogin {
float: right;
}
1 user says Thank You to Saguaros for this useful post
canadareic Friendcanadareic
- Join date:
- November 2010
- Posts:
- 64
- Downloads:
- 62
- Uploads:
- 13
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
August 15, 2013 at 4:21 pm #502357We have done it 🙂 Thank you very much
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by canadareic 11 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum