-
AuthorPosts
-
jmpi Friend
jmpi
- Join date:
- March 2009
- Posts:
- 95
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 42
- Thanked:
- 1 times in 1 posts
December 25, 2009 at 9:57 pm #147082Hi,
i hope i can explain what i mean:
I have add a picture at the end, where you see a “copied” menu – with red font: “menu2 without submenus”
My question is, can i add a menu at that position (i dont need submenus),
and if yes – how it goes? 😀thank you
mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
December 26, 2009 at 10:29 am #327512Hello,
I would personally think that you would have to edit the code to get this implemented. Though i would like to hear what others say.
Regards,
Mihir Chhatre.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 28, 2009 at 6:52 am #327574Helle guy!
Here is the solution:
Please open the file: templatesja_selenilayoutsblocksheader.php and find codes at line: 1-> 3:
[PHP]
<div id=”ja-header” class=”wrap”>
<div class=”main”>
<div class=”inner clearfix”>
[/PHP]
And replace
[PHP]
<div id=”ja-header” class=”wrap”>
<div class=”main”>
<div class=”inner clearfix”>
<div id=”ja-topmenu” class=”wrap”>
<jdoc:include type=”modules” name=”ja-topmenu” />
</div>
[/PHP]Please add rules css into the file : templatesja_selenicsscolorsred.css
/**
* top menu
*/#ja-topmenu ul {}
#ja-topmenu li {
float: left;
margin: 0;
padding: 0;
}#ja-topmenu a {
border-left: 1px solid #1c1c1c;
color: #999;
display: block;
float: left;
font-weight: bold;
line-height: normal;
margin: 0;
padding: 5px 15px;
text-decoration: none;
text-transform: uppercase;
}
#ja-topmenu .active {
}
#ja-topmenu a:hover,
#ja-topmenu a:active,
#ja-topmenu a:focus{
background-color: #444;
color: #fff;
}#ja-topmenu li.active a,
#ja-topmenu li.active a:hover,
#ja-topmenu li.active a:active,
#ja-topmenu li.active a:focus {
background-color: #050505;
color: #fff;
}
#ja-topmenu #active_menu-nav{
background-color: #220000;
color: #fff;
}
#ja-topmenu .main{ height:auto}
#ja-topmenu { border-right: 1px solid #440000; }#ja-topmenu a { border-left: 1px solid #440000; color: #966C6C; }
#ja-topmenu a:hover,
#ja-topmenu a:active,
#ja-topmenu a:focus{
background-color: #6C1C1C;
}#ja-topmenu li.active a,
#ja-topmenu li.active a:hover,
#ja-topmenu li.active a:active,
#ja-topmenu li.active a:focus {
background-color: #220000;
}
#ja-topmenu {
border-right: 1px solid #440000;
top:-5px;
left:0;
position:absolute;
background:#580E0E !important;
z-index:110;
}3) you access your administrator, add set up a module using the mainmenu module type on the “ja-topmenu” position and choose Menu Style to be equal “List”
1 user says Thank You to Saguaros for this useful post
jmpi Friendjmpi
- Join date:
- March 2009
- Posts:
- 95
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 42
- Thanked:
- 1 times in 1 posts
December 28, 2009 at 11:02 am #327601thank you !
i will try tonight!
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by jmpi 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
add new menu ?
Viewing 4 posts - 1 through 4 (of 4 total)