Title: No tooltips on hover
Last modified: August 21, 2016

---

# No tooltips on hover

 *  Resolved [luckyfella73](https://wordpress.org/support/users/luckyfella73/)
 * (@luckyfella73)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/no-tooltips-on-hover/)
 * After installing WP Glossary 3.1 on WP 3.6 and setting up 2 test items
    I didn’t
   get any tooltips. No js errors in console ..
 * After research (qTip API) I found out that this lines have to be changed:
 * wp-glossary-qtip2.js:
 *     ```
       // not working
       show: {
       	event: WPG.qtiptrigger,
       	solo:  true // Only show one tooltip at a time
       }
   
       // working
       show: {
       	when : { event: WPG.qtiptrigger },
       	solo:  true // Only show one tooltip at a time
       }
       ```
   
 * Maybe somebody needs that information ..
 * [http://wordpress.org/plugins/wp-glossary/](http://wordpress.org/plugins/wp-glossary/)

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

 *  [GrisGris](https://wordpress.org/support/users/grisgris/)
 * (@grisgris)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/no-tooltips-on-hover/#post-4077903)
 * Somebody needs … it’s me!
    Thanks to you
 *  [invasoras.pt](https://wordpress.org/support/users/plantas-invasoas/)
 * (@plantas-invasoas)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/no-tooltips-on-hover/#post-4077907)
 * tried it, failed. don’t know what’s happening.
 *  Plugin Author [TCBarrett](https://wordpress.org/support/users/tcbarrett/)
 * (@tcbarrett)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/no-tooltips-on-hover/#post-4077924)
 * Not experienced an issue with either syntax, so updating to luckyfella73’s in
   trunk.
 *  [invasoras.pt](https://wordpress.org/support/users/plantas-invasoas/)
 * (@plantas-invasoas)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/no-tooltips-on-hover/#post-4077925)
 * Still no tooltips after update. probable js conflict.
 * [http://invasoras.uc.pt/gallery/phytolacca-americana/](http://invasoras.uc.pt/gallery/phytolacca-americana/)
 *  [intuitiva_](https://wordpress.org/support/users/intuitiva_/)
 * (@intuitiva_)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/no-tooltips-on-hover/#post-4077926)
 * I’m having the same issue, the solution proposed in this thread didn’t work and
   the update didn’t fix it either
 * Description of the bug:
    1) The first time I hover after loading the page, the
   tooltip appears with text “Loading glossary term” for an instant. Then, the text
   disappears and the tooltip remains, empty. 2) The second time I hover, the tooltip
   appears empty.
 * This plugin was so promising, what a pity!! 🙁
 *  Thread Starter [luckyfella73](https://wordpress.org/support/users/luckyfella73/)
 * (@luckyfella73)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/no-tooltips-on-hover/#post-4077927)
 * The plugin version available on wordpress.org seems not to be the updated version.
   TCBarret said its updated in trunk! To get that version have a look at his github
   repository:
    [https://github.com/tcbarrett/WP-Glossary/blob/master/js/wp-glossary-qtip2.js](https://github.com/tcbarrett/WP-Glossary/blob/master/js/wp-glossary-qtip2.js)
 *  [invasoras.pt](https://wordpress.org/support/users/plantas-invasoas/)
 * (@plantas-invasoas)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/no-tooltips-on-hover/#post-4077928)
 * got that code, replaced the previous code in wp-glossary.qtip2.js and same thing
   happens. which is nothing. am i replacing the code in the wrong file?
 * cheers
 *  Thread Starter [luckyfella73](https://wordpress.org/support/users/luckyfella73/)
 * (@luckyfella73)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/no-tooltips-on-hover/#post-4077929)
 * Visiting your site I get a lot of javascript errors listed in my chrome console(
   caused by “jquery.masonary.min.js”). I would recommend to get rid of them first
   to get sure the problem is really qtip2 related. Maybe you set up a test page
   not linked in you WP menu loading just the neccessary js files needed by WP glossary.
 *  [invasoras.pt](https://wordpress.org/support/users/plantas-invasoas/)
 * (@plantas-invasoas)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/no-tooltips-on-hover/#post-4077930)
 * Yeah, i know, i have too much js going on, and – like i said earlier – i suspect
   that’s the problem too. It worked fine before, but now it doesn’t. Anyway, thanks
   for your help, it’s linking to where i want it to so I’m fine with that.

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

The topic ‘No tooltips on hover’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-glossary_5d5449.svg)
 * [WP Glossary](https://wordpress.org/plugins/wp-glossary/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-glossary/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-glossary/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-glossary/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-glossary/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-glossary/reviews/)

 * 9 replies
 * 5 participants
 * Last reply from: [invasoras.pt](https://wordpress.org/support/users/plantas-invasoas/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/no-tooltips-on-hover/#post-4077930)
 * Status: resolved