Postponed
Project:
Summertime
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2009 at 08:36 UTC
Updated:
15 Sep 2009 at 08:24 UTC
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
Comment #1
nickbits commentedHi,
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
Comment #2
restyler commentedsummertime 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.
Comment #3
nickbits commentedHi restyler,
Thanks for that. I thought I had ticked the expanded, should know to double check. However, the original issue still exists.
Nick
Comment #4
restyler commentedThe 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.
Comment #5
restyler commented