Title: Whats This
Author: nuvuscripts
Published: <strong>January 31, 2012</strong>
Last modified: November 27, 2012

---

Search plugins

![](https://ps.w.org/whatsthis-tooltip/assets/banner-772x250.png?rev=506341)

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.

![](https://s.w.org/plugins/geopattern-icon/whatsthis-tooltip_ebdece.svg)

# Whats This

 By [nuvuscripts](https://profiles.wordpress.org/nuvuscripts/)

[Download](https://downloads.wordpress.org/plugin/whatsthis-tooltip.zip)

 * [Details](https://sa.wordpress.org/plugins/whatsthis-tooltip/#description)
 * [Reviews](https://sa.wordpress.org/plugins/whatsthis-tooltip/#reviews)
 *  [Installation](https://sa.wordpress.org/plugins/whatsthis-tooltip/#installation)
 * [Development](https://sa.wordpress.org/plugins/whatsthis-tooltip/#developers)

 [Support](https://wordpress.org/support/plugin/whatsthis-tooltip/)

## Description

**WhatsThis Tooltip plugin. Kiss your old tooltip goodbye!**

View all our premium WordPress Plugins and Themes: **http://nuvuthemes.com**

Requires WordPress 3.0+ and PHP 5.

 * Easily attach a tooltip with symbol
 * Use to display simple text messages explaining your elements or load complex 
   content
 * Choose from many prestyled symbols and set background animation color
 * Set tooltip loading direction – “top”, “left”, “bottom”, “static”
 * Choose from 3 symbol sizes(small, normal, large).
 * Set any special character or letter for the symbol to be used (!,@,#,$,%,^,&,*,
   A,B,C, etc)
 * Choose from many pre-styled symbol looks

View Demo: **http://www.nrcstudios.info/wp-whatsthis/**

Download with installation support: **http://nrcstudios.info/index.php/whatsthis-
plugin**

4-5-2012 Major Update: 2.0 The tooltip plugin now hides the tooltip box when mouseout
of the tooltip box instead of the tooltip trigger. This allows you to add links 
and elements that the user can interact with while keeping the tooltip box open.

The tooltip box adjusts the fit inside the screen if your triggers are close to 
the edge.

2/7/2012 – Critical update: Fixed script linking issues.

_Update 3-5-2012:_ jQuery script loading changed to fix conflict issues.
 _Update
4-4-2012:_ Tooltip box now loads to the left of trigger elements that are greater
then 50% document screen width. _Update 4-17-2012:_ Feature added – self trigger
for triggering the tooltip on image and contianer elements instead of adding the
trigger.

### Arbitrary section

### Loading jQuery before plugins

The correct way to load jQuery into your theme is to load it prior to all plugins
being loaded. Having said this know that the plugin loads jQuery seperately in case
your theme is not set to load jQuery. To load jQuery from the theme instead of the
plugin do the following changes to your theme and plugin files.

Step One: Open your themes functions.php file and add the following code anywhere
on the page:
 **if( !is_admin()){ wp_deregister_script(‘jquery’); wp_register_script(‘
jquery’, (“http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”), false,‘
1.7.1’); wp_enqueue_script(‘jquery’); }

Step Two: Open the whatsthis.php file and comment out or delete the echo script 
line on line 21 by adding two backslashes before it (“//”))

// echo “<script type=’text/javascript’ src=’https://ajax.googleapis.com/ajax/libs/
jquery/1.7.1/jquery.min.js’></script> ” ;

*Step Three: Upload the saved files to your server.

This will load jQuery into your theme before any plugins get loaded on the page 
thus eliminating the need for each plugin to load jQuery.
 When each plugin loads
different versions of jQuery on the page this creates compatability issues and will
cause your plugins to not work correctly. I seriously suggest the users of FlickrShow
to use this method of including jQuery on the page.

## Installation

**Installing and working with the plugin.**
 e.g.

 1. Upload `whatsthis-tooltip folder and all of it's contents` to the `/wp-content/
    plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Add the following class and attributes to your page elements:
 4. Add “whatsthis” class to your element.
 5. To add simple text splashbox to your element use the “whatsthis” attribute.
 6. Example:[p class=”whatsthis” whatsthis=”Put your simple text here – this will be
    displayed within the tooltip”]This is the element that will have the whatsthis 
    tooltip attached[/p]

(Replace the []’s with normal html greater/less than signs)

**To load content from another DIV**

1.Create a DIV and give it a custom class or id on the page.

 1. Add the ‘wtcontent’ attribute with the custom selector you chose for the DIV, remember
    to place a “.”before the name for a classname and a “#” for an id. Just like the
    simple text option your page element must have the ‘whatsthis’ class when using
    the ‘wtcontent’ attribute. To hide the DIV that the content is in give it a class
    of ‘wtcontent’.
 2. Example one – added a DIV with an “id” of ‘samplediv’:

[p class=”whatsthis” wtcontent=’#samplediv’]This is the element that will have the
tooltip attached[/p]

[div id=’samplediv’ class=’wtcontent’][h1]Internal content goes here, This container
will be hidden when you give it a class of ‘wtcontent’.[/h3]<[/div]

(Replace the []’s with normal html greater/less than signs)

**Changing the Plugin Setting:**

1.Under the admin panel settings click on the ‘whatsthis settings’ link.

2.Edit each Plugin Settings options and clikc the ‘Save Changes’ button when finished.

**Using Self Trigger \*\*/
 Wrap the element you wish to trigger in a container 
or a tag and give it the “whatsthis” class and “whatsthis or wtcontent” attributes.
Then give the element you wish to have trigger the tooltip a class of “selftrigger”.\*\*
example: [](https://sa.wordpress.org/plugins/whatsthis-tooltip/?output_format=md#)

For more complete installation instructions visit: **http://www.nrcstudios.info/
wp-whatsthis/**

## FAQ

  A question that someone might have

An answer to that question.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

 *   [ nuvuscripts ](https://profiles.wordpress.org/nuvuscripts/)

[Translate “Whats This” into your language.](https://translate.wordpress.org/projects/wp-plugins/whatsthis-tooltip)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/whatsthis-tooltip/),
check out the [SVN repository](https://plugins.svn.wordpress.org/whatsthis-tooltip/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/whatsthis-tooltip/)
by [RSS](https://plugins.trac.wordpress.org/log/whatsthis-tooltip/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.1

Minor Update: 2.1 Feature added – self trigger for triggering the tooltip on image
and contianer elements instead of adding the trigger.

#### 1.0

Major Update: 2.0 The tooltip plugin now hides the tooltip box when mouseout of 
the tooltip box instead of the tooltip trigger. This allows you to add links and
elements that the user can interact with while keeping the tooltip box open.
 The
tooltip box adjusts the fit inside the screen if your triggers are close to the 
edge.

#### 0.5

2/7/2012 Critical Update – Script linking/coding issues.

## Meta

 *  Version **2.3**
 *  Last updated **13 वर्षाः ago**
 *  Active installations **10+**
 *  WordPress version ** 3 or higher **
 *  Tested up to **3.3.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/whatsthis-tooltip/)
 * Tags
 * [information](https://sa.wordpress.org/plugins/tags/information/)[tooltip](https://sa.wordpress.org/plugins/tags/tooltip/)
 *  [Advanced View](https://sa.wordpress.org/plugins/whatsthis-tooltip/advanced/)

## Ratings

 3 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/whatsthis-tooltip/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/whatsthis-tooltip/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/whatsthis-tooltip/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/whatsthis-tooltip/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/whatsthis-tooltip/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/whatsthis-tooltip/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/whatsthis-tooltip/reviews/)

## Contributors

 *   [ nuvuscripts ](https://profiles.wordpress.org/nuvuscripts/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/whatsthis-tooltip/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.nrcstudios.info/)