Hide WP Toolbar

描述

Easily hide or show the front-end WordPress Admin Toolbar with a click of a button. The plugin adds a special button to the right side of the WordPress Admin Toolbar that only displays when you are outside the admin area of WordPress on the front-end. Clicking it will make the admin bar slide off the page to the top left corner, leaving only the hide/show button visible. Clicking the button again will restore the Toolbar to its original position. The shown/hidden position is remembered between page visits so that it can be kept hidden away until you are ready to bring it back.

There are no options or configuration. Just install and activate the plugin. When you exit the admin area, you will see the button to the far right of the Toolbar.

I actually like the WordPress Toolbar. It’s a convenient way to go back and forth from the admin area to the public website. However, when I’m doing design modifications for a theme, the Toolbar can be visually distracting. I wanted a quick way to hide the WordPress Toolbar when needed, but otherwise keep it around. I tried several plugins but they didn’t work as I wanted or didn’t even work at all in some cases. So I decided to build my own.

Contributions Welcome

This plugin is on Github. Submit a pull request if you’d like to contribute.

屏幕截图

  • The WordPress Toolbar shown with the hide/show button on the right.
  • The WordPress Toolbar hidden with only the hide/show button visible.

安装

  1. Upload entire hide-wp-toolbar directory to the /wp-content/plugins/ directory
  2. 通过WordPress的的“Plugins”菜单激活插件
  3. Navigate to the public area of the site and click the right side button to hide/show the WP Toolbar

常见问题

Are there any settings for this plugin?

Nope. No settings page is created. Just activate and start using. No configuration required.

Why does the toolbar flash briefly between page loads when in a hidden state?

The toolbar uses CSS to hide and since the toolbar always shows by default, there may be a brief moment where it appears before the CSS is fully loaded to hide it. This is standard behavior for CSS and applies to everything on the page.

评价

2022年5月25日 2 回复
WordPress transients are not working. I tested it with a clean install of Wordpress 6.0 and the toolbar state is not saved. I have to click the button every time I refresh the page.
2021年1月23日
I had tried several plugins that this was the one that has the toogle feature that I love
阅读所有10条评价

贡献者及开发者

“Hide WP Toolbar” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

“Hide WP Toolbar”插件已被翻译至1种本地话语言。 感谢所有译者为本插件所做的贡献。

将“Hide WP Toolbar”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

2.6.1

  • Updated plugin assets (icon/screenshots) for compatibility with plugin repo

2.6

  • Cleaned up outdated CSS prefixes (Github issue #8)
  • Removed font size CSS declaration to accept default font size (maintains icon position when rotating)
  • Created plugin icon for plugin repository (Github issue #4)
  • Created animated gif screenshot to see plugin behavior (Github issue #5)

2.5.6

  • Updated readme details and version number after additional testing

2.5.5

  • Fixed toolbar state not saving between page loads (Github issue #7)

2.5.4

  • Stopped loading CSS/JS for non-logged in users that don’t have the toolbar (Github issue #6)

2.4.2

  • Modernized and added better comments to javascript code

2.4.1

  • Added proper text domain loading to support translations

2.4

  • Removed dependency on WP Session Manager. Code included library was outdated and had a security issue. Now using WordPress transients to store state of the toolbar.
  • Tested with WordPress 4.7.4

2.3

  • Internationalized plugin for proper text translation handling

2.2.1

  • Fixed: PHP Warning for creating default object from empty value (thanks benhuson!)
  • Tested with WordPress 4.4.2
  • Updated ReadMe regarding browser support and WP compatibility

2.2

  • Use pretty dashicon from WordPress 3.8+ for button arrow (plugin now requires WordPress 3.8+)

2.1

  • Modified placement of hide/show button for better compatibility with WordPress 3.8+

2.0

  • Added functionality to remember shown/hidden position of toolbar between page loads

1.3

  • Initial public release