• Resolved seanmadrid

    (@seanmadrid)


    This error persists even after the following:

    • Deactivating all plugins except for Give
    • switching Script Loading Location from header to footer and back again
    • confirming the proper use of wp_header() and wp_footer()

    Is there anything else I can try?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @seanmadrid

    I had a look at your websites and try to reproduce the issues at my ends but not able to regenerate the issues.

    Can you please try by switching the theme to WordPress Default one and let me know if the issues still exist or not.

    Thanks,
    Raftaar

    Thread Starter seanmadrid

    (@seanmadrid)

    I switched to the default twenty seventeen theme and the error is no longer occurring. I’m wondering if this has to do with the order, or place in which I’ve loaded jQuery.

    I used the functions.php file to include all of my CSS and JavaScript. jQuery is included here as well.

    • This reply was modified 7 years, 3 months ago by seanmadrid.
    Plugin Author Devin Walker

    (@dlocc)

    @seanmadrid – that’s likely the issue. Can you raise the loading priority of the JS scripts you are loading to be higher than 10 when you enqueue them? Likely they are loading after the loading after Give’s which is causing the error you’re experiencing.

    Note: in 2.0 we are moving away from qTip to all CSS tooltips but loading jQuery after Give’s scripts would still likely cause an issue with ours and other plugin’s scripts.

    Thread Starter seanmadrid

    (@seanmadrid)

    @dlocc
    Thanks for getting back to me. I have changed the priority of the enqueue to several numbers ranging from 11 – 199. The problem remains.

    When I inspect, the give scripts appear to be loading in the footer while mine are loading in the header.

    This has become a time-sensitive issue, but out of curiosity, when is 2.0 going to be released?

    Plugin Author Devin Walker

    (@dlocc)

    No problem. I’m sorry the issue is still persisting. Which theme are you using? If I can reproduce the issue I can better provide a solution. Another option may be if you don’t need the tooltips to unenqueue Give’s tooltips entirely. I understand though that may not be the best solution for the long run but I know you’re in a time crunch.

    To answer your question, we’re in the final testing phases of 2.0 – I suspect we’ll be releasing in the first few weeks of 2018.

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    @seanmadrid — since this is time sensitive, reach out to us via our Contact page here:
    https://givewp.com/contact-us

    Reference this ticket url and ask for me and I’ll jump on it.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘jQuery(…).qtip is not a function’ is closed to new replies.