Ok I am trying to add FatFreeCarthttp://www.fatfreecart.com to a c5 site. When I insert the code the edit bar disappears. I can see that this is a javascript issue but don't know how to deal with it.
The script works perfectly in the c5 page but the page is no longer editable. If I want to change it I have to restore a previous version and put everything back in.
It appears that c5 will have to be changed to make this work but wanted to post here and see if anyone else has resolved this problem.
Here is the JS code that is being called buy FatFreeCart:
When I am not in edit mode there is no JS error in Firebug... aka go and manually approve the page and then view it the FatFreeCart works fine and there is no error...
Still doens't solve the page edit problem though! :)
Don't know if you ever got this figured out, but I and some others ran into the same problem (Edit bar disappearing) when linking to other js libraries. (http://www.concrete5.org/community/forums/customizing_c5/typekit_in... ) It seems to make a difference in what order the scripts are loaded -- in my case I had to put the extra js links *before* the Loader::element('header_required'); element and then the Edit bar returned and worked normally again.
You could try linking to the js files in the head of the template, rather than inside your php block at the end.
I was experiencing the same issue when suddenly I couldn't edit most of the pages.
I figured that it was down to loading jquery twice.
First time its loaded it in header_required and second time in page_controls_header.
Maybe it was me editing those files and I might have added one of those includes. If not then it is probably something you guys should look at and fix it.
http://www.concrete5.org/index.php?cID=17936...
btw, do you have firebug loaded up and are you seeing any javascript errors?