I'm attempting to use NGG with the new Jquery plugin GalleryView (http://wordpress.org/extend/plugins/wordpress-nextgen-galleryview/).
Installed NextGen, installed GalleryView, set default properties, added shortcode to post and - while thumbnails appear - the slideshow isn't appearing and a javascript error is being thrown "galleryView is not a function"
Test Post can be found here: http://www.blissyfit.com/2010/07/find-your-wedding-dress-at-the-mall/
Any indication of the cause / how to fix would be very helpful.
Thanks
Sorry, about an hour after I made this post the site was made private by someone who didn't know I'd put a request like this out there.
If you can check now it should be accessible.
hybridindie
Member
Posted 1 year ago #
The galleryview is not a function would be a sign that the javascript file is not being included in the header. I am adding the action to wp_head() so if you are not using that it will have to be included manually.
hey, sorry should have posted on this thread that i got an answer to the problem over at stack overflow. turns out that the theme I'm using redefines jquery in a jquery tools slider.js script that came after the galleryview reference.
when i remove that script the slideshow appears but then I lose the featured content slideshow on the homepage so basically I have to clean up the html head area javascript.
thanks for responding though and for the plugin!