WordPress.org

Plugin Directory

Simple Banner – Easily add multiple Banners/Bars/Notifications/Announcements to the top or bottom of your website

Simple Banner – Easily add multiple Banners/Bars/Notifications/Announcements to the top or bottom of your website

Beschrijving

Met deze plugin kun je eenvoudig een banner of balk met een mededeling bovenaan je website tonen. In de instellingen kan je de kleur van de links, de tekst en de achtergrond van de balk eenvoudig aanpassen. Je kan de weergave ook helemaal naar eigen wens aanpassen door je aangepaste CSS toe te voegen. Daarnaast is er een handige voorbeeldweergave in de instellingen, zodat je je wijzigingen kan bekijken voordat je ze opslaat.

Now with multi-banner support

With Pro features you can display up to 5 separate banners on your site. Banners can be shown simultaneously or plan weeks of banners by showing them consecutively.

Schermafbeeldingen

Installatie

Vanaf je WordPress dashboard

  1. Bezoek ‘Plugins > Nieuwe toevoegen’
  2. Zoek naar ‘Simple Banner’
  3. Activeer ‘Simple Banner’ vanuit je plugins pagina.
  4. Ga naar ‘Simple Banner’ in de zijbalk om een nieuwe banner te maken.

Van WordPress.org

  1. Download ‘Simple Banner’.
  2. Upload de ‘simple-banner’ map naar de ‘/wp-content/plugins/’ map, gebruik je favoriete methode (ftp, sftp, scp, enz…)
  3. Activeer ‘Simple Banner’ vanuit je plugins pagina.
  4. Ga naar ‘Simple Banner’ in de zijbalk om een nieuwe banner te maken.

FAQ

Hoe ziet de banner eruit in mijn DOM?

Zo ziet de banner eruit in je HTML:

<div id="simple-banner" class="simple-banner">
  <div class="simple-banner-text">
    <span>
      YOUR SIMPLE BANNER TEXT HERE
    </span>
  </div>
</div>

The banner or changes to the banner aren’t showing up, or are only showing up when I’m logged in, what’s wrong?

Your browser frequently caches scripts associated with a website in order to improve speed and performance. There are also some
wordpress plugins that cache scripts to improve performance. If you aren’t seeing your banner or the changes you made to the banner,
first clear your browser cache and if that doesn’t work, look for any plugin that bundles or caches scripts and clear that as well.

Waarom bedekt mijn banner mijn header of staat hij achter mijn header?

Your theme probably uses absolute positioning for its header in this case. Try changing the positioning of your banner or change “Prepend element” to <header> and see if that helps. If none of this works, you may need a custom solution for your banner. You can either try to find another plugin that suits your needs or you can purchase the pro version and open a support ticket to fix your situation.

Is er een Pro versie?

Yes, but you should look through the support topics before you decide if you need the pro version.

Gebruikt deze plugin cookies?

Yes, they are used only if you enable the close button. These cookies fall under the category of “strictly necessary cookies” and do not need consent from the user, more information here.
If cookies are disabled on the user’s browser, the banners close button expiration setting will not work and the banner will show on each refresh.

Hoe schakel ik mijn banner weer in nadat ik op de knop ‘Sluiten’ heb geklikt?

Je kan de cookies van je browser wissen of in de console van de browser het volgende uitvoeren:

document.cookie = "simplebannerclosed=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/";

You can also set your Close button expiration to blank, 0, or a date in the past. This method may require a refresh or two of the browser on your website page.

Ik heb het Divi thema en de banner wordt niet getoond.

Try setting the “Prepend element” setting to header. If that doesn’t work, set your banner position to relative and try this in ‘Website Custom CSS’:

#main-header:not(.et-fixed-header) {
  position: relative;
}
#top-header:not(.et-fixed-header) {
  position: relative;
}

Beoordelingen

