Plugin info

Total downloads: 1,139
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/14/2015 (3933 days ago)
Added to WordPress: 5/12/2015 (10 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 4.1.42
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3933 days ago

20/100

Is Wp Floating Notifications abandoned?

Possibly abandoned (last update 3933 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 4.1.42
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

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/

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available