Galleries page broken!
WLSchnee
Registered Users Posts: 2 Beginner grinner
Hey guys, I need a little help.
My separate gallery page seems to be broken somehow. I've had it set up and working for a while, so it's weird that it's not working now, it's probably the result of some pretty messy coding getting slopped together by me.
Anyway, I'd be very glad for anyone's help on sorting this out.
The page is here: http://www.willschneekloth.com
Thanks in advance!
-Will
My separate gallery page seems to be broken somehow. I've had it set up and working for a while, so it's weird that it's not working now, it's probably the result of some pretty messy coding getting slopped together by me.
Anyway, I'd be very glad for anyone's help on sorting this out.
The page is here: http://www.willschneekloth.com
Thanks in advance!
-Will
0
Comments
var vanityTable = {
bnmcginn : "http://wlschnee.smugmug.com/gallery/5549794_hwJEN",
christybrian : "http://wlschnee.smugmug.com/gallery/5832061_6kKCE"
};
Then, it looks like maybe you lost the hasPath function as part of the separate galleries page. See this tutorial for what you need.
Then, you still have old slideshow code that you should get rid of here:
You may have more problems, but you need to fix these so we can see the rest.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
your script form finishing. Error reported a missing }.
My Website index | My Blog
Also missing a semicolon at the end of a whole bunch of lines that look like this:
loadImage6.src = "http://willschneekloth.com/img/navh_06.jpg";
I now see the hasPath function is defined so maybe you need to just fix the vanityTable error and all the missing semicolons and we'll see how it works from there.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
I added the , in the vanityTable and removed the old slideshow script and it seems to be clicking again now, it must have been when I added the second vanity URL that I broke it.
Thanks again for the help guys.
-Will