12 maart 2026
The plugin is very good and practical. I needed to update WordPress to the latest version for it to work. My only observation is that there’s no option to edit the banner for mobile display, as it becomes too large. And if you reduce the font size, it also gets smaller for desktop display. Another observation: one of the GitHub links is showing an error. Otherwise, thank you for the free option!
7 januari 2026
I’m really impressed with how easy Simple Banner is to get up and running. The installation was seamless, and the configuration options are straightforward without being overwhelming. A standout feature for me is that it is truly responsive; it looks and functions perfectly on both mobile and desktop without needing extra CSS tweaks. I did run into one small setup issue, but I was able to clear it up almost immediately by reading through the developer’s responses to past questions in the support forum. It’s great to see a developer who is so helpful and active. If you need a lightweight notification bar that just works, this is the one!
31 januari 2024
This plugin is exactly what I expected, simple to use and straight-forward. I had some funky settings going on with the website that were causing some issues but the developer went above and beyond to support. The issue had nothing to do with the plugin, it was WP Engine causing all the problems, but the developer was graciously willing to troubleshoot and resolve it when they didn’t even have to since it was nothing caused by the plugin. 5/5 stars all the way around. I’d use anything this developer makes in the future.
17 november 2023 5 reacties
EDIT to 5-star rating due to responsiveness of the dev!!! This was exactly what I had hoped for: a simple, way to add a one-line banner message to my websites… except it doesn’t work (reliably) with Divi from Elegant Themes. To be fair, it might work with Divi given enough time and CSS experimentation (using the Divi suggestions provided by the plug-in author, and more) but after about 20 minutes of trial-n-error I cannot get it to work in combination with Divi’s function to “hide header until scroll.” Then again, neither does any other “banner” plug-in I’ve tried, where that Divi setting is used. Yes, I can use the Divi Theme Builder itself to create a custom layout with an extra “banner” section at the top of the header – and that’s a hassle I don’t need for the 40-50 sites I manage. Thus my quest for a simple banner solution continues… Giving this one 3-stars for a pretty good backend implementation – it just won’t work with Divi in my particular config state.
Lees alle 45 beoordelingen

Bijdragers & ontwikkelaars

“Simple Banner – Easily add multiple Banners/Bars/Notifications/Announcements to the top or bottom of your website” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Changelog

3.3.2

  • Add banner nicknames

3.3.1

  • Add WPML support for all banners

3.3.0

  • Fix TinyMCE bug, change default banner CSS to be less opinionated, test against wp 7.0

3.2.2

  • Bugfix voor curl, getest met WP 6.9.4

3.2.1

  • Bug fix voor tinymce

3.2.0

  • Rich text editor (TinyMCE) toegevoegd

3.1.3

  • Getest met WP 6.9.0

3.1.2

  • Fouten opgelost

3.1.1

  • Fouten opgelost

3.1.0

  • Nieuwe visuele updates

3.0.10

  • Getest op WP 6.8.2, kleine fouten opgelost

3.0.9

  • Fouten opgelost

3.0.8

  • Test against wp 6.8.1, style changes

3.0.7

  • Getest op WP 6.8.0, kleine fouten opgelost

3.0.6

  • Clear caches on settings save

3.0.5

  • Getest op WP 6.7.2, kleine fouten opgelost

3.0.4

  • Getest op WP 6.7.1, kleine fouten opgelost

3.0.3

  • wp_body_open opnieuw toegevoegd

3.0.2

  • Valse tekst bug opgelost

3.0.1

  • Bug fix, check for undefined

3.0.0

  • New multi-banner feature, removed support for wp_body_open

2.17.4

  • getest tot WP 6.6.1

2.17.3

  • Fouten opgelost

2.17.2

  • Fouten opgelost

2.17.1

  • Fix relative paths in preview banner, tested to WP 6.5

2.17.0

  • New disabled page paths feature

2.16.0

  • New prepend element feature

2.15.4

  • Fouten opgelost

2.15.3

  • New start after date feature

2.15.2

  • z-index nu configueerbaar

2.15.1

  • Aria label on close button, addEventListener instead of onscroll

2.15.0

  • New insert inside element feature

2.14.2

  • Meer fouten opgelost

2.14.1

  • Fout opgelost

2.14.0

  • WordPress 6.2 support, close button expiration supports fractional days, new remove after date feature

2.13.3

  • Nog meer fouten opgelost

2.13.2

  • Meer fouten opgelost

2.13.1

  • Fouten opgelost

2.13.0

  • New pro version payment system

2.12.3

  • Ondersteuning voor WPML/Polylang

2.12.2

  • Ondersteuning voor WP6.1

2.12.1

  • Fout opgelost

2.12.0

  • Beveilingsverbeteringen

