Fish Eye Menu Support Product Page
Solved
Not working in template
Reported 03 Jun 2013 02:13:33
1
has this problem
03 Jun 2013 02:13:33 Chuck Borrelli posted:
I finally got around to using the Fish eye (replaced my Nitobi fish eye, since it stopped working on IE 9 and above).It works, accept on the page where I have the CSS Gallery:
www.itmccomas.com/gallery.php
Both the Fish eye and the gallery are not functioning. I will play around with changing the order of the scripts... but these two items don't seem to work together.
I get the following error:
Uncaught TypeError: Object [object Object] has no method 'dmxFishEye'
Replies
Replied 03 Jun 2013 02:19:32
03 Jun 2013 02:19:32 Chuck Borrelli replied:
Well, on the gallery page, I moved the following code from the template head section to directly after the head tag...
This got the fish eye working... but the css gallery is not working
<title>I.T. McComas Photo and Document Gallery</title> <script src="ScriptLibrary/jquery.mousewheel.pack.js" type="text/javascript"></script> <script src="ScriptLibrary/dmxgallery.js" type="text/javascript"></script> <link href="styles/dmxgallery.css" rel="stylesheet" type="text/css" />
This got the fish eye working... but the css gallery is not working
Replied 03 Jun 2013 06:29:59
03 Jun 2013 06:29:59 Teodor Kuduschiev replied:
Hello,
In the head section the following file:
Is after the dmxgallery.js. It should be before all of the js includes!
In the head section the following file:
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
Is after the dmxgallery.js. It should be before all of the js includes!
Replied 03 Jun 2013 10:19:39
03 Jun 2013 10:19:39 Chuck Borrelli replied:
thanks.