Banner for Jquery Notify
An attractive, lightweight, and highly configurable jQuery notification pane. Wordpress Tutorial
Noted That:
  • To install correctly this jquery-notify.zip .
  • Fisrt Download the jquery-notify.zip to your computer
  • Extract/Open jquery-notify.zip to Your Computer.
  • Then, Find readme.txt file inside jquery-notify.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " jquery-notify.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Jquery Notify

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Jquery Notify

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Jquery Notify

Step-5 : Now, Browse " jquery-notify.zip " Downloaded plugin from your computer, Where you downloaded " jquery-notify.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Jquery Notify

Step-6 : Now, Click on " Active Plugin "

Activate Jquery Notify

Step-7 : Then, See left Side Menu. " Jquery Notify " folder is added on left Side Menu. Now, Click on " Jquery Notify " folder.

Noted that: If you do not see " Jquery Notify " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Jquery Notify Configurations and Settings or How to work " Jquery Notify " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " jQuery Notify " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is jQuery Notify
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  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]

Notification Title


Notification body content.

[/jq_notify]

Template tag


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

For example:
$content = “

This is the content

And this is some more

“;
jq_notify($content, ‘default’, 2000, 500, );


Name