A class should be added to the parent menu when the pointer is over one of it children.

CommentFileSizeAuthor
#1 parent_child.gif22.28 KBFriso D

Comments

Friso D’s picture

Category: feature » bug
Priority: Normal » Critical
StatusFileSize
new22.28 KB

I agree with you, I think this is an important issue to be solved.
As you can see in the second image (attachment) the parent item is not selected when I'm in either one of the child pages. It should be like in the third image.

Thank you,
Friso

danny_joris’s picture

This is really important indeed. Subscribing.

Is this module still maintained?

yrocq’s picture

Friso D : This issue is about adding a class to the menu using javascript when the mouse is over its children. The bug you're talking about is fixed in the dev branch.

You just have to add a css rule. For example :

.dynamic-persistent-menu-menu-item.active-trail > a {
  color:blue; // Replace by your color
}
yrocq’s picture

Assigned: Unassigned » yrocq
Status: Active » Fixed

Fixed in dev branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.