Hot Relief-Top Menu "Start Level" 2

  • dancer
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 1 week ago #24053 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

Please Log in to join the conversation.

More
12 years 1 week ago #24060 by ivan.milic
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;
}

Please Log in to join the conversation.

Time to create page: 0.151 seconds
Powered by Kunena Forum