whole edit/dashboard missing on 2 pages?

Permalink
Hello,
I am new to concrete5 and not a web developer but I am learning! I have 2 pages that I can longer edit on my website. The home page and the programs page. Everything is out of alignment and all messed up! I had removed and tried adding some new pics to the home page on Friday and everything was fine on Saturday. When I went to take a look at the website on Sunday that is when I seen that it was all messed up. Tried restoring back to Friday but still nothing no edit/dashboard.

Can someone please tell me where the problem is??

foundationapp.org

Thanks

 
jdpace replied on at Permalink Reply
Check your browser's JavaScript console for errors. I know you said you just changed some images, but there may be something more.

I had a similar problem after I included a JavaScript library that redefined the "$" function used by jQuery. Once I removed that library, the editing ribbon appeared without issue.

I noticed the following error in my browser's JavaScript console: "Uncaught TypeError: Cannot read property 'dialog' of undefined". I'd had this problem before when working with Prototype/Scriptaculous and aaother library that defined the "$" function differently.