Slicknav menu causing conflict on Joomla site

Slicknav menu causing conflict on Joomla site

Hello, I'm really hoping I can try to resolve this issue. I've had it before but managed to juggle things and get them working in various ways, but now I'm really stuck.

I have used Slicknav on all my 25 joomla sites and I'm worried these will break too if I update them.

I just updated one site to the latest Joomla and also all the extensions, which is Ignite gallery, stopped working with error message about jquery being loaded twice. This is because I'm loading jquery in my template, as per the instructions that came with slicknav. Technically I should be able to remove this as it's already being loaded, but the menu stops working as soon as I do.

  1. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
    <script src="templates/<?php echo $this->template ?>/js/jquery.slicknav.js"></script>

The 2 were working together before the upgrade. I tried reverting to the previous version of gallery but the problem was still there, just didn't get the error message.

I've also tried using jquery easy plugin for Joomla, this fixes the gallery and the menu breaks again.

Here is a link to one of the problem pages :

http://www.lakedistrictbikes.co.uk/bike-tours

Many thanks to anyone who could offer me some help or advice.

Jennie