Lost the toolbar

Permalink
Hello All

I am in the process of trying to convert an Artisteer theme (exported as an HTML page) into Concrete5.

All was going well and I had most elements in place. The converted theme showed up, I installed it, set it as my default theme - and then the Concrete5 toolbar disappeared.

I do have the

<code>
<?php
Loader::element('header_required');
?>
</code>

lines in my header.php file so I am not sure what happened. Any help would be much appreciated.

 
thephilm replied on at Permalink Reply
thephilm
If I remember correctly, the Artisteer menu js conflicts with the concrete backend... may want to start with commenting out all js includes, and seeing if that helps.

-Phil
FredAt replied on at Permalink Reply
I managed to get it back. Strangely enough, what helped was putting in the login/logout block in the footer - I had removed it. Doesn't make sense but there you go.