• Resolved cooks96

    (@cooks96)


    Hi,

    I’ve been having a back and forth with the Ads Inserter Pro email line over this issue. I asked for help because I could not see ads on my website, but there are blank spaces where it should go. I enabled remote debugging, and here is where the argument began.

    It says Wait for jQuery is not enabled. I made sure it is. It replied with jQuery not enabled. I am very sure it is. If I could upload a snippet I’ve taken as proof, I would.

    Could someone finally help me?

    p.s: I’m not using AdSense code, mine is AdCash. If this makes it non-compatible, please begin with this. All help will be greatly valued.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Spacetime

    (@spacetime)

    jQuery doesn’t seem to be loaded:
    Uncaught ReferenceError: jQuery is not defined

    You are also using document.write which is not a good approach
    https://adinserter.pro/documentation/troubleshooting#document-write

    document.write('<'+'script src="https://cookalinajonestranslations.com/wp-content/plugins//wordpress-tooltips/js/qtip/jquery.js" type="text/javascript"></'+'script>');

    Load jQuery library normally (or don’t load it at all, at least not this way) and then Ad Inserter will load it after the page is loaded.

    Of course, this will work only if no other script needs the library before that moment.

    There are many javascript errors on the page that prevent this and other scripts from running:

    https://cookalinajonestranslations.com/wp-content/plugins/email-subscribers/lite/public/js/email-subscribers-public.js?ver=4.6.12.1

    Uncaught ReferenceError: jQuery is not defined
        at Object.success (email-subscribers-public.js?ver=4.6.12.1:146)
        at c (jquery.min.js:2)
        at Object.fireWith [as resolveWith] (jquery.min.js:2)
        at l (jquery.min.js:2)
        at XMLHttpRequest.<anonymous> (jquery.min.js:2)

    Make sure jQuery is loaded when needed – it seems email-subscribers plugin needs it.

Viewing 1 replies (of 1 total)
  • The topic ‘Ads not displaying, Wait for jQuery enabled’ is closed to new replies.