Update 5.6.1.2 makes edit bar disappear

Permalink
Since updating to the new C5 version, my edit/dashboard bar is gone.

Tried editing the code to include
<?php  Loader::element('header_required'); ?>
in the default which was once only listed in the header file and it will appear but my header slideshow disappears.

<?php 
defined('C5_EXECUTE') or die("Access Denied.");
$this->inc('elements/header.php'); ?>


is included at the top of each page such as default.php, etc.

It worked correctly before, now it's not.

Also, when in edit mode, I cannot select the Header to edit or add to Nav though it shows the dotted lines as if it is editable.

http://yournurturingnanny.com/conc/... shows version 5.6.2
http://www.demo.simpleonewebdesign.com/... shows version 5.6.1.2

mlane
 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Check your footer.php file whether it has
<?php  Loader::element('footer_required'); ?>


Also double check that your themes any js doesn't conflict with the C5 js.

Rony