Do you always get Error on your comment form?
Follow these simple steps to fix the error.
1. You need to Double check Developers Console to know exactly the issue. And if the issue is similar to the photo below. then proceed to step 2.
2. Open your WordPress Dashboard --> Appearance --> Theme Editor. Locate and open header-single.php Theme file.
3. Insert this Code above or before </head> tag... Link for reference "https://github.com/jquery/jquery-migrate"
<script src="https://code.jquery.com/jquery-3.0.0.js"></script>
<script src="https://code.jquery.com/jquery-migrate-3.3.2.js"></script>
This is how it looks.
4. Lastly, Click Update File to Save Changes.
Please comment down below if this post helped you. Thank you
Comments
Post a Comment