Replies: 0
I am having trouble with my site. The visual editor appears on the add new page/post/recipe page, but it is not clickable. All the buttons are there, but nothing happens when I click them or in the text area. Nothing happens when I click on the Text tab to switch to HTML mode.
I have disabled all my plugins, and this didn’t help.
Other people can access my editor with no problem. The two who have tried were both on Windows-based desktop computers. My MacBook and Windows-based laptops will not access it. I have tried 3 different browsers with no luck.
After I disabled all the plugins, I got this error in the javascript console of Chrome when trying to access the editor:
load-scripts.php:237 Uncaught SyntaxError: missing ) after argument list
jquery.timePicker.min.js:1 Uncaught ReferenceError: jQuery is not defined(…)
datepicker.min.js:1 Uncaught ReferenceError: jQuery is not defined(…)
post-new.php:69 Uncaught ReferenceError: jQuery is not defined(…)
media-upload.min.js:1 Uncaught ReferenceError: jQuery is not defined(…)
draggable.min.js:1 Uncaught ReferenceError: jQuery is not defined(…)
slider.min.js:1 Uncaught ReferenceError: jQuery is not defined(…)
jquery.ui.touch-punch.js:1 Uncaught ReferenceError: jQuery is not defined(…)
iris.min.js:1 Uncaught ReferenceError: jQuery is not defined(…)
color-picker.min.js:1 Uncaught ReferenceError: jQuery is not defined(…)
cmb.js:1 Uncaught ReferenceError: jQuery is not defined(…)
load-scripts.php?c=0&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:1 Uncaught ReferenceError: jQuery is not defined(…)
admin.min.js:1 Uncaught ReferenceError: jQuery is not defined(…)
load-scripts.php?c=0&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:317 Uncaught TypeError: QTags is not a constructor(…)
plugin.min.js:1 Uncaught ReferenceError: getUserSetting is not defined(…)
tinymce.min.js:1 Uncaught TypeError: Cannot read property ‘parents’ of undefined
at HTMLDivElement.r (http://www.feelslikehomeblog.com/wp-includes/js/tinymce/tinymce.min.js?ver=4401-20160726:1:217593)
at e (http://www.feelslikehomeblog.com/wp-includes/js/tinymce/tinymce.min.js?ver=4401-20160726:1:12423)
at HTMLDivElement.m (http://www.feelslikehomeblog.com/wp-includes/js/tinymce/tinymce.min.js?ver=4401-20160726:1:12763)
Also to note is that I can create a new blog post if I go in to my User settings and disable the visual editor.
My Add New Media button never works, in visual or text mode. I am guessing that is because it also runs on javascript.
Any ideas?