Title: FancyTooltips Plugin
Last modified: August 18, 2016

---

# FancyTooltips Plugin

 *  [victr](https://wordpress.org/support/users/victr/)
 * (@victr)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/)
 * I have gotten around to creating a WordPress Plugin that dynamically changes 
   the tooltips that are created by browsers. Basically, FancyTooltips replaces 
   those boring little boxes that appear next to your mouse with a dynamic and impressive
   one.
 * You can download FancyTooltips and receive more information about it from the
   [entry on my blog](http://victr.lm85.com/Design/css/fancytooltips-a-la-victr.php).

Viewing 15 replies - 16 through 30 (of 43 total)

[←](https://wordpress.org/support/topic/fancytooltips-plugin/?output_format=md) 
[1](https://wordpress.org/support/topic/fancytooltips-plugin/?output_format=md) 
2 [3](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/?output_format=md)

 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142112)
 * ccf,
 * All you need to do to get it to match the styling on your site is to edit the
   supplied CSS file.
 *  [dawg](https://wordpress.org/support/users/dawg/)
 * (@dawg)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142113)
 * [@victr](https://wordpress.org/support/users/victr/) I still can not seem to 
   get the hang of your plug in. I understand how it works via alt/title attributes
   which would be simple to write in edit mode but this wysiwyg interface of wp 
   is driving me nuts!!!!
 * In the links page there is all kinds of stuff
 *  identity another web address of mine
    friendship acquaintance contact friend
   none physical met professional co-worker colleague geographical co-resident neighbor
   none family child kin parent sibling spouse none romantic muse crush date sweetheart
 *  all i want is to add a simple title attribute.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142115)
 * Dawg,
    Are these links you have entered via your LINKS panel in the Admin Panel?
   If so, just make sure that you have entered a description for each link. If you
   have a description, then that will be what pops-up for the tool tip.
 *  Thread Starter [victr](https://wordpress.org/support/users/victr/)
 * (@victr)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142116)
 * [@ccf](https://wordpress.org/support/users/ccf/): Nucleur Moose is right. You
   can certainly customize the CSS of the FancyTooltips plugin. It is located in./
   fancytooltips/fancytooltips.css . Go ahead and edit the colours and what not 
   how ever you please. If you’re having issues understanding what tags edit what,
   you can [email me](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/victr@lm85.com?output_format=md)
   with your questions.
 * [@dawg](https://wordpress.org/support/users/dawg/): I you are only looking to
   add the FancyTooltips to your “Links” in WordPress, than simply add the description
   of the link (as NuclearMoose stated). BUT, if you want to add titles to any other
   links, you’ll need to edit the templates of your blog and enter the titles in
   manually.
 *  [dawg](https://wordpress.org/support/users/dawg/)
 * (@dawg)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142117)
 * OK thanks, I saw the description but I knew that that would add the description
   below the actual link so I did not think that that was it. I will give it a shot
   now, not sure about the second way of adding it{you’ll need to edit the templates
   of your blog and enter the titles in manually.}
 *  [dawg](https://wordpress.org/support/users/dawg/)
 * (@dawg)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142118)
 * After much ado I finally got it worked out! The biggest thing that caused a hassle
   was the simple description part that I completely ignored as I wanted to write
   in the attribute myself. I had used this description in the past but it added
   the description below the link so I was looking for title attribute. I took a
   look at the php file and figured it out. I do not believe there was mention of
   making a sub folder in plugins called fancytooltips but this was necessary and
   this is wher I went wrong as I just uploaded the php file into the plugins and
   activated it thus having no .js or .css. Dyslexcia strykes again
 *  Thread Starter [victr](https://wordpress.org/support/users/victr/)
 * (@victr)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142123)
 * It happens to the best of us.
 *  [blueorder](https://wordpress.org/support/users/blueorder/)
 * (@blueorder)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142128)
 * First of all, great plugin…
 * One thing that I’ve found while using the plugin on my site is that it displays
   them well in the body but it is not replacing the tooltips in the header…
 * Here’s my site so you can check it out: [http://theamells.net](http://theamells.net)
 * If you hover over the links in one of the posts, the fancy tooltip is displayed…
   If you hover over, let’s say, the weather icon on the top right the normal tooltip
   is displayed…
 *  [Cypher](https://wordpress.org/support/users/cypher/)
 * (@cypher)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142130)
 * [@blueorder](https://wordpress.org/support/users/blueorder/);
 * Edit the file /wp-content/plugins/fancytooltips/fancytooltips.js and go to line
   372.
 * There you will see comment “/*” and “*/” characters around the line. Remove these
   comment characters, this will ensure that the “title” tag will get picked up 
   for “img”‘s as well as “alt”.
 * Regards
 *  [blueorder](https://wordpress.org/support/users/blueorder/)
 * (@blueorder)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142131)
 * Cypher…works like a charm now…thanks…
 *  Thread Starter [victr](https://wordpress.org/support/users/victr/)
 * (@victr)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142147)
 * Note to All: v.1.2.1 of FancyTooltips is out. I suggest you download it.
 *  [ajlitton](https://wordpress.org/support/users/ajlitton/)
 * (@ajlitton)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142148)
 * Is it just me, or is the actual plugin file missing from the .zip? All I see 
   is readme.txt, fancytooltips.css and fancytooltips.js – the same as the .zip 
   for “Regular Script”.
 * Thanks!
 *  [dawg](https://wordpress.org/support/users/dawg/)
 * (@dawg)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142149)
 * One thing I noticed on 1.5 is that it works correctly in the default theme but
   in the classic I get the desrciption below the link, in default it is not visable.
 *  [carlbanks](https://wordpress.org/support/users/carlbanks/)
 * (@carlbanks)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142152)
 * I upgraded to V1.2.1 and now it doesn’t work.
 *  [ccf](https://wordpress.org/support/users/ccf/)
 * (@ccf)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/2/#post-142156)
 * Same for me… 🙁

Viewing 15 replies - 16 through 30 (of 43 total)

[←](https://wordpress.org/support/topic/fancytooltips-plugin/?output_format=md) 
[1](https://wordpress.org/support/topic/fancytooltips-plugin/?output_format=md) 
2 [3](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/?output_format=md)

The topic ‘FancyTooltips Plugin’ is closed to new replies.

 * 43 replies
 * 17 participants
 * Last reply from: [entrelaspiedras](https://wordpress.org/support/users/entrelaspiedras/)
 * Last activity: [20 years ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142311)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
