Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
I have an issue with ADD MEDIA button, I can’t see my library or any medias.
That’s not good. That media button relies heavily on JavaScript working correctly, so even though it’s not directly a Visual Editor issue can you try these steps to diagnose JS errors?
http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors
Also just for completeness sake have you reviewed the 3.9 master list?
The post on the end for Visual Editor issues contains some really good info too.
Thread Starter
pr1z
(@pr1z)
Thanks Jan for your answer.
This is what I get making Javascript diagnostic:
JQMIGRATE: Logging is active
jquery-migrate.js:41JQMIGRATE: jQuery is not compatible with Quirks Mode
jquery-migrate.js:43console.trace()
migrateWarnjquery-migrate.js:43
(fonction anonyme)
I continue to investigate on it.
If you have any other good advises.
Thanks in advance.
I’m having the same problem. Not related to a plugin and I did a fresh install. It’s hurting my business (since I can’t add images to posts)!
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
@ JMCB1001 are you getting the same JavaScript errors? If not then your problem may not be the same and you may want to consider opening up your own support topic.
https://wordpress.org/support/forum/how-to-and-troubleshooting#postform
This topic is to focus on pr1z’s problem.
@pr1z Sadly my JS diagnosing is er, pretty lacking. Something is being introduced to cause that error.
Can you once again try the following?
– Deactivate all of your plugins, no exceptions.
– Switch to the Twenty Fourteen theme
– Clear your browser’s cache and cookies.
– Re-login and check that Add Media button again with the JavaScript console.
Did that make any difference when you try those steps?
Thread Starter
pr1z
(@pr1z)
Jan,
Thanks for your check list, I did it again, but still not working.
I let you know if I find something.
Thread Starter
pr1z
(@pr1z)
Guys,
I try to follow differents steps around DOCTYPE.
Some of my researches bring me to check the doctype.
Here is what I have:
<!DOCTYPE html>
Choose the correct Doctype
And I didn’t get any results…. still looking forward.
Thread Starter
pr1z
(@pr1z)
I add some links for those who would be searching in JAVASCRIPT:
JQMIGRATE: jQuery is not compatible with Quirks Mode
Thread Starter
pr1z
(@pr1z)
All right guys!
Don’t want to spam you anymore.
I clear DataBase in PhpMyAdmin, and now it seems to work.
I don’t know why, there must be crappy stuff in…
Anyway, thanks for your quick answer, let’s rock!