Plugin Author
Steven
(@shazahm1hotmailcom)
This sounds like another plugin or theme not limiting its javascript to its own pages and causing a fatal javascript error.
Please open the page in Chrome or Edge (the new version), hit F12, and click the Console tab. Now click on an “add” button. What error(s) do you see in the browser’s Console?
There are no errors generated when clicking the buttons. The errors from sitting on the page are shown below, but I don’t believe are impacting the buttons. If appears that javascript is not catching the click event and executing the code properly. Our current jquery version is 1.11.4
——————-
Failed to load resource: the server responded with a status of 404 (Not Found)
jquery.tools.tooltip.min.js?ver=1.2.5.a:19 Uncaught TypeError: Cannot read property ‘msie’ of undefined
at jquery.tools.tooltip.min.js?ver=1.2.5.a:19
at jquery.tools.tooltip.min.js?ver=1.2.5.a:20
cgmp.admin.min.js?ver=7.0.29:8 Uncaught TypeError: a(…).live is not a function
at r (cgmp.admin.min.js?ver=7.0.29:8)
at HTMLDocument.<anonymous> (cgmp.admin.min.js?ver=7.0.29:15)
at i (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils&ver=5.5.1:2)
at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils&ver=5.5.1:2)
at Function.ready (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils&ver=5.5.1:2)
at HTMLDocument.J (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils&ver=5.5.1:2)
tinymce.woff:1 Failed to load resource: the server responded with a status of 404 (Not Found)
Plugin Author
Steven
(@shazahm1hotmailcom)
Please try deactivating the comprehensive-google-map-plugin. thanks.
That did the trick! I was able to add all items to a contact once this plugin was disabled. Thanks so much!
Plugin Author
Steven
(@shazahm1hotmailcom)
No problem, happy to help!