Viewing 4 replies - 1 through 4 (of 4 total)
  • The one that come by default with wordpress which is automatically loaded by Social Popup
    You probably have a plugin or your theme is blocking wordpress jquery .

    You could try to put on your functions.php wp_enqueue_script(‘jquery’); and see what happens.

    Thread Starter Jaber Oumalik

    (@oumalik)

    Hello, thanks for responding…

    wp_enqueue_script(‘jquery’); didn’t work for me, however here’s my website: http://assonews.com

    I get an error: “Uncaught ReferenceError: jQuery is not defined”

    i think that the script below is missing
    <script type='text/javascript' src='http://assonews.com/wp-content/plugins/social-popup/spu.js?ver=1.6.1'></script>

    but i can’t figure out where to put it.

    try including this on your header before all the scripts <script src=”//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js”></script>

    Thread Starter Jaber Oumalik

    (@oumalik)

    worked perfectly thank you so much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘jquery problem’ is closed to new replies.