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 13 replies - 31 through 43 (of 43 total)

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

 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142157)
 * Dudes, post comments on victr’s site (if you haven’t already) so he knows about
   it! 🙂
 *  [dawg](https://wordpress.org/support/users/dawg/)
 * (@dawg)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142158)
 * Actually my comment has nothing to do with his plugin not working but the fact
   that wp outputs extra code that causes this. Plugin works fine, but in the description
   area it output an extra br/> tag that causes it to add a physical description
   below the link.
 * This is what gets output extra when just a title attribute would do the trick
 * {br This right here{ li/>
    }
 *  [ccf](https://wordpress.org/support/users/ccf/)
 * (@ccf)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142159)
 * Same as CarLBanks
 *  Thread Starter [victr](https://wordpress.org/support/users/victr/)
 * (@victr)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142160)
 * Well, as stated on my blog, there is a bug and I’m working to track it down. 
   I appologize to those that upgraded and are having issues. I’m working to resolve
   the problem ASAP.
 *  Thread Starter [victr](https://wordpress.org/support/users/victr/)
 * (@victr)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142180)
 * I’ve re-released the file. It’s working fine now. Update your websites with the
   new version.
 *  [victr9](https://wordpress.org/support/users/victr9/)
 * (@victr9)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142236)
 * [@dawg](https://wordpress.org/support/users/dawg/) -This is not plugin related,
   this is template related. The classic theme renders the description of the link
   in the title tag where as the Kubrick theme does not. Change your template code
   accordingly.
 * [@carlbanks](https://wordpress.org/support/users/carlbanks/) – What seems to 
   be the direct problem? Do the FancyTooltips not render at all?
 *  [archaeologyman](https://wordpress.org/support/users/archaeologyman/)
 * (@archaeologyman)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142237)
 * Wow, great plugin. Easiest one to date. Upload it, turn it on and watch it go.
   Thanks
 * Mark
    [http://www.markbillings.us/blog/](http://www.markbillings.us/blog/)
 *  [silverberry](https://wordpress.org/support/users/silverberry/)
 * (@silverberry)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142251)
 * not really related to this plugin – although I’m using it and loving it — but
   how do you change the text in the alt tag?
 * Right now it lists Permanent Link to — TItle of Post.
    I want it to just say “
   View Title of Post”.
 * And on the Category links – it says view all posts listed in Category title.
   
   I want it to say View Category.
 * I’m sure this is something simple ….
 *  [davincim](https://wordpress.org/support/users/davincim/)
 * (@davincim)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142252)
 * As for the “permanent link to” you should find it somewhere in your index.php.
   It may look something like this:
 * `<a href="<?php the_permalink(); ?>" class="permalink" title="Permalink to:">`
   Note, that I changed mine to read differently, too.
 * Not sure about the Category links though. I imagine it’s somewhere in the sidebar
   maybe?
 *  [silverberry](https://wordpress.org/support/users/silverberry/)
 * (@silverberry)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142253)
 * thanks davincim – I found the Permanent Link to bit in the index page; finally
   found the Category alt tags in the template-functions-category.php file within
   the wp-includes folder.
 * Thanks again 🙂
 *  [davincim](https://wordpress.org/support/users/davincim/)
 * (@davincim)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142254)
 * Glad to be of help. And thanks for pointing out where the category alt tags are.
   🙂
 *  [fanelian](https://wordpress.org/support/users/fanelian/)
 * (@fanelian)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142301)
 * I love this plugin, but is there a way for it not to show the URL’s ? It makes
   the tooltip unnecesarily big, I think. Thank you.
 *  [entrelaspiedras](https://wordpress.org/support/users/entrelaspiedras/)
 * (@entrelaspiedras)
 * [20 years ago](https://wordpress.org/support/topic/fancytooltips-plugin/page/3/#post-142311)
 * Same thing fanelian!
 * I will love more this plugin if I could have the option to hide the link URL.
   Any ideas?
 * Thanks, great work!

Viewing 13 replies - 31 through 43 (of 43 total)

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

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
