The nav-edit for C5 disappeared again - I can`t find error.

Permalink
Hey!

I edit my theme and something goes wrong. Please help me to find where is the problem. The nav-edit navigation for C5 is not available.
Here is the address of website:
http://www.bartosz-koselnik.pl/slaweknaukajazdy/...

 
nomado replied on at Permalink Reply
I have found error code.

This line:
<script src="<?php echo $this->getThemePath();?>/js/main.js"></script>
makes that my Concrete Edit-bar is not available. But when I delete it, I lose start page slider. How can I resolve this problem?
nomado replied on at Permalink Reply
This:

<?php if(!$c->isEditMode()){ ?>
<script src="<?php echo $this->getThemePath();?>/js/main.js"></script>
<?php } ?>

Doesn`t work ...
Steevb replied on at Permalink Best Answer Reply
Steevb
Try removing jquery in footer. Concrete5 calls jquery.

<script src="/slaweknaukajazdy/themes/concrete/js/vendor/jquery-1.11.1.js"></script>


Also lots of '<br/>' in code, should be '<br>'