Vertical Admin Bar

Vertical Admin Bar

Description

Vertical Admin Bar is a plugin for WordPress. It 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.

Customization

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 🙂

Get it!

Click here to go to the download page of the Vertical Admin Bar plugin for WordPress.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.