Slider dissappears in Concrete

Permalink
Hey all,

I have received a website template which has to be converted to a Concrete 5 driven website.

I changed and installed everything like I always do but I have a problem.
Before I changed it to Concrete 5 the template had a slider and menu at the top of the page. Now it's gone and I can't seem to find out why.

Can someone help me with this?

original page -http://olympia.jolu.be
C5 page -http://olympia.grojodesign.com

thanks in advance

 
jochemke replied on at Permalink Best Answer Reply
I found out that it has something to do with the position of the part;

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

However if I put it right after the opening head-tag it shows up correctly but the editing-bar is gone then. If i put it right before the closing head-tag the edit-bar shows up nice but the slider is gone again.



Edit: I fixed it. I tried a couple of places and finally found a perfect position. Edit-bar is there and the slider too. Weird but it works so I'll stick with this.