Uncaught Reference error: Jquery not defined

71 Views Asked by At

I'm having issues with viewing products, posts & while creating new pages ..woocommerce pages etc. The previously created pages have the theme layout.. But new pages, product pages & post pages show like this...& if I inspect I can see

uncaught reference error:jquery not defined at ...

The layout in pages created earlier is like this: enter image description here

And that is the error layout that shows when I click a product or post or create new page enter image description here

1

There are 1 best solutions below

2
On

Add jquery script to your page as following:

<head>
...
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Your script here -->
</head>

This must be placed first before your script