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?
How can I get the edit bar back?
Turns out I needed <?php Loader::element('footer_required'); ?> in the footer. Now the header is showing up.
Check to make sure you have this in your footer
<?php Loader::element('footer_required'); ?>
Thank you. That was the issue. I found the answer literally minutes before you posted. I appreciate your help though!