Changeset 3458174
- Timestamp:
- 02/10/2026 03:36:04 PM (4 weeks ago)
- File:
-
- 1 edited
-
dynamic-alerts/tags/1.0.1/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-alerts/tags/1.0.1/readme.txt
r3458164 r3458174 1 1 === Dynamic Alerts === 2 Contributors: fadi haddad3 Tags: notification, alert, ticker, announcement, customizable2 Contributors: sagoun 3 Tags: notification, alert, ticker, announcement, marquee, shortcode, banner 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 6 Stable tag: 1.0.1 7 Requires PHP: 7.0 7 8 License: GPLv2 or later 8 License URI: http ://www.gnu.org/licenses/gpl-2.0.html9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 10 Author URI: https://wpu.edu.sy/ 10 11 11 A customizable notification ticker for WordPress, brought to you by Fadi A Haddad from Al-Wataniya Private University - Ajyal Training Center.12 Create multiple customizable notification bars and display them anywhere using a shortcode. 12 13 13 14 == Description == 14 Dynamic Alerts allows you to create a dynamic, customizable notification bar for your WordPress site. Add up to four messages with individual links, control speed, direction, font size, and enable or disable the bar from the admin panel. 15 Dynamic Alerts helps you create multiple scrolling notification bars (tickers) and place them anywhere on your WordPress site using a simple shortcode. 16 17 Each bar is managed independently (its own messages and design), and includes rich customization options suitable for announcements, promotions, breaking news, and site notices. 18 19 = Key Features = 20 * Multiple bars: create and manage more than one notification bar 21 * Shortcode placement: display a bar exactly where the shortcode is placed (posts, pages, widgets, builders, etc.) 22 * Up to 4 messages per bar, each with its own optional link 23 * Motion controls: adjust scrolling speed and direction 24 * Typography controls: choose a font family and set font size 25 * Design controls: background/text colors + background opacity (transparency) 26 * Link styling: linked text inherits the chosen text color (no forced blue) 27 * Per-bar enable/disable toggle 28 * Admin interface translations: Arabic and English automatically based on dashboard language 29 30 == Usage == 31 1. Go to "Dynamic Alerts" in the WordPress admin menu. 32 2. Create a new bar and enable it. 33 3. Add up to four messages (links are optional). 34 4. Copy the generated shortcode and paste it into your content. 35 36 == Shortcode == 37 Display a bar anywhere using: 38 [dynamic_alert id="123"] 39 40 Replace 123 with the bar ID shown in the bar edit screen. 15 41 16 42 == Installation == 17 1. Upload the plugin files to the `/wp-content/plugins/dynamic-alerts` directory, or install via the WordPress admin panel.43 1. Upload the plugin files to the `/wp-content/plugins/dynamic-alerts` directory, or install via Plugins > Add New > Upload Plugin. 18 44 2. Activate the plugin through the 'Plugins' screen in WordPress. 19 3. Go to Settings > Dynamic Alerts to configure your notifications. 45 3. Open "Dynamic Alerts" from the admin menu and create your first bar. 46 4. Paste the shortcode into any page/post/widget where you want the bar to appear. 47 48 == Frequently Asked Questions == 49 = How do I display a bar on a page? = 50 Create a bar in "Dynamic Alerts", then copy its shortcode and paste it into your page/post: 51 [dynamic_alert id="123"] 52 53 = Can I create more than one bar? = 54 Yes. You can create multiple bars, each with its own settings and shortcode. 55 56 = How many messages can I add per bar? = 57 Up to four messages per bar. Each message can optionally include a link. 58 59 = Why does nothing appear when I use the shortcode? = 60 Check the following: 61 1) The bar is enabled 62 2) At least one message is filled in 63 3) You clicked Update/Publish on the bar 64 4) The shortcode ID matches your bar 65 66 = Can I change the font and colors? = 67 Yes. You can set font family, font size, text color, background color, and background opacity. 68 69 = Does the plugin force link text to blue? = 70 No. Linked text inherits your chosen text color. 71 72 = Does the admin UI support Arabic? = 73 Yes. The admin interface automatically switches to Arabic when your WordPress dashboard language is Arabic. 74 75 == Privacy == 76 Dynamic Alerts does not collect or store personal data. 77 If you choose a Google Font option, the font may be loaded from Google’s servers; otherwise the plugin can use the site’s default font. 20 78 21 79 == Screenshots == 22 1. The settings page for customizing the ticker’s text, colors, and speed. 80 1. Manage notification bars and copy shortcodes. 81 2. Bar settings (messages, colors, opacity, typography, speed, direction). 23 82 24 83 == Changelog == 25 84 = 1.0.1 = 26 * Initial release. 85 * Added support for multiple bars with shortcode placement. 86 * Added color picker and background opacity control. 87 * Added font family and font size controls. 88 * Added motion controls (speed and direction). 89 * Improved link styling to preserve chosen text color. 90 * Added Arabic/English admin translations based on dashboard language. 27 91 28 29 30 == Frequently Asked Questions == 31 = Can I customize the font size? = 32 Yes, you can set the font size in the settings page. 33 34 = How many messages can I add? = 35 You can add up to four messages, each with an optional link. 36 37 = Can I hide the notification bar? = 38 Yes, you can enable or disable the bar from the settings page. 92 == Upgrade Notice == 93 = 1.0.1 = 94 This release introduces multiple bars and shortcode placement. Create new bars from the admin menu and use the generated shortcode to display them anywhere.
Note: See TracChangeset
for help on using the changeset viewer.