I can't see any of my editing tools when I sign in..... /index.php/login/

Permalink
It's been 3 days now, I sign in to edit my site and I can't see any of my editing tools. My site shows up in a regular web mode with no toolbars. Please help.

 
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
A common cause for this type of issue is that jquery is being called twice. Concrete already includes its own jquery library, so if you are calling another jquery library in your header, it is causing a conflict.

HINT: When you're signed in, take a look at your source code. Are there any similar scripts being called in twice? If so, get rid of the one you added.

Hope this helps.
tallacman replied on at Permalink Reply
tallacman
Assuming you are using version 5.5 or greater it could be your theme contains the require_footer code in the header instead of the footer. Try going to SITE/index.php/dashboard and selecting one to the core themes and see if it comes back then.