Shape 5

Joomla Templates => New Vision - Club => : p15d24 February 08, 2016, 04:37:52 PM



: Issue with drop down menu not rendering correctly is back...
: p15d24 February 08, 2016, 04:37:52 PM
Go to mercury-sail.com   Select Archives -> 2011 Photo Archive -> 2011 Huntington Lake.

After the page loads the drop down menu won't work anymore until you refresh by loading the home page again. Checked it on a Mac with current versions of Safari and Firefox and got the same behavior.

If iI disable the content page "2011 Huntington Lake" and just load the category page "2011 Photo Archive" I still get the menu corruption. 
If I change the display from 2 to 1 columns it also fails to display properly.


: Re: Issue with drop down menu not rendering correctly is back...
: mikek February 09, 2016, 09:09:12 AM
Hello,

That page has javascript errors on it, which are breaking the menu. You will need to disable all third party scripts on the page to determine which is causing the problem. I can see one with an issue right away:

<script type="text/javascript" src="http://mercury-sail.com/plugins/content/photogallery/js/jquery.lightbox-0.5.min.js"></script>   

Jquery should never be called by itself, it should always  be called from the core of Joomla, and this extension is introducing it's own copy. That creates conflicts with the core Joomla jquery call.


: Re: Issue with drop down menu not rendering correctly is back...
: p15d24 February 17, 2016, 04:12:02 PM
Found the issue and fixed. Thank you