the edit bar does not load

Permalink
Hi there! I am trying to convert a HTML file into a Concrete5 theme. I replaced the title tag with code:
<?php
Loader::element('header_required');
?>
but the top bar did not appear?

This is the link to the demo page:
http://bg-vet.com/Concrete

I am using jquery in the page. But no matter if I remove the javascript form the code - the edit bar does not appear.

Any suggestions?

 
mnakalay replied on at Permalink Reply
mnakalay
Hello,
Right now jquery is loading twice which is very very wrong. As you said it yourself, header_required will load jquery so you shouldn't try to load it yourself independently.

The top bar will only appear after you login with your admin account or with any account that has admin rights.
Go tohttp://bg-vet.com/Concrete/index.php/login... to login
mnakalay replied on at Permalink Best Answer Reply
mnakalay
Also header_required should appear before any other javascript you have in your header, for instance your slides javascript should come after header_required
ljubo replied on at Permalink Reply
Thank you so much! This works perfectly!
mnakalay replied on at Permalink Reply
mnakalay
you're very welcome