説明
Fixes the wrap behavior of the WordPress admin bar when it has too many items. Keep it neat; don’t spill/overflow into the content.
Check things out on GitHub at https://github.com/KZeni/Admin-Bar-Wrap-Fix
スクリーンショット
Too many items to show with plugin (it at least shows the left icon & truncates text as needed). Fewer items shown with plugin (shows normally). What WordPress currently does without this plugin (overlapping items hijack hover and makes things inaccessible, and the user experience is generally broken).
FAQ
-
Shouldn’t this be fixed within WordPress itself?
-
I would think so. This has been submitted as a patch at https://core.trac.wordpress.org/ticket/44438, but I figured it would still be beneficial as a plugin in the meantime.
評価
貢献者と開発者
“Admin Bar Wrap Fix” をあなたの言語に翻訳しましょう。
開発に興味がありますか ?
変更履歴
1.0.6
Released November 23rd, 2020
- Confirmed WordPress 5.6 compliance.
1.0.5
Released August 14th, 2020
- Added GPLv3 license declaration to the plugin details.
1.0.4
Released August 3rd, 2020
- Made it so the stylesheet is only included when the admin bar is being shown.
- Updated to confirm WordPress 5.5 compatibility. Minor plugin metadata updates.
1.0.3
Released June 22nd, 2020
- Updated to confirm WordPress 5.4.2 compatibility. Minor plugin metadata updates.
1.0.2
Released March 6th, 2020
- Updated to confirm WordPress 5.4 compatibility.
1.0.1
Released January 9th, 2020
- Added GitHub info to description.
1.0.0
Released January 9th, 2020
- Implemented further CSS refinements (thanks, @lunacodes).
- Bumped to 1.0.0 given the positive feedback, growing usage, and lack of anyone reporting any bugs along the way.
0.9.3
Released December 9th, 2018
- Updated to confirm WordPress 5.0 compatibility.
0.9.2
Released August 15th, 2018
- Got the plugin listed & working on the WP.org plugin repository.
0.9.1
Released August 13th, 2018
- Implemented all necessary assets and submitted to WP.org plugin repository.
0.9
Released July 30th, 2018
- Packaged as a plugin.
0.5
Released July 6th, 2018
- Updated version of the original Patch for admin-bar.css to make it friendly for admin bars which don’t have too many items shown.
0.1
Released June 22nd, 2018
- Initial implementation via core ticket #44438.