Hi,

Firslty I love this theme. Nice and clean, well laid out. Well done.

I do believe there is a bug though. I have a primary menu with sub-items which works fine in the top menu block. If you select the top item the page appears and the menu item shows as active. If you select one of the sub items, the main menu item looses focus. If I select a sub item, I would still expect the main item to show as the active item.

Regards,
Nick

Comments

nickbits’s picture

Hi,

Quick update, the drop down menu only works if I am already on that item. So if I am on the home page and want a sub-page on the about menu, I first have to visit the homepage and then ho back to the about menu to see the sub-items. In other themes you can see all the sub-itmes irrespective of the page you are on.

Regards,
Nick

restyler’s picture

summertime theme uses drupal menu + some styling. So you need to check 'expand' checkboxes on all parent menu items so the children are shown on all pages.

nickbits’s picture

Hi restyler,

Thanks for that. I thought I had ticked the expanded, should know to double check. However, the original issue still exists.

Nick

restyler’s picture

Category: bug » feature
Status: Active » Fixed

The active trail issue is rather custom thing - may be we'll add that feature in next release.
If you want to mark all items if they are parent of active link, use
.main-menu ul.menu a.active-trail css selector and refer to styles from style.css ( .main-menu ul.menu a.active ), just copy these css rules to your new selector.

restyler’s picture

Status: Fixed » Postponed