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! :)
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! :)
either you have some css thats hiding/moving it, or you don't have permission to edit that page.
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!
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!
check your css then, I think thats the issue,
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?)
yes, there could be a conflict, do you know how to use web inspector/firebug?
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! :)
Would you know any way to fix this?
Thank you for your help! :)
Its hard to tell without actually interacting with it. could you PM me the url and login info?
it was the tooltip class,
commenting out/removing
position:absolute; and opacity: 0; fixed it.
commenting out/removing
position:absolute; and opacity: 0; fixed it.