Any chance of getting this issue resolved please?
Hi @erishell,
I am also having this issue with the custom URL feature. It means that we are unable to have the events calendar as a sub page on our web site. Is there any quick fix around this solution?
I had the same problems and everything I tried failed. define(‘CONCATENATE_SCRIPTS’, false); fixed some issues I was having with the text tab, but image upload button still didn’t work.
After inspecting the page in my browser, I noticed that wp-backbone.js was showing a 404 (not found) error. It turns out this file wasn’t installed when I upgraded my WordPress to the latest version (3.8.1). I downloaded a fresh copy of WordPress 3.8.1 and uploaded the JS files from wp-includes/js to my server.
This fixed the issue for me!