Changeset 841685
- Timestamp:
- 01/20/2014 10:34:44 AM (12 years ago)
- Location:
- hide-wp-toolbar/trunk
- Files:
-
- 1 added
- 4 edited
-
. (modified) (1 prop)
-
README (added)
-
hide-wp-toolbar.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hide-wp-toolbar/trunk
-
Property
svn:ignore
set to
deploy.sh
README.md
.git
.gitignore
-
Property
svn:ignore
set to
-
hide-wp-toolbar/trunk/hide-wp-toolbar.php
r754333 r841685 4 4 Plugin URI: http://blog.webguysaz.com/hide-wp-toolbar-wordpress-plugin/ 5 5 Description: The plugin adds a clickable button to the right side of the WordPress Toolbar that will show or hide the bar with nice transitions. 6 Version: 2. 06 Version: 2.1 7 7 Author: Web Guys 8 8 Author URI: http://webguysaz.com -
hide-wp-toolbar/trunk/readme.txt
r754333 r841685 5 5 Tags: hide, toolbar, minimize, admin bar, toggle, adminbar 6 6 Requires at least: 3.1 7 Tested up to: 3. 68 Stable tag: 2. 07 Tested up to: 3.8 8 Stable tag: 2.1 9 9 10 10 Easily hide or show the front-end WordPress Admin Toolbar with a click of a button. … … 49 49 == Changelog == 50 50 51 = 2.1 = 52 * Modified placement of hide/show button for better compatibility with WordPress 3.8+ 53 51 54 = 2.0 = 52 55 * Added functionality to remember shown/hidden position of toolbar between page loads -
hide-wp-toolbar/trunk/style.css
r754333 r841685 29 29 30 30 #wpadminbar.hide-wp-toolbar #wp-admin-bar-hide { 31 margin-right: -38px;32 31 background-color: #464646; 33 32 } … … 51 50 #wpadminbar.hide-wp-toolbar { 52 51 left: -100%; 52 margin-left: 32px; 53 53 } 54 54
Note: See TracChangeset
for help on using the changeset viewer.