- Posts: 8
- Thank you received: 0
Hot Relief-Top Menu "Start Level" 2
-
dancer
Inactive member - Topic Author
- New Member
Less
More
12 years 1 week ago #24053
by dancer
Hot Relief-Top Menu "Start Level" 2 was created by dancer
I would like to give my site a face lift, but keep the general navigation as similar as possible for my users.
What I would like to do is have my public menu as the top menu in position-1, which is currently working,
then when the user logs in I would like a second row to appear below the first with the registered user only menu items.
Currently this is how my site works and I'd like to keep it the same with the new template, I really like everything I've explored with Hot Relief and really hope this is a feature I just cannot find.
I have tried starting the User Menu at Start Level 2, but it does not appear anywhere when I do this.
Any advice would be great, my test site is
rhythm.cloudaccess.net/index.php
What I would like to do is have my public menu as the top menu in position-1, which is currently working,
then when the user logs in I would like a second row to appear below the first with the registered user only menu items.
Currently this is how my site works and I'd like to keep it the same with the new template, I really like everything I've explored with Hot Relief and really hope this is a feature I just cannot find.
I have tried starting the User Menu at Start Level 2, but it does not appear anywhere when I do this.
Any advice would be great, my test site is
rhythm.cloudaccess.net/index.php
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 week ago #24060
by ivan.milic
Replied by ivan.milic on topic Hot Relief-Top Menu "Start Level" 2
Your problem might be fact that height of header is fixed in layout.css:
.header_wrapper {
height: 90px;
}
so you put another menu in postion-1 and you set it's access only for loged in users but you might not see it because it's hidden below header_wrapper visible area. Maybe this change can help:
.header_wrapper {
min-height: 90px;
}
.header_wrapper {
height: 90px;
}
so you put another menu in postion-1 and you set it's access only for loged in users but you might not see it because it's hidden below header_wrapper visible area. Maybe this change can help:
.header_wrapper {
min-height: 90px;
}
Please Log in to join the conversation.
Time to create page: 0.151 seconds