Edit button missing.
Permalink
Hello Everyone,
Since this morning the "edit / Dashboard etc" buttons are missing when logged in..
I can only see the bar where it should appear..
Does anyone know how to fix this?
I already tried:
<?php Loader::element('footer_required'); ?>
and <?php Loader::element('header_required'; ?>
Since this morning the "edit / Dashboard etc" buttons are missing when logged in..
I can only see the bar where it should appear..
Does anyone know how to fix this?
I already tried:
<?php Loader::element('footer_required'); ?>
and <?php Loader::element('header_required'; ?>
Often this is the cause of a javascript error, do you see any errors in the Console?
None, everything works normally in de dashboard etc. untill I visit a page to edit.
When I go tohttp://www.dustsentry.nl and look in the console I see the attached errors. The first 4 are absolutely causing your problem.
Great!! Thank you! it's working again :) Didn't know I could search for an error that way.