Fix an error. Browser errors were logged to the console.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns.
It seems that you are using plugins that modifies the assets of the website including the Javascript files. Either it is cached or minified or maybe merged.
To find out which plugin causes the issue you can follow the steps below:
- IMPORTANT STEP! Create a backup of your website. Or better approach will be to test this on a copy/staging version of the website to avoid any disruption of a live website.
- Go to "WordPress Dashboard > Plugins" and deactivate all plugins except WPML and its add-ons.
- Check if you can still recreate the issue.
- If not, re-activate your plugins one by one and check the issue each time to find out the plugin that causes the problem.