blank edit bar

Permalink 1 user found helpful
Hi, sorry for my bad english but i have a question. I have invested a theme ported in Concrete5. And in the default.php above <head> added code, <? Php Loader :: element ('header_required')> and <PHP Loader :: element ('footer_required');?> Bottom up </ body> tage. But now my Edit bar still blank. How do I solve this problem?

grafischont
 
andrewjaff replied on at Permalink Best Answer Reply
andrewjaff
Hi grafischont,

Are you including any js files in your theme. try to remove them and check.
grafischont replied on at Permalink Reply
grafischont
You mean like this:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="script/jquery.nivo.slider.js" type="text/javascript"></script>
grafischont replied on at Permalink Reply
grafischont
I removed them and it works, thank you!