Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, try switching to the Twenty Fifteen theme to rule-out a theme-specific issue (theme functions can interfere like plugins).
I know you guys are super busy right now so I made sure to do both of those things before I bothered you with this thread. lol
Neither of those things fixed the issue with my visual editor. The only thing that has worked so far is adding the debugging script to my wp-config.php file.
If you could check this link: http://codex.ww.wp.xz.cn/Debugging_in_WordPress#SCRIPT_DEBUG
That is where I got the instructions for the script debugging, and I was also instructed to: “turn off script debugging and report the issue on the support forum, telling the volunteers the you turned on script debugging and it solved the problem.”
Can I just leave the debugging script in my wp-config.php file?
That did fix the problem, but I don’t know if I should just leave it in the file.
I know you guys are super busy right now so I made sure to do both of those things before I bothered you with this thread. lol
Thanks, and please make sure you let us know next time. 😉
That did fix the problem, but I don’t know if I should just leave it in the file.
It’s a bit odd that worked. There’s no harm in leaving it there, but would you mind trying one more thing?
Try adding define('CONCATENATE_SCRIPTS', false); to your wp-config.php file just below the define('DB_HOST' line.
https://codex.ww.wp.xz.cn/Editing_wp-config.php#Disable_Javascript_Concatenation
No, that didn’t work.
I did some more searching, do you think it could be an issue with my cache or the way I have Cloudflare setup? I didn’t have this issue before the update, but that’s something that other user’s with this problem seemed to have in common.
If you are saying leaving the debugging script in my wp-config.php file won’t break my site, then I may just take the lazy way out and leave it. lol
Ah, ok, two more things to try before we just decide to leave the debug line in there. 🙂
1. Are you running the Cloudflare plugin?
2. Does the issue continue if you clear your cache’s cache *and* Cloudflare’s cache?
No, I’m not running the Cloudflare plugin.
Yes, the problem is still happening after I cleared my cache’s cache and Cloudflare’s cache.
Thanks again for all this help. 🙂
Ok, you really should be using the Cloudflare plugin: https://ww.wp.xz.cn/plugins/cloudflare/
It addresses a lot of problems between WordPress and Cloudflare.
Try installing and activating that, then repeat the cache dance.
If there’s still a problem, leave the Cloudflare plugin in place to avoid any future issues, and I guess we’ll just leave the debug line in place too.
Okay, I will download that plugin and fool around with it tomorrow.
Hopefully, that will fix my issue. Thanks again for your help.
Ah! That worked, and you are magical! lol
Thank you, thank you, thank you! 🙂
You’re welcome, I’m glad we finally found it. 🙂