admin bar not showing on site

Permalink
I just updated to version 5.5.2.1 from 5.4.x and now the admin/edit bar does not show on the front end of the site. I checked in the browser's inspector and it looks like it is not even in the code.

How can I get the edit bar back?

CygnetMidwest
 
CygnetMidwest replied on at Permalink Best Answer Reply
CygnetMidwest
Turns out I needed <?php Loader::element('footer_required'); ?> in the footer. Now the header is showing up.
hutman replied on at Permalink Reply
hutman
Check to make sure you have this in your footer

<?php Loader::element('footer_required'); ?>
CygnetMidwest replied on at Permalink Reply
CygnetMidwest
Thank you. That was the issue. I found the answer literally minutes before you posted. I appreciate your help though!