>
Download This Plugin | |
Download Elegant Themes | |
Name | Vertical Admin Bar |
Version | 1.0.0 |
Author | Gabriel Hautclocq |
Rating | 100 |
Last updated | 2012-01-25 02:03:00 |
Downloads |
842
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Vertical Admin Bar plugin added 3 kB of resources to the Home page and 2 kB of resources to the sample Post page.
Vertical Admin Bar plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Vertical Admin Bar plugin ads no tables to your Wordpress blog database.Vertical Admin Bar displays the WordPress toolbar vertically on the left of the screen on the blog front-end. It does not affect the toolbar in the Dashboard of your blog because of the existing vertical menu: it is vertical only when logged in users are viewing your blog front-end.
At present, the height of the admin bar has been set to 740px. That should be enough for most menus to display correctly. If you need to override this value, do not change it in your code. Instead, add the vab_admin_bar_height filter in the functions.php of your theme. For example, to set a height of 1024, use the following code:
function my_function_callback() { return 1024; }
add_filter( 'vab_admin_bar_height', 'my_function_callback' );
Known problems: I do not know if it works for IE 8 and older. Probably not, but can't test. It has been tested to work with Opera 11.52, IE9, Firefox 8.0 and Chromium 18.0.965. Also, I had to set an arbitrary height for the admin bar, or the menu would be stretched outside the page. If someone has a solution to make the menu take 100% of the screen height (not the page height), please let me know :)