=== Admin Bar Button === Contributors: duck__boy Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3DPCXL86N299A Tags: admin bar Requires at least: 3.8 Tested up to: 3.9 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Replace the default WordPress admin bar on the front end with a simple button. == Description == Replace the default WordPress admin bar on the front end with a simple button. When using this plugin, the full page height is used by your site so fixed headers work correctly. No user interaction is required, simply install and activate to use this plugin. == Installation == = Don't worry, it's really very easy... = 1. Upload the folder `admin-bar-button` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. That's it! == Frequently Asked Questions == = Can I change how the Admin Bar Button looks and works? = Yes, there are several settings that you can alter if you so wish. Copy the code below in to a suitable JS file in your theme and change the values as required. Note that the values below are defaults and can be removed if you do not wish to change them. `$(document).ready(function(){ $('#wpadminbar').adminBar({ text: 'Admin bar', text_direction: 'ltr', button_position: 'left', button_direction: 'left', button_duration: 500, bar_direction: 'right', bar_duration: 500, show_time: 5000 ); });` = What do all of the options mean? = * **text** > The text to display in the button * **text_direction** > The direction of the text ('ltr' or 'rtl') * **button_position** > Where to place the button ('left' or 'right') * **button_direction** > The direction that the 'Show admin bar' button sldes on/off the screen ('up', 'down', 'left' or 'right') * **button_duration** > The lenght of time (in miliseconds) to take to show/hide the 'Show admin menu' button * **bar_direction** > The direction that the WordPress admin bar sldes on/off the screen ('up', 'down', 'left' or 'right') * **bar_duration** > The length of time (in miliseconds) to take to show/hide the admin menu * **show_time** > The length of time (in miliseconds) to show the admin bar for == Changelog == = 1.0 = * First release on the WordPress repository == Upgrade Notice == Any previous version that is installed will be a beta, so you should upgrade immediatly to a stable version.