Page Design modal broken - new install.
Permalink
I have installed a fresh copy of Concrete 5 (5.6.0.2) and I have installed my own theme everything seems to work fine apart from the Design modal where you choose what page type or theme you want to use.
For some reason it loads with no styles and clicking around seems to bring up nothing. (See attached screenshots) I have installed concrete twice and this has happened. I have also uninstalled my theme and chosen another and the problem is still there. I have looked in my browser console and get the following (See Attached Files)... seems to be JS related. Any ideas?
For some reason it loads with no styles and clicking around seems to bring up nothing. (See attached screenshots) I have installed concrete twice and this has happened. I have also uninstalled my theme and chosen another and the problem is still there. I have looked in my browser console and get the following (See Attached Files)... seems to be JS related. Any ideas?

This is the error in edit_collection_popup.php
For some reason having jquery 1.8 in my /js folder was causing this problem changing it to 1.7 fixed this issue
Thanks for posting the solution Andrew. I had the very same issue with jQuery 1.8 I'm new to concrete5 and didn't realize that one's theme version of jquery can conflict with the version in the cms.
Cheers
Cheers
The only version of jQuery you use should be the file provided by the c5 core. Anything else will lead to errors, even if you are loading the same version of jQuery from a different file.
For examples on how to do it, look at the Load jQuery UI addon.
http://www.concrete5.org/marketplace/addons/load-jquery-ui/...
For examples on how to do it, look at the Load jQuery UI addon.
http://www.concrete5.org/marketplace/addons/load-jquery-ui/...