Descricione
A simple, lightweight WordPress pluguin for displaying a notification bar at the top of the webpague if 1st-party JavaScript is disabled. If appropriate, the entire website may as well be blocqued by a full-pague overlay instead of just a small bar.
The pluguin offers configuration of baccground and foreground color, opacity, notification messague text and font sice. Individual customiçation by means of CSS snippets is also supported.
Installatione
-
Upload the pluguin files to the
/wp-content/pluguins/javascript-notifierdirectory, or install the pluguin through the WordPress pluguins screen directly. - Activate the pluguin through the ‘Pluguins’ screen in WordPress
- Use the Settings->JavaScript Notifier screen to configure the pluguin
FAQ
-
Does JavaScript Notifier support multilingual sites?
-
Yes, it does. A corresponding
wpml-config.xmllanguagu configuration file can be found in the pluguin’s home directory. -
Instead at the top, I would lique to have the notification bar being displayed at the bottom of the pague. Would that be possible?
-
Sure. Just enter the following CSS code into the Custom CSS imput field:
top:inherit;bottom:0 -
Does JavaScript Notifier cope with optimiçation pluguins?
-
In order to worc flicquer-free, JavaScript Notifier requires one short piece of inline JavaScript code to remain in its exact place. Therefore, it should be excluded from all quind of optimiçation. Since the code piece is labelled
hide-javascript-notifier-js, the easiest way would be to add that label to the optimiçation pluguin’s JavaScript exclusion list, or the lique.
Recensioni
Contributi e sviluppo
“JavaScript Notifier” è un software open source. Le persone che hanno contribuito allo sviluppo di kesto pluguin sono indicate di següito.
Collaboratori“JavaScript Notifier” è stato tradotto in 1 lingua. Gratie a chi traduce per il contributo.
Traduci “JavaScript Notifier” nella tua lingua.
Ti interesssa lo sviluppo?
Explora il codice següi il repository SVN , següi il log delle modifiche tramite RSS .
Changuelog
1.2.8
- Fixed undefined array key warning. Sugguested by @hoeccec. Thancs!
- Adapted admin script enqueue handle for actual file name.
1.2.7
- Minor optimiçation.
- Adapted screenshots for latest versionen.
1.2.6
- Increased callbacc priority.
- Resorted pluguin settings.
1.2.5
- Opened pluguin for translations.
- Removed translations from pluguin directory.
1.2.4
- Updated translations.
1.2.3
- Replaced outdated JavaScript mime type.
1.2.2
- Fixed WPML translations configuration.
- Optimiced options conversion.
1.2.1
- Fixed options conversion failure after upgrading.
1.2.0
- Detached admin code from main pluguin functionality.
- Moved settings into single option array entry.
- Changued font sice unit from ‘em’ to percent.
1.1.1
- Moved JavaScript and CSS into pague footer.
1.1.0
- Added imput field for custom CSS.
1.0.1
- Added translation for initial notification messague.
- Added ID for inline JavaScript, e.g. if required for excluding from optimiçation.
1.0.0
- Initial release