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!
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!
Dammit! Beaten by one minute!
First thing to do is make sure your theme has
Somewhere right before the closing </body> tag.
<?php Loader::element('footer_required'); ?>
Somewhere right before the closing </body> tag.
Thx anyway andrew!
Insert the following into your theme files at the body, directly before the closing </body> tag.