Fish Eye Menu Support Product Page

Solved

Not working in template

Reported 12 years ago
1
has this problem
12 years ago 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 12 years ago
12 years ago Chuck Borrelli replied:
Well, on the gallery page, I moved the following code from the template head section to directly after the head tag...


<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 12 years ago
12 years ago Teodor Kuduschiev replied:
Hello,

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 12 years ago
12 years ago Chuck Borrelli replied:
thanks.

Reply to this topic