Title: Easy Heads Up Bar
Author: Greenweb
Published: <strong>June 26, 2011</strong>
Last modified: August 1, 2016

---

Search plugins

![](https://ps.w.org/easy-heads-up-bar/assets/banner-772x250.png?rev=1161802)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/easy-heads-up-bar/assets/icon.svg?rev=1161802)

# Easy Heads Up Bar

 By [Greenweb](https://profiles.wordpress.org/greenweb/)

[Download](https://downloads.wordpress.org/plugin/easy-heads-up-bar.zip)

 * [Details](https://wordpress.org/plugins/easy-heads-up-bar/#description)
 * [Reviews](https://wordpress.org/plugins/easy-heads-up-bar/#reviews)
 *  [Installation](https://wordpress.org/plugins/easy-heads-up-bar/#installation)
 * [Development](https://wordpress.org/plugins/easy-heads-up-bar/#developers)

 [Support](https://wordpress.org/support/plugin/easy-heads-up-bar/)

## Description

This plugin adds an easy to use notification bar to the top of your WordPress website

#### Key Features

 * Customizable color schemes
 * Create multiple bars, as many as you want.
 * If there is more than one bar then the bars will display randomly
 * Schedule when your bars show up by setting an start and end date.
 * Choose where to display bars, eg:
    - All pages
    - Only the interior pages
    - Just the home page

#### Display Date Options

 * The Bar can be set to expire on a specified date
 * The Bar can be set to start on a specified date
 * The Bar can be set to run between on a specified dates

#### New Features

 * New bar management screen
 * New bar editor
 * No limit on bar height, it will just fit your content
 * No limit to the amount of text or links in a bar
 * Add images to bar
 * Use another plugin’s shortcodes in bar
 * Choose between the top or the bottom of a page to display your bar
 * Allow your users to hide or show the Heads Up Bar

## Screenshots

[⌊Easy Heads Up Bar manager⌉⌊Easy Heads Up Bar manager⌉[

Easy Heads Up Bar manager

[⌊Easy Heads Up Bar editor⌉⌊Easy Heads Up Bar editor⌉[

Easy Heads Up Bar editor

[⌊Easy Heads Up Bar supports shortcodes⌉⌊Easy Heads Up Bar supports shortcodes⌉[

Easy Heads Up Bar supports shortcodes

[⌊Easy Heads Up Bar is responsive⌉⌊Easy Heads Up Bar is responsive⌉[

Easy Heads Up Bar is responsive

[⌊Key features of the Easy Heads Up Bar⌉⌊Key features of the Easy Heads Up Bar⌉[

Key features of the Easy Heads Up Bar

[⌊New features added to version 2 of the Easy Heads Up Bar⌉⌊New features added to
version 2 of the Easy Heads Up Bar⌉[

New features added to version 2 of the Easy Heads Up Bar

## Installation

Install the plugin via WordPress’s installation system then activate it.

=OR=

 1. Upload the `easy-heads-up-bar` directory to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## FAQ

 * **Q:** Is the Bar Responsive?
    - **A:** Yes.
 * **Q:** Can the bar be closed?
    - **A:** Yes.
 * **Q:** Is it Possible to remove the line under bar?
    - **A:** Yes, in the bar’s edit screen set the color option of the line to the
      same color as the bar’s background.
 * **Q:** Can the bar remain at the top of the screen when I scroll?
    - **A:** Not right now, this may be added later. But there is nothing stopping
      you from archiving this effect by adding a bit of CSS to your theme. You can
      target the bar using it’s ID _#ehu-bar_
 * Feel free to ask any questions you may have at the [Support Forum](https://wordpress.org/support/plugin/easy-heads-up-bar)

## Reviews

![](https://secure.gravatar.com/avatar/bf13832633b083433def80df4e693f10fa8cf61c207e028ce5ffbfc32e72a14c?
s=60&d=retro&r=g)

### 󠀁[EXCELLENT BUT…](https://wordpress.org/support/topic/excellent-but-12/)󠁿

 [Kenelli](https://profiles.wordpress.org/kenelli/) September 22, 2016 1 reply

Excellent plugin ! I was waiting for something like that for a while. The only little
bad thing, it’s that you are forced to select a border color that does the bar look
bigger. I Wanted to removed it, with no success… Keep going !

![](https://secure.gravatar.com/avatar/8f22865e17dc870e6f65d9d1aec5100d0e54e34bffe0c77463ba1b2410cc4ef3?
s=60&d=retro&r=g)

### 󠀁[First impression and suggestions](https://wordpress.org/support/topic/first-impression-and-suggestions/)󠁿

 [vipteam](https://profiles.wordpress.org/vipteam/) February 7, 2017

First impression: really works for what is intended. And it works well. Suggestion:
Allow visitors to hide or close the bar. Auto hide after X seconds. Position: header/
footer. And all that admin can select from Yes/No. Advantage: Plugin is simple. 
Responsive. Displaying on the homepage, on single page, all pages. Showing: certain
days or permanently. Disadvantage: the button “save” are seen only half. As it was
cut horizontally. Maybe you’ve played too much when you’re doing the design, but
that’s just my subjective impression. Desired is a simple design. Go ahead, this
is great!

 [ Read all 17 reviews ](https://wordpress.org/support/plugin/easy-heads-up-bar/reviews/)

## Contributors & Developers

“Easy Heads Up Bar” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Greenweb ](https://profiles.wordpress.org/greenweb/)

[Translate “Easy Heads Up Bar” into your language.](https://translate.wordpress.org/projects/wp-plugins/easy-heads-up-bar)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/easy-heads-up-bar/),
check out the [SVN repository](https://plugins.svn.wordpress.org/easy-heads-up-bar/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/easy-heads-up-bar/)
by [RSS](https://plugins.trac.wordpress.org/log/easy-heads-up-bar/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.1.7

Modified capability_type to include users who can edit posts

#### 2.1.6

N/A

#### 2.1.5

Addressing a minor display bug introduced in v 2.1.4

#### 2.1.4

Wrote a function to stop the shareaholic plugin from pushing the social links onto
the plugin bar

#### 2.1.3

Minor change to work around the shareaholic plugin

 * Removed apply_filters(‘the_content’, $bar_content);
 * Added do_shortcode( $bar_content );

#### 2.1.2

 * New Bar Display option that floats the bar over the content and fixes it while
   scrolling.
 * Added jQuery to ensure that the bar display well if there is the WordPress Admin
   Bar above it.

#### 2.1.1

_Minor Changes_

 * New CSS to override Theme’s CSS with relation to padding on HTML elements like
   p tags
 * New bar open and close icons

#### 2.1

 * Changed out a br tag for a span tag to address a spacing issue in IE9

#### 2.0

_New features:_

 * Bars are now a custom post type
 * New Icon
 * New bar management screen
 * New bar editor
 * No limit to the amount of text or links in a bar
 * No limit on bar height, it will just fit your content
 * Add images to bars
 * Use another plugin’s shortcodes
 * Choose between the top or the bottom of a page to display your bar
 * Allow your users to hide and show the Heads Up Bar

## Meta

 *  Version **2.1.7**
 *  Last updated **10 years ago**
 *  Active installations **100+**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **4.6.30**
 * Tag
 * [heads up](https://wordpress.org/plugins/tags/heads-up/)
 *  [Advanced View](https://wordpress.org/plugins/easy-heads-up-bar/advanced/)

## Ratings

 4.5 out of 5 stars.

 *  [  12 5-star reviews     ](https://wordpress.org/support/plugin/easy-heads-up-bar/reviews/?filter=5)
 *  [  4 4-star reviews     ](https://wordpress.org/support/plugin/easy-heads-up-bar/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/easy-heads-up-bar/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/easy-heads-up-bar/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/easy-heads-up-bar/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/easy-heads-up-bar/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/easy-heads-up-bar/reviews/)

## Contributors

 *   [ Greenweb ](https://profiles.wordpress.org/greenweb/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/easy-heads-up-bar/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7YA9D9G4TE9BA)