• Resolved magland

    (@magland)


    Since updating to WordPress 4.8 I get the following error on the homepage / activity feed.

    ai_bp_reactions_jquery.tipsy-min.js?ver=4.8:1
    
    Uncaught TypeError: this[l] is not a function
        at jQuery.fn.init.$.fn.tipsy (ai_bp_reactions_jquery.tipsy-min.js?ver=4.8:1)
        at HTMLDocument.<anonymous> (ai_bp_reactions_custom.js?ver=4.8:71)
        at fire (jquery.js?ver=2.2.4:3187)
        at Object.fireWith [as resolveWith] (jquery.js?ver=2.2.4:3317)
        at Function.ready (jquery.js?ver=2.2.4:3536)
        at HTMLDocument.completed (jquery.js?ver=2.2.4:3552)

    Seems to be coming from this code:

            "manual" != t.trigger) {
                var l = t.live ? "live" : "bind"
                  , a = "hover" == t.trigger ? "mouseenter" : "focus"
                  , f = "hover" == t.trigger ? "mouseleave" : "blur";
                this[l](a, s)[l](f, n)
            }
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author arete-it

    (@arete-it)

    Hello,

    Thank you for reporting this issue. Can you please tell us the Jquery version you are using ? We will like to solve this issue for you.

    Regards

    Thread Starter magland

    (@magland)

    I believe it’s 2.2.4

    Plugin Author arete-it

    (@arete-it)

    Thank you for reporting this. This might be the issue. We will release a fix for this.

    Regards

    Plugin Author arete-it

    (@arete-it)

    Hello,

    We have released a version today. This should fix your issue. Please update the plugin and clear your browser cookies to see changes. Please let us know about it.

    Regards

    Thread Starter magland

    (@magland)

    Yes it appears to be fixed, thanks for looking into the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Javascript error’ is closed to new replies.