I am struggling on find a way to set the active trail in the primary menu for child nodes of menu items.

For example lets say I have the following structure:

Resources
-News
--News article 1 (not in menu)
--News article 2 (not in menu)
About
-Analysts
--Analyst 1 (not in menu)
--Analyst 2 (not in menu)

So on the pages that aren't in the menu, but are technically child pages, how do I get "active-trail" set on the top level item?

Any help would be greatly appreciated.

Comments

kohashi’s picture

I ran into this problem and used https://drupal.org/project/menu_position to solve it. Create a rule that targets your News articles and one for Analyst. Then set menu position to News and Analysts respectively. Hopefully this helps.

JohnAlbin’s picture

Status: Active » Closed (won't fix)