jQuery Notify Plugin WordPress, Download, Install

jQuery Notify Plugin WordPress

An attractive, lightweight, and highly configurable jQuery notification pane.

jQuery Notify Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/jquery-notify/

How to Install jQuery Notify Plugin, Manually

  1. Upload the jquery-notify folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Shortcode

The shortcode syntax is:

[jq_notify style=$style, speed=$speed, delay=$delay] Content [/jq_notify]

$style (optional): sets the style of the panel. Options are: default, error, warning, and success

$speed (optional): time it takes (in milliseconds) for the panel to slide out. Larger numbers = slower. Default: 1000ms

$delay (optional): delay (in milliseconds) between when the page has finished loading and when the panel slides out. Default: 500ms

For example:

[jq_notify style="warning" speed=700 delay=1000] <h2>Notification Title</h2> <p>Notification body content.</p> [/jq_notify]

Template tag

jq_notify($content, $style, $speed, $delay)

For example:

$content = "<h3>This is the content</h3><p>And this is some more</p>"; jq_notify($content, 'default', 2000, 500, );

Video

Screenshots

jQuery Notify Plugin WordPress

jQuery Notify Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *