Theme is not loading Header correctly
Permalink
I have my site on a testing server
http://www.curioustesting.com/
The code I have for my header that is attached to the template that I made is this <?php Loader::element('header_required');?>
When I log in to concrete5, the header loads and the 150 pixel nav loads but edit page, dashboard, properties etc buttons are blank and no buttons appear with it
http://www.curioustesting.com/
The code I have for my header that is attached to the template that I made is this <?php Loader::element('header_required');?>
When I log in to concrete5, the header loads and the 150 pixel nav loads but edit page, dashboard, properties etc buttons are blank and no buttons appear with it
The other issue could be an error in the Header, can you view the source, is it loading the content and not displaying it or does it get to a certain point and just seem to die();??
And lastly, its possible, and I had this happen once, some of your files are missing, inspect the properties of the buttons and see if they have style associated with them? They should have images within the css you can link to.
Just a quick stab at the problem I have not looked at the site yet, I will take a look later when at home.