• Resolved luckyfella73

    (@luckyfella73)


    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 ..

    https://www.ads-software.com/plugins/wp-glossary/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Somebody needs … it’s me!
    Thanks to you

    invasoras.pt

    (@plantas-invasoas)

    tried it, failed. don’t know what’s happening.

    Plugin Author TCBarrett

    (@tcbarrett)

    Not experienced an issue with either syntax, so updating to luckyfella73’s in trunk.

    invasoras.pt

    (@plantas-invasoas)

    Still no tooltips after update. probable js conflict.

    https://invasoras.uc.pt/gallery/phytolacca-americana/

    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

    (@luckyfella73)

    The plugin version available on www.ads-software.com 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

    invasoras.pt

    (@plantas-invasoas)

    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

    (@luckyfella73)

    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

    (@plantas-invasoas)

    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.