Fuel menu bar toggle

edited January 2018 in News & Announcements
V1.4
This is the first time I tried to use the on-screen edit controls.

I am logged in. I do not see the little fuel menu bar in the upper right.

I know it got generated. But it looks like it is set to display: none.

When I inspect the element, I get
div#__fuel_edit_bar__ {
display: none;
height: 28px;
position: fixed;
z-index: 999;
top: 0px;
right: 0;
opacity: .9;
-moz-opacity: .9;
filter: alpha(opacity=90);
font-size: 11px;
font-family: Arial;
}


Just to make really sure that the z-index was high enough, even though I figured the display:none is the issue, I tried increasing the z-index hugely to where I knew for sure it was bigger than anything else that got loaded -- no change

Any ideas. BTW, I have a different version of jquery running in the application (3.2.1) than in fuel (1.7.1). Could that be causing it?
Sign In or Register to comment.