Jquery error in latest version – breaks site
-
After WordPress was updated, we updated the translator plugin to the latest version as well – 5.0.3.3 but had to deactivate it because it broke the site. Nothing with jquery worked when it was activated. It threw the following error in Chrome:
Uncaught TypeError: $(…).toolbar is not a function
at HTMLDocument.<anonymous> (load-toolbar.js?ver=3613c5085a275bc7d91f3502bc404be6:2)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)The source of the error seems to be this file:
wp-content/plugins/google-language-translator/js/load-toolbar.js?ver=3613c5085a275bc7d91f3502bc404be6How can we resolve this?
- The topic ‘Jquery error in latest version – breaks site’ is closed to new replies.