Simple Site Notice – Top Bar & Bottom Bar

Disgrifiad

Simple Site Notice – Top Bar & Bottom Bar lets you display a customizable notification banner on your WordPress site, either fixed to the top of the screen or placed inline at the bottom.

Perfect for cookie notices, promotions, announcements, donation requests, or any other message you want to highlight.

Key features:
* Place the notice at the top or bottom of your site
* Use plain text or HTML in your message
* Choose background and text colors
* Customize font size and padding
* Add your own CSS styles (without <style> tags)
* Option to hide the notice on mobile devices
* Option to enable a close button so users can dismiss the notice
* Option to remember closure with a cookie (notice stays hidden after closing)
* Lightweight and clean – no JavaScript required (unless close button is enabled)
* Works instantly – no setup complexity

Lluniau Sgrin

  • Example notice bar at the top of a site
  • Settings panel inside the WordPress dashboard

Gosod

  1. Upload the simple-site-notice folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. Go to Settings Simple Site Notice to customize your banner.

Cwestiynau Cyffredin

Can I use HTML in the notice text?

Yes, you can safely use HTML like <a>, <strong>, <em>, and similar tags.

Can I control the appearance (font size, spacing)?

Yes – there are dedicated options for font size and padding.

Can I hide the bar on mobile?

Yes – just enable the “Show only on desktop” checkbox in the settings.

Can I add custom styles?

Yes! Use the custom CSS textarea to add your own styling rules.
Important: Do not include <style> tags – just the raw CSS rules.

Can I let users close the notice bar?

Yes – just enable the “Enable close button” option in the plugin settings.

Can I make the notice stay hidden after closing?

Yes – enable the “Remember closure with cookie” option. When a user closes the notice, it will stay hidden until the cookie expires or is cleared.

Example:
.simsino-myw-notice { font-family: Arial; border-radius: 10px; }

Can I place the bar at the bottom of the screen?

Yes – choose the “Bottom position” option in the plugin settings.

Adolygiadau

Read all 1 review

Contributors & Developers

“Simple Site Notice – Top Bar & Bottom Bar” is open source software. The following people have contributed to this plugin.

Cyfranwyr

Cofnod Newid

1.2.0

  • Added option to enable a close button for the notice bar
  • Added option to remember closure state using a cookie

1.1.4

  • Added “Show only on desktop” option to hide the notice bar on mobile devices
  • Added support for custom CSS via a textarea field in plugin settings
  • Minor code refactoring for improved maintainability

1.1.3

  • Added font size and padding controls
  • Updated readme.txt with external service disclosure (later deprecated)

1.1.2

  • Improved compatibility with WordPress 6.8
  • Fixed minor CSS issues in admin panel
  • Enhanced sanitization of notice content

1.1.1

  • Added option for fixed (sticky) notice
  • Added support for HTML in notice text
  • Added custom text color and background color options
  • Improved settings page

1.1.0

  • Initial release