• Resolved ev94

    (@ev94)


    I have the following console error anyone have an idea what could be the cause? I have already deleted the cache but it keeps giving this message

    An error has occurred: ReferenceError: jQuery is not defined. footer-f4aa1bd2a12c2accfb63788780ae4d7c33493494.min.js:42

    catch(e){console.error(“An error has occurred: “+e.stack);}

Viewing 1 replies (of 1 total)
  • Plugin Author Raul P.

    (@alignak)

    It means, you are deferring or loading jQuery library async, and it’s loading after the footer file.

    Make sure your jQuery file is properly enqueued in the header (the default location for wordpress) and that you are not deferring it /async if you have jquery inline code anywhere on the page.

    • This reply was modified 4 years, 2 months ago by Raul P..
Viewing 1 replies (of 1 total)
  • The topic ‘Console error FVM cache’ is closed to new replies.