Can't edit pages after 5.5.1 Upgrade

Permalink
Since upgrading to 5.5.1, I no longer see the "Edit Page, Add Page, etc" above the page. There's the white horizontal area where they should be but... no buttons.

Any ideas greatly appreciated including a way to toggle a page into edit mode without using the button.

tbarden
 
s2d replied on at Permalink Best Answer Reply
s2d
If you have an older theme, you may need to add the line
<?php Loader::element('footer_required'); ?>

into each of your template files (full.php, right_sidebar.php, etc.) just above the closing body tag. If that is missing your toolbar won't show up.
tbarden replied on at Permalink Reply
tbarden
That did it! Thanks so much!