Creates a TopBar that will be shown at the top (or bottom) of your website. Customizable and easy to change the color, text, image, link & more!
Check for any messages under the Live Preview heading on the Admin Page. It will tell you if you have cookies or time settings that will prevent the TopBar from loading.
You may have CSS settings that prevent the TopBar from loading. If you entered any setting that are not valid, the TopBar will not load. Try deleting the settings and then re-entering your CSS until you find the one that is causing the issue.
You can also use the Debug page to see if you can see an error.
If you allow the user to close the TopBar, then the plugin checks to see if you have enabled cookies. If they are not enabled, it deletes any existing cookies. If they are enabled, it looks to see if a cookie has been created. A cookie is only created if the TopBar has been previously closed by the user. If it finds a cookie, it prevents the TopBar from showing.
If you change the Cookie Value to something new, the TopBar will show up again. This is useful if you want to force the TopBar to show on new content. Make sure to select something you haven't used before. A good idea is to increment the value by one every time you want to force the TopBar to show.
Use "#topbar"
Use this CSS to fix the TopBar to the bottom of the page: position:fixed; bottom: 0; padding: 0; margin: 0; width: 100%; z-index: 99999;
Or this to fix the TopBar to the top of the page (adjust the top value to be the height of your TopBar): position:fixed; top: 40; padding:0; margin:0; width: 100%; z-index: 99999;
Note that by putting your TopBar in a Fixed Position, you will overlay the content of your website by the TopBar.
You can find the Page ID in the Edit Post or Edit Page URL. For example, the page ID for the following example is “1234.”
http://example.wordpress.com/wp-admin/page.php?action=edit&post=1234
To test the TopBar on your site, you can set the Page IDs (in Main Options) to a single page (and not your home page.) Then go to that Page to see how the TopBar is working.
IE does not (yet) implement gradients like other browsers. So, make sure you test your TopBar on all the major browswers.
Go to the Delete Settings tab and then click the Delete Settings button at the top of the page.
Hit the Delete Settings Button.
Click "OK" on the warning box.
Go to your Plugins page and delete the plugin or delete all the files in your /wp-content/plugins/wp-topbar directory
Requires: 3.2.1 or higher
Compatible up to: 3.3.2
Last Updated: 2012-4-27
Downloads: 8,559
3 of 3 support threads in the last three weeks have been resolved.
Got something to say? Need help?