Edit This Page button missing on 5.5.2.1

Permalink
I've built a responsive template using Bootstrap and when I installed my theme, the 'Edit This Page' button is missing when I hover over the Edit tab in the upper left corner.

The only button (other than the Properties, Design, etc) that shows up is the Add a Sub-Page button, but clicking it just puts the current page in edit mode.

I'm not sure what's happening. Anyone else have this issue?

EDIT: I have all my javascripts in the footer.

1 Attachment

FatTony1952
 
FatTony1952 replied on at Permalink Reply
FatTony1952
For those who read this and are awaiting a resolution, the .tooltip class causes the Edit This Page button to be missing.

Just comment the .tooltip out and it will work fine.
ribenawrath replied on at Permalink Reply
Hi I'm having this problem. What is the fix you speak of? None of my page edit buttons are showing up
FatTony1952 replied on at Permalink Reply
FatTony1952
In your bootstrap.css document, find the .tooltip class and change

position: absolute;


to

position: static;