Wp Floating Notifications

0

Wp Floating Notifications plugin is use to display Warning , Error, Success and Info messages with animated box. It is very simple to use. You have to call simple function to set your n

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

Description

Wp Floating Notifications plugin is use to display Warning , Error, Success and Info messages with animated box. It is very simple to use.
You have to call simple function to set your notification.

Installation:-

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

After installation:
This plugin include function “setWpNotification” to set your messages from anywhere.
This function having two argument
First: contains message (which you want to display).
Second: Message type Like:- error,warning,success,info.

We define four types of notification: error , warning, success, info.
you will use these notification type into your message.
default notification type is set to error.

Example:
setWpNotification(‘this is test error message’, ‘error’);
setWpNotification(‘this is test warning message’, ‘warning’);
setWpNotification(‘this is test success message’, ‘success’);
setWpNotification(‘this is test info message’, ‘info’);

http://www.indianrailhub.com/