Want top menu buttons "on" when in a submenu

  • ottilie
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 6 months ago #2657 by ottilie
Hi there,

I'd like to have the top menu buttons 'on' when you are in a submenu of that top-menu item. How do I do this?

Also, when the top-menu item is the same as the first submenu item, I want them both 'on'.

www.miralomasf.com

(and I don't understand why the submenu under "parents" is not displayed on the left anymore).

Thanks!

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 6 months ago #2660 by milos
We checked and confirmed that problem with top menu exists on this template. This will be resolved within 24h. We will write update here as soon as it is resolved. Sorry for inconvenience.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 6 months ago #2663 by milos
Please edit top menu module parameters (Extensions > Module Manager > Top menu). Under Other Parameters tab, enable Activate Parent.

In Site > Global Configuration > System, disable Cache (if it's enabled) to see the menu changes instantly.

Edit template_css.css file and change lines
Code:
#nav a:hover { background:url(../images/topmenu_bg.gif) no-repeat; } #nav li#current a { background:url(../images/topmenu_bg.gif) no-repeat; }
with this
Code:
#nav > li:hover, #nav > li.active, #nav a:hover { background:url(../images/topmenu_bg.gif) no-repeat; } #nav > li#current { background:url(../images/topmenu_bg.gif) no-repeat; }

That should fix the problem.
The following user(s) said Thank You: ottilie

Please Log in to join the conversation.

  • ottilie
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 6 months ago #2920 by ottilie
Thank you! That solved the problem.

Please Log in to join the conversation.

Time to create page: 0.281 seconds
Powered by Kunena Forum