No "Edit this page" button?

Permalink
I've been trying to make my own theme for some time now, but I can't figure out why my theme doesn't show an "Edit this page" button when I hover over Edit in the top-bar! Also if I click "Add a Sub-Page" concrete5 goes into edit mode on the page I'm at. Every other theme seems to work just like normal.

What can cause this? I've searched the site, but haven't found anyone with the same problem.

I've attached a screenshot of how it looks.

Thank you! :)

1 Attachment

Adevade
 
Mnkras replied on at Permalink Reply
Mnkras
either you have some css thats hiding/moving it, or you don't have permission to edit that page.
Adevade replied on at Permalink Reply
Adevade
I don't think there's any CSS blocking it. I'll check that carefully though.

And I'm logged in as Admin, so I should be able to edit everything right?
If I click "Edit" in the top bar the page goes into edit mode anyway. (And as I said; if I click "Add a Sub-Page" it also goes into edit mode.)
I can save and everything, but it's just weird that the button is gone!
Mnkras replied on at Permalink Reply
Mnkras
check your css then, I think thats the issue,
Adevade replied on at Permalink Reply
Adevade
I'm building the site with Twitter Bootstrap as the base. Can there be a conflict because of that? (concrete5 is using it as well, right?)
Mnkras replied on at Permalink Reply
Mnkras
yes, there could be a conflict, do you know how to use web inspector/firebug?
Adevade replied on at Permalink Reply
Adevade
Yes, just found it! Deleted my link to bootstrap.css and the button showed up! But now of course my site looks like a mess.

Would you know any way to fix this?
Thank you for your help! :)
Mnkras replied on at Permalink Reply
Mnkras
Its hard to tell without actually interacting with it. could you PM me the url and login info?
Mnkras replied on at Permalink Best Answer Reply
Mnkras
it was the tooltip class,

commenting out/removing
position:absolute; and opacity: 0; fixed it.