No edit bar after upgrading to 5.5.1

Permalink
Hi there

I just updated from 5.4.2.2 to 5.5.1 and now my edit bar is gone. I can access the dashboard but in edit mode the edit bar at the top is not visible. I can see that my page has the appropriate margin of 49 pixels at the top but only the background color of my {body} style is shown, like the edit bar would be 100% transparent. Problem appears in all browsers.

If I switch to the default theme - the edit bar is shown! So I stripped off all javascript and jquery and google-fonts etc., but still got no luck. I am logged in as super user.

Could this be a css issuu?
Anyboy got the same problem after upgrading?

Thx 4 ur help!

sgtmueller
 
glockops replied on at Permalink Best Answer Reply
glockops
Javascript files are now put in the footer in 5.5.
Insert the following into your theme files at the body, directly before the closing </body> tag.
<?php Loader::element('footer_required'); ?>
andrew replied on at Permalink Reply
andrew
Dammit! Beaten by one minute!
andrew replied on at Permalink Reply
andrew
First thing to do is make sure your theme has

<?php Loader::element('footer_required'); ?>


Somewhere right before the closing </body> tag.
sgtmueller replied on at Permalink Reply
sgtmueller
Thx anyway andrew!