Problem with Edit and Add Block Popup windows

Permalink
When I click on edit a content block or "Add To ... Content" link I don't get a light box pop up. Instead a new page loads up. Please refer to the two uploaded images.

It worked fine before and then suddenly stopped working. No changes were made to the C5 Installation.

I have this problem with v5.5.2.1 and v5.6.0.1 to which I've just upgraded to see if it will resolve the problem. I've also tried FF v15, Latest Chrome and IE 9 with the same result.

The admin area of the website looks fine.

Any help will be much appreciated.

2 Attachments

 
adajad replied on at Permalink Reply
adajad
Does this happens to all pages?
Have you added any new blocks lately?
dvlancer replied on at Permalink Reply
It happens on all pages. The only blocks used on the website are content and youtube blocks. No 3rd party blocks.
firepixel replied on at Permalink Best Answer Reply
firepixel
Have you tested it on another browser/computer?

If so, have you written any JavaScript, or loaded and JavaScript libraries that might interfere with Jquery UI?
dvlancer replied on at Permalink Reply
We do use jquery from code.jquery.com/jquery.min.js
I just commented it out and it fixed the edit pop up box!

I guess code.jquery.com/jquery.min.js was updated and now it interfering with C5 scripts.

Thank you for your help!
firepixel replied on at Permalink Reply
firepixel
Yeah jQuery is an immutable part of c5, you really gotta work with the version provided. Glad I could help!