Fast Alert Bar
Lightweight WordPress alert bar plugin: live preview, WYSIWYG editor, custom styling, dismissible banners. No bloat.
by Abdullah Sajjad · github.com/abdullahsajjad/fast-alert-bar · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/abdullahsajjad/fast-alert-bar/archive/refs/heads/main.zipA lightweight, fast, and beautifully designed alert bar plugin for WordPress. Display customizable notification banners with live preview, custom styling, and responsive design.
Features
- Live Preview — See changes in real-time as you customize
- WYSIWYG Editor — Rich text with bold, italic, links, and colors
- Custom Colors — Background and text colors with hex input support
- Custom CSS — Add your own styles for complete control
- Dismissible — Close button with customizable icon
- Display Options — Site-wide, homepage only, or specific pages
- Position Control — Before or after header placement
- Responsive — Looks great on all devices
- Padding Control — Individual top/right/bottom/left values
- Post Linking — Link to posts with custom titles and expiry dates
- Modern Admin UI — Clean, intuitive settings interface
Installation
- Upload the
fast-alert-barfolder to/wp-content/plugins/ - Activate through the WordPress Plugins menu
- Go to Alert Bar > Design to configure
Usage
Basic Setup
- Navigate to Alert Bar > Design
- Enter your message in the WYSIWYG editor
- Customize colors and styling
- Choose display options
- Save changes
Link a Post
- Edit any post
- Find the "Alert Bar" meta box
- Check "Feature in Alert Bar"
- Set optional custom title and expiry
- Save the post
Custom CSS
Target these classes for custom styling:
.fab-alert-bar {
/* Main alert bar container */
}
.fab-alert-bar-content {
/* Content wrapper */
}
.fab-alert-bar-close {
/* Close button */
}
Requirements
- WordPress 5.0+
- PHP 7.1+
License
GPL-2.0+ - See LICENSE