Theme edit-mode issues

Permalink 1 user found helpful
Here's what my theme looks like in edit mode:http://screencast.com/t/B0EI3LBNMvEt...

...And here is what it looks like when nobody is signed in:
http://screencast.com/t/f5cq8nLnf4...

Now, you can see that when it's signed out the bar at the top is there, but when in edit mode, it isn't. The edit bar shouldn't be on front of other areas. I made the theme and ported it myself, (the theme isn't quite finished ;)).

How to fix? Is this a known issue?

Thanks.

(also, I included a zip of my theme in case you could ammend it somehow and give it back to me ;)

1 Attachment

 
Mnkras replied on at Permalink Reply
Mnkras
if($c->isEditMode()) {
//do something if its in edtimode
}
if(!$c->isEditMode()) {
//do something if its not editmode
}


hope that helps a bit
JCinch replied on at Permalink Reply
Nevermind, I'm using a new theme now ;)

concrete5 is truly awesome! Props to the devs and designers. I really don't know what I'd do without you guys ;)