2.11.0

  • New feature: ability to change expiration date by specific time

2.10.9

  • Bug fix in preview banner.

2.10.8

  • Fix security bug in admin panel.

2.10.7

  • XSS fout opgelost.

2.10.6

  • Foutherstel voor console fout.

2.10.5

  • Bug fixes & verbeteringen.

2.10.4

  • More changes to stop scammers.

2.10.3

  • Change to stop scam security sites from emailing me.

2.10.2

  • Bug fixes for sites with no administrator role.

2.10.1

  • Bug fixes. Remove some unnecessary script params.

2.10.0

  • Bug fixes for disabled pages checkboxes, added experimental feature to disable banner on posts.

2.9.4

  • Bug fixes for disabled pages array.

2.9.3

  • Bug fixes for disabled pages.

2.9.2

  • Bug fixes and added close button color setting.

2.9.1

  • Bug fixes and additional variables added to debug mode.

2.9.0

  • Er zijn een sluitknop en instellingen toegevoegd.
  • Add .simple-banner-button class to allow custom close button styles.
  • Preview banner now scrolls with you down the page.
  • Updated documentation regarding cookies.
  • Andere bugfixes.

2.8.0

  • Add .simple-banner-text class to allow custom text styles. Removed text from page source code when disabled.

2.7.0

  • Add .simple-banner-scrolling class to allow custom scrolling styles.

2.6.0

  • Add option to use WordPress action wp_open_body for banner insertion.

2.5.0

  • Added Font Size option, changed layout for better preview banner visibility.

2.4.7

  • Fix bug to permissions removal.

2.4.6

  • Banner now shows in sidebar upon activation.

2.4.5

  • Fix permissions clearout method.

2.4.4

  • PHP fout opgelost.

2.4.3

  • Fix bug for that hid banner on pages with no id, fix some permissions issues.

2.4.2

  • Disable header margin/padding when banner is hidden or disabled, fixed homepage disabling bug, added option to keep/remove custom css/js when disabled or hidden.

2.4.1

  • PHP waarschuwing opgelost.

2.4.0

  • Added some new fields (hiding, position, and header top margin/padding) to help with banner customization.

2.3.0

  • Added permissions adding and updated documentation.

2.2.3

  • CSS wijzigingen.

2.2.2

  • Added version number to css and js file to force update on version change.

2.2.1

  • Removed addslashes version of text now that message is handled via js.

2.2.0

  • Scripts voor het laden van banners geoptimaliseerd; debugmodus toegevoegd voor het oplossen van problemen.

2.1.3

  • De betalingslink voor de Pro versie opnieuw gewijzigd.

2.1.2

  • De betalingslink voor de Pro versie gewijzigd.

2.1.1

  • Voeg jQuery weer toe vanwege compatibiliteitsproblemen.

2.1.0

  • De jQuery afhankelijkheid is uit het project verwijderd.

2.0.7

  • Fouten op de instellingenpagina verholpen, getest tot en met WordPress v5.0.2.

2.0.6

  • Script fout opgelost.

2.0.5

  • Bestanden in de SVN-repository aangepast.

2.0.4

  • Fix bug with banner text newlines.

2.0.3

  • Update Donate button color.

2.0.2

  • Fixed script loading bug again.

2.0.1

  • Fixed script loading bug.

2.0.0

  • Added Pro version features.

1.4.1

  • Fix bugs with preview banner onchange events and escape attributes with Simple Banner Text instead of converting to html codes.

1.4.0

  • Added Donate button, small settings page CSS tweaks.

1.3.0

  • You can now use single quotes or double quotes for Simple Banner Text.

1.2.1

  • Rollback use of esc_attr() with banner text for now as it broke all links from showing properly.

1.2.0

  • Improve code structure for preview banner, add inner html preview. Banner text uses esc_attr().

1.1.0

  • Add text to show scoping of custom CSS.

1.0.5

  • Getest op recente WordPress versies

1.0.4

  • De CSS verwijderd die ervoor zorgde dat de banner verdween op schermen met een breedte van minder dan 900px.

1.0.3

  • Fix for themes with padding and margin applied to body.

1.0.2

  • Fixed banner for themes that don’t already have jquery added.

1.0.1

  • Fixed readme and added logo.

1.0.0

  • Eerste versie.