Title: JavaScript Notifier
Author: freemp
Published: <strong>2018-يىلى 26-ماي</strong>
Last modified: 2026-يىلى 23-ماي

---

قىستۇرما ئىزدە

![](https://s.w.org/plugins/geopattern-icon/javascript-notifier.svg)

# JavaScript Notifier

 يازغۇچى [freemp](https://profiles.wordpress.org/freemp/)

[چۈشۈر](https://downloads.wordpress.org/plugin/javascript-notifier.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/javascript-notifier/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/javascript-notifier/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/javascript-notifier/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/javascript-notifier/#developers)

 [قوللاش](https://wordpress.org/support/plugin/javascript-notifier/)

## چۈشەندۈرۈش

A simple, lightweight WordPress plugin for displaying a notification bar at the 
top of the webpage if 1st-party JavaScript is disabled. If appropriate, the entire
website may as well be blocked by a full-page overlay instead of just a small bar.

The plugin offers configuration of background and foreground color, opacity, notification
message text and font size. Individual customization by means of CSS snippets is
also supported.

## ئېكران كەسمىسى

[⌊Notification Bar⌉⌊Notification Bar⌉[

Notification Bar

[⌊Blocking Mode Enabled⌉⌊Blocking Mode Enabled⌉[

Blocking Mode Enabled

[⌊Plugin Settings⌉⌊Plugin Settings⌉[

Plugin Settings

## ئورنىتىش

 1. Upload the plugin files to the `/wp-content/plugins/javascript-notifier` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ›Plugins‹ screen in WordPress
 3. Use the Settings->JavaScript Notifier screen to configure the plugin

## FAQ

### Does JavaScript Notifier support multilingual sites?

Yes, it does. A corresponding `wpml-config.xml` language configuration file can 
be found in the plugin’s home directory.

### Instead at the top, I would like to have the notification bar being displayed at the bottom of the page. Would that be possible?

Sure. Just enter the following CSS code into the Custom CSS input field: `top:inherit;
bottom:0`

### Does JavaScript Notifier cope with optimization plugins?

In order to work flicker-free, JavaScript Notifier requires one short piece of inline
JavaScript code to remain in its exact place. Therefore, it should be excluded from
all kind of optimization. Since the code piece is labelled `hide-javascript-notifier-
js`, the easiest way would be to add that label to the optimization plugin’s JavaScript
exclusion list, or the like.

## باھالاشلار

![](https://secure.gravatar.com/avatar/a334635ed30d77af4ef4c418e421ac9af1c44a88b28bdbc00097f5007f44859a?
s=60&d=retro&r=g)

### 󠀁[Cool](https://wordpress.org/support/topic/cool-1311/)󠁿

 [Hoek](https://profiles.wordpress.org/hoeczek/) 2024-يىلى 26-ئىيۇل

Great plugin. Friendly and good support. Fully recommend.

![](https://secure.gravatar.com/avatar/f12c2ea9e38af5f8a0f8dac1fe56d6c312b841f45d0a0402a8de2364e7a635c5?
s=60&d=retro&r=g)

### 󠀁[Just works](https://wordpress.org/support/topic/just-works-715/)󠁿

 [David H](https://profiles.wordpress.org/everyhomeshouldhaveone/) 2022-يىلى 21-
ئىيۇن

Needed to warn users that JavaScript is essential for some pages. Found this, installed
and activated it. Works a treat. Very simple to set up.

 [ 2 باھالاشنىڭ ھەممىنى ئوقۇش ](https://wordpress.org/support/plugin/javascript-notifier/reviews/)

## تۆھپىكار ۋە ئىجادكار

«JavaScript Notifier» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە
قوشقان.

تۆھپىكار

 *   [ freemp ](https://profiles.wordpress.org/freemp/)

«JavaScript Notifier» 1 تىلغا تەرجىمە قىلىنغان. [تەرجىمانلار](https://translate.wordpress.org/projects/wp-plugins/javascript-notifier/contributors)
نىڭ تۆھپىسى ئۈچۈن رەھمەت.

[«JavaScript Notifier» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/javascript-notifier)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/javascript-notifier/)،
[SVN خەزىنە](https://plugins.svn.wordpress.org/javascript-notifier/) تەكشۈرۈپ ياكى
[RSS](https://plugins.trac.wordpress.org/log/javascript-notifier/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/javascript-notifier/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 1.2.9

 * Added proper escaping of input field contents.

#### 1.2.8

 * Fixed undefined array key warning. Suggested by @hoeczek. Thanks!
 * Adapted admin script enqueue handle for actual file name.

#### 1.2.7

 * Minor optimization.
 * Adapted screenshots for latest version.

#### 1.2.6

 * Increased callback priority.
 * Resorted plugin settings.

#### 1.2.5

 * Opened plugin for translations.
 * Removed translations from plugin directory.

#### 1.2.4

 * Updated translations.

#### 1.2.3

 * Replaced outdated JavaScript mime type.

#### 1.2.2

 * Fixed WPML translations configuration.
 * Optimized options conversion.

#### 1.2.1

 * Fixed options conversion failure after upgrading.

#### 1.2.0

 * Detached admin code from main plugin functionality.
 * Moved settings into single option array entry.
 * Changed font size unit from ’em‹ to percent.

#### 1.1.1

 * Moved JavaScript and CSS into page footer.

#### 1.1.0

 * Added input field for custom CSS.

#### 1.0.1

 * Added translation for initial notification message.
 * Added ID for inline JavaScript, e.g. if required for excluding from optimization.

#### 1.0.0

 * Initial release

## Meta

 *  Version **1.2.9**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **4 ھەپتە بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **60+**
 *  WordPress نەشرى ** 3.8 ياكى يۇقىرى **
 *  **7.0** دا سىنالغان
 *  تىل
 * [English (US)](https://wordpress.org/plugins/javascript-notifier/) ۋە [German](https://de.wordpress.org/plugins/javascript-notifier/).
 *  [تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/javascript-notifier)
 * بەلگە
 * [disabled](https://ug.wordpress.org/plugins/tags/disabled/)[javascript](https://ug.wordpress.org/plugins/tags/javascript/)
   [notification](https://ug.wordpress.org/plugins/tags/notification/)[test](https://ug.wordpress.org/plugins/tags/test/)
   [warning](https://ug.wordpress.org/plugins/tags/warning/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/javascript-notifier/advanced/)

## دەرىجە

 5/5 يۇلتۇز

 *  [  2 5-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/javascript-notifier/reviews/?filter=5)
 *  [  0 4-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/javascript-notifier/reviews/?filter=4)
 *  [  0 3-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/javascript-notifier/reviews/?filter=3)
 *  [  0 2-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/javascript-notifier/reviews/?filter=2)
 *  [  0 1-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/javascript-notifier/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/javascript-notifier/reviews/#new-post)

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/javascript-notifier/reviews/)

## تۆھپىكار

 *   [ freemp ](https://profiles.wordpress.org/freemp/)

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/javascript-notifier/)