au / entitymenu_dropdown
Turns an overcrowded entity menu into a neat dropdown
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 0
Type:elgg-plugin
Requires
- php: >=5.4
- composer/installers: >=1.0.8
README
Turns an overcrowded entity menu into a neat dropdown
Note: uses css styles to fit the Athabasca University page, you may want to change that to fit your own site. Styles can be found in views/default/css/entitymenu_dropdown.php
Also Note: due to the core theme insane over-usage of overflow:hidden the dropdown keeps getting hidden inside container elements. This presents mostly in lists. Therefore the css contained forces .elgg-body to have visible overflow when in lists, which helps this work. It may cause issues with your theme, you'll have to figure that out yourself.