AllinJac
Member
Posted 2 years ago #
Just a helpful idea for those of us freaks that have more settings then we do screen space...
I have three or four more in settings then will show on my screen so when I hit the down arrow it does not allow me to "scroll" down the list therefore moving the page with it to allow us to see further down the page....
Love it gave it a 5 but would really need this done when you where able to find time!
Jeremiah
THANKS for your help!!!
It's a LOT easier said than done (infact I have no idea how to do it). If you can come up with the CSS and/or Javascript to make that possible (good luck!), I'll gladly include it in my plugin. ;)
For now, just hide some of your lesser used menu items via the plugin's settings page (Tools -> Admin Bar).
A quick fix though not too pretty.
File: wordpress-admin-bar.php
Line 426: add style='height:200px;overflow:scroll;' into the <ul>
or put .wpabar-menupop ul{height:200px;overflow:scroll;} into whatever theme color you are using.
Adjust height to your liking.
To apply just to one of the drop downs so they all don't look ugly, do the css change.
For Settings:
.wpabar-menu_options-general-php ul{height:200px;overflow:scroll;}
Or Tools:
.wpabar-menu_tools-php ul{height:200px;overflow:scroll;}
Etc.