Home › Forums › General Issues › Javascript error › Reply To: Javascript error
In your wp-config.php file add this line.
define(‘SCRIPT_DEBUG’, true); vidmate
This will cause the unminified versions of scripts on your site to be loaded, or should.
The first thing this will tell you is if the error is in the full script or just the minified version. If it is still there the second thing it will give you is a more accurate idea of where the error actually is.
Thanks for this.
This worked exactly as expected.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.