This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WPeBanOver

Description

Show a HTML code when you place the [WPeBanOver] shortcode, on mouse (over, out, click, dblclick) show another HTML code until mouseout, anywhere in your template, post, page or widget.

You can read, follow, donate and comment about this plugin at author page: netmdp.com

Screenshots

  • Admin settings page.

Installation

You can either install it automatically from the WordPress admin, or do it manually:

  1. Unzip “WPeBanOver” archive and put the folder into your plugins folder (/wp-content/plugins/).
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. For print place <?php if ((function_exists('WPeBanOver'))) WPeBanOver(); ?> in your templates or use shortcode [WPeBanOver] in widgets, post or pages
  4. For get the html string use <?php get_WPeBanOver(); ?>
  5. Also have the css class .WPeBanOver then you can add your style

FAQ

Comming Soon

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WPeBanOver” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WPeBanOver” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1

Added plus change banner methods,click, MouseOut, Double Click.
Now second banner can remains until reload page.
Added Fade IN/OUT option to change.
Added .pot file for localization
Fixed and upgraded spanish language.

1.0

First Release