• Resolved rbradshaw

    (@rbradshaw)


    Ok, I’ve seen this issue listed several times here in the support section.

    I installed the plugin and entered my api key and everything worked well. Then I tried to add a feed.

    On the Select the form to tap into, I selected the form and then just get a spinning wheel. Nothing else.

    I need to get this working asap, and I didn’t see any solutions in the other feeds even though a few of them are marked as solved.

    Any fixes/solutions. Thanks!

    https://www.ads-software.com/plugins/infusionsoft/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter rbradshaw

    (@rbradshaw)

    Here is what I pulled from the chrome javascript console:

    Uncaught ReferenceError: gform_apply_tooltip is not defined
    (anonymous function)
    (anonymous function) jquery.js?ver=1.10.2:4
    x.extend.globalEval jquery.js?ver=1.10.2:4
    x.fn.extend.domManip jquery.js?ver=1.10.2:5
    x.fn.extend.append jquery.js?ver=1.10.2:5
    (anonymous function) jquery.js?ver=1.10.2:5
    x.extend.access jquery.js?ver=1.10.2:4
    x.fn.extend.html jquery.js?ver=1.10.2:5
    EndSelectForm admin.php?page=gf_infusionsoft&view=edit&id=0:405
    (anonymous function)
    runResponse load-scripts.php?c=1&load%5B%5D=sack,hoverIntent,common,admin-bar,heartbeat,wp-auth-check&ver=3.6:1
    xmlhttp.onreadystatechange load-scripts.php?c=1&load%5B%5D=sack,hoverIntent,common,admin-bar,heartbeat,wp-auth-check&ver=3.6:1

    Yes, I have tried it in firefox and safari as well. Same issue.

    Thread Starter rbradshaw

    (@rbradshaw)

    Here is the error from the firebug console:

    ReferenceError: gform_apply_tooltip is not defined
    https://miracleofwealth.net/wp-includes/js/jquery/jquery.js?ver=1.10.2/eval/seq/3
    Line 1

    I’ve also been looking for a remedy for this issue.

    @joeseales: As per the Forum Welcome, please post your own topic. Your other post in someone else’s 5 month old topic has been deleted.

    Yes, I am receiving the same error with Gravity Forms 1.7.7

    ReferenceError: gform_apply_tooltip is not defined
    [Break On This Error]
    gform_apply_tooltip(“.tooltip_infusionsoft_tag”, “gformsstyle”, “topRight”, “bottomLeft”);

    This is likely because Gravity Forms is now using a JQuery UI for their tooltips rather than qTip

    From Gravity Forms blog:
    “Updated tooltips so that they use the jQuery UI Tooltip script instead of qTip.”

    Likely the fix for this plugin is to change all references to gform_apply_tooltip to the new way of doing tooltips (however that may be).

    I see where the reference to the tooltips are in the code – line 1339 in infusionsoft.php – I am not sure how to go about fixing it.

    Simply commenting out line 1339 in infusionsoft.php in this plugin will do the trick. Since this is the first time using the plugin, I am not sure what the tooltips content had in it, if it is purely help text or something more..

    Just figured it out that it was just to style the help text…

    Changed line 1339 from:

    echo '<script>gform_apply_tooltip(".tooltip_infusionsoft_tag", "gformsstyle", "topRight", "bottomLeft");</script>';

    to:

    echo '<script>jQuery( ".tooltip_infusionsoft_tag" ).tooltip();</script>';

    @nickterry you rule. That fixed it for me. Thanks so much for sharing. Hope they incorporate your fix in the next release

    kudos to you @nickterry – works perfectly. thanks a million!

    Plugin Contributor Zack Katz

    (@katzwebdesign)

    This is fixed in version 1.5.3, just released.

    I’m still not getting past the “Select the form to tap into”. Nothing happens, not even a spinning wheel.

    I’m using Gravity Forms 1.7.11 and v1.5.4 of this plugin.

    Any help?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Spinning Wheel… Select the form to tap into’ is closed to new replies.