Edit/Dashboard is missing

Permalink
Hello, I'm trying to create a theme from an HTML template. I've done this several times before with other test sites, no problem, but when I uploaded the template the edit/dashbar is missing. In its place is a background strip.

When I remove <?php Loader::element('header_required'); ?> from header.php, the background strip goes away.

I've checked the template, and removed all jquery, and still this issue persists. I've even moved the loader code before and after the css links, still same negative results.

I've tried this with everything included in the default.php file, as well as splitting it up and having default.php calling the header and footer php's within the elements folder.

Is there something I'm not, or should be doing? I can forward attachments if need be.

Please help :)

Thanks in advance

 
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
maybe missing footer_required?
grfirst replied on at Permalink Reply
You led me in the right direction. I had this <?php Loader::element('footer_required'); ?> sitting beneath the closing </html> tag, instead of placing it before the closing </body> tab.

Got to be more careful.

Thanks for the tap on the noggin :).