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/...
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/...
This:
<?php if(!$c->isEditMode()){ ?>
<script src="<?php echo $this->getThemePath();?>/js/main.js"></script>
<?php } ?>
Doesn`t work ...
<?php if(!$c->isEditMode()){ ?>
<script src="<?php echo $this->getThemePath();?>/js/main.js"></script>
<?php } ?>
Doesn`t work ...
Try removing jquery in footer. Concrete5 calls jquery.
Also lots of '<br/>' in code, should be '<br>'
<script src="/slaweknaukajazdy/themes/concrete/js/vendor/jquery-1.11.1.js"></script>
Also lots of '<br/>' in code, should be '<br>'
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?