Missing top Concrete5 navigation
Permalink
Some file must have gone missing because the top navigation for conrete5 is not on my site. I've upgraded to 4.1 and set the Plain Yogurt Theme but still don't have the editing buttons.
When I sign into the site's dashboard mysite/index.php/dashboard everything's fine. It's just when I go to work on a page. With 'firebug' I see that it recognizes it's in edit mode but there's no menubar output.
Know of any files I can re-install that might fix this?
When I sign into the site's dashboard mysite/index.php/dashboard everything's fine. It's just when I go to work on a page. With 'firebug' I see that it recognizes it's in edit mode but there's no menubar output.
Know of any files I can re-install that might fix this?
just re-copy the /concrete folder
Tried that, didn't work. Any other folders that might be missing files.
do you have in the bar?
<?php Loader::element('header_required'); ?>
Yep, I've also tried it with the default themes & have the same result. The site's been dormant for over a month & I'm just getting it back up to speed.
Is it going to mess with content if I replace folders other than 'concrete' with fresh files?
Is it going to mess with content if I replace folders other than 'concrete' with fresh files?
I fixed a similar problem for someone earlier today. The 2 main things I have found that can cause this are:
1) Loading jquery on top of the c5 jquery
2) Hacks to get around the "No input file specified" problem.
Do any of those ring a bell?
Jon
1) Loading jquery on top of the c5 jquery
2) Hacks to get around the "No input file specified" problem.
Do any of those ring a bell?
Jon
yep that was it! Thank you. I had a /js folder with to javascript files in it. Removed those files and everything is working fine now. Personal note: keep javascript files in theme directory.