Title: Tooltip
Last modified: August 20, 2016

---

# Tooltip

 *  Resolved [believerinsight](https://wordpress.org/support/users/believerinsight/)
 * (@believerinsight)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/tooltip-2/)
 * After update lost tooltip function with excerpt now when you hover word a box
   appears and states “Glossary: glossary word
    no more excerpt.
 * [http://wordpress.org/extend/plugins/enhanced-tooltipglossary/](http://wordpress.org/extend/plugins/enhanced-tooltipglossary/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [RyanLorem](https://wordpress.org/support/users/ryanlorem/)
 * (@ryanlorem)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/tooltip-2/#post-3555631)
 * believerinsight: I have had trouble with this as well, even in the last version.
   The source of the problem has been the use of this apostrophe character ‘ in 
   the excerpt.
 * The solution, until fixed, is to replace any instance of ‘ in an excerpt with
   an alternative single quote character, such as `’`.
 * Please let us know if this is the cause of your problem as well. If not, check
   for other special characters in your excerpt and try to remove them and test 
   again to determine the source of the problem.
 *  Plugin Author [CreativeMindsSolutions](https://wordpress.org/support/users/creativemindssolutions/)
 * (@creativemindssolutions)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/tooltip-2/#post-3555695)
 * There’s no known issue with apostrophes in excerpt (generally: tooltip content)
   in version 2 (it now uses WP Core _esc\_attr_ function to avoid such issues) .
   
   However, not appearing tooltip could be caused by cache (either page/minify/js
   cache on server side or browser cache) since the way the tooltip is invoked has
   been changed in new version. Please try to refresh browser cache and server cache(
   if you use any kind of plugins like W3 Total Cache) and make sure that tooltip.
   js file loaded into your browser contains this snippet: `$(document).ready(function(){
   $('[data-tooltip]').glossaryTooltip()});`
 * If the problem still exists, please provide a link to a site where we can check
   your problem.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Tooltip’ is closed to new replies.

 * ![](https://ps.w.org/enhanced-tooltipglossary/assets/icon-256x256.png?rev=2072169)
 * [CM Tooltip Glossary](https://wordpress.org/plugins/enhanced-tooltipglossary/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/enhanced-tooltipglossary/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/enhanced-tooltipglossary/)
 * [Active Topics](https://wordpress.org/support/plugin/enhanced-tooltipglossary/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/enhanced-tooltipglossary/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/enhanced-tooltipglossary/reviews/)

## Tags

 * [excerpt](https://wordpress.org/support/topic-tag/excerpt/)

 * 2 replies
 * 3 participants
 * Last reply from: [CreativeMindsSolutions](https://wordpress.org/support/users/creativemindssolutions/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/tooltip-2/#post-3555695)
 * Status: resolved