Viewing 14 replies - 1 through 14 (of 14 total)
  • I have a very similar problem to rajinderverma’s in that the hover has stopped working, possibly since the recent upgrade to WordPress 5.5, although I can’t be sure of that.

    Thread Starter rajinderverma

    (@rajinderverma)

    Yes… but no response from the plugin developer!

    I have the same problem.

    Plugin Contributor Lol Zimmerli

    (@lolzim)

    Hello rajinderverma,
    Hello ericcorbett2,
    Hello honlapdavid,

    If I go to your page and put my pointer on the [1] I can see the tooltip:
    https://ibb.co/H2DkF22
    And it does not put error on console (Firefox 80)

    Can you give me a little more info: browser version, other WP plugins installed, screenshot of error in context, etc. ?

    Best regards

    How could a screenshot show that the hover doesn’t work?

    Yes, hover is no longer working here either: the footnote no longer pops up.

    @lolzim

    I deactivated all plugin and i changed theme, but didnt work ??

    TypeError: undefined is not a function (near ‘…jQuery(“#footnote_plugin_tooltip_1″).tooltip…’)
    Globálny kód — mraz-andrej:2:33272
    Vybrany prvok
    <sup id=”footnote_plugin_tooltip_1″ class=”footnote_plugin_tooltip_text” onclick=”footnote_moveToAnchor(‘footnote_plugin_reference_1’);”>1</sup>

    And this error:
    var b = a.browser.mozilla ? “DOMMouseScroll” + (a.browser.version < “1.9” ? ” mousemove” : “”) : “mousewhe

    • This reply was modified 4 years, 2 months ago by honlapdavid.
    • This reply was modified 4 years, 2 months ago by honlapdavid.
    Plugin Contributor vonpiernik

    (@vonpiernik)

    @lolzim I had the same error and was able to fix it by adding jqueryUI and fixing some minor issues in the js file:

    jquery UI: https://pasteboard.co/JsQcmIQ.png
    js fixes: everywhere where there’s a ‘a.browser’ check (eg. !a.browser.msie) I added a check if the property a.browser even exists (eg. !(a.browser && a.browser.msie)).

    Hope it helps solve the problem ??

    Unfortunately, I’m not a developer/programmer, so I wouldn’t have a clue how to do that.

    Would be nice if the creator of footnotes would just fix it…

    Is the developer no longer supporting this plugin?

    Not working on this page, for example: https://www.markmallett.com/blog/the-great-reset/

    Plugin Contributor pewgeuges

    (@pewgeuges)

    Thank you @vonpiernik for the fix! I’ve implemented it, it works great, and it is going to be part of the on-coming footnotes release.

    @mmallett: Your blog deserves the best footnotes plugin. The one you liked to use, ‘footnotes’ is standing before a major release that will fix many bugs at once. Please stay tuned, it shall come along soon. I’m really sorry for not joining in as soon as I had some fixes ready, but I wouln’t have had the one fix that @vonpiernik contributed, because I continued using WordPress?5.4, as I got aware how the block editor UI of v5.5 dropped valuable features (beside adding valuable others).

    Fortunately this unpleasant time is now going to belong to the past. My apologies, again.

    Thats great news, I’ll look for the update, thanks.

    Plugin Contributor pewgeuges

    (@pewgeuges)

    The plugin author released v2.0.0 and the jQuery upgrade is shipped within.

    Thank you all for your patience, and a special thank you to @vonpiernik!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Tooltip Hover Not Showing’ is closed to new replies.