Hoping someone will take pity on me and can offer some advice - my knowledge of jQuery is limited at best, and I only really know the basic stuff (how to apply CSS classes etc) than writing / debugging the code myself.
I'm working on a website for a friend's wedding (an engagement present from me) and I'm having issues with trying to get greyscale.js and the basic slider to play nicely. As soon as I add the slider function, the greyscale effect breaks.
The site - still very much in development so not tested in any PC browsers, is here - http://www.elandsebswedding.co.uk/wp-content/themes/weddingTheme/index.html
When the page loads, you can see the images in colour and then grey out - but they just won't return to colour on mouseover.
Any advice - or suggestions of another plugin that will achieve the same thing - would be greatly appreciated.
Thanks
There seems to be an error with greyscale.js - firebug is saying index or size is greater than allowed amount and highlighting the below as the issue?
imageData = ctx.getImageData(0, 0, width, height);
UPDATE
Ok - seem to have made slight progress - the fact that there wasn't a height / width on the image in the sliders (venue section) seemed to be causing an issue.