Vertical Admin Bar Wordpress Plugin - Rating, Reviews, Demo & Download

Vertical Admin Bar Preview Wordpress Plugin - Rating, Reviews, Demo & Download
5 Average out of 1 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

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 🙂

Screenshots

  1. vertical-admin-bar screenshot 1

    The vertical admin bar in action


Reviews & Comments