Try using the JJ NextGen JQuery Cycle plugin…It seems to do better than the built-in slideshow. I’ve had loading issues with the default slideshow, but none so far with this plugin. Hope this helps.
Thanks for the reply. I installed the JJ NextGen JQuery Cycle plugin but it doesn’t seem to be cycling through the images within the selected gallery. Have you come across this problem before?
http://tattoos.server319.com/
Hmm, I’m actually using the provided widget. Is there some code I can provide you from that?
Maybe I’ll just try using a text/html widget and dumping the shortcode in there. Edit: Nevermind, the shortcode just outputs as text on the page. [jj-ngg-jquery-cycle html_id="homepage" gallery="1" width="940" height="600"]
Thanks again.
Here’s a screenshot of the JJ NextGen JQuery Cycle widget (with my current settings): http://i575.photobucket.com/albums/ss194/happyandsad/misc/0425b237.gif
Set “shuffle” to false and see if that does anything. It looks like it is throwing an error.
Maybe that is defined in one of the other plugins that he offers?
You also have a js error with your supersubs…perhaps it isn’t being loaded.
How are you including Jquery?
Ok, I tried setting “shuffle” to false but nothing seems to have changed.
What do you mean by “js error with your supersubs”? Sorry, I’m not very knowledgeable with this stuff.
<!– ADDED JQUERY CALL –>
<script type=”text/javascript” src=”http://code.jquery.com/jquery-1.5.2.min.js”></script>
This line in your code might be messing things up…you have two versions of jquery being called…wordpress loads jquery by default.
Check this link out:
http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/
Ah, yes that’s the culprit. I added it to get Fancybox working. So according to that link, I should be able to call up jquery via wordpress and things should be ok? Will give it a try…
Edit: So it’s looks like I’m back to square one–both NGG slideshow (the html one) and the JJ version don’t seem to work with Fancybox. Am I just requesting something that is out of the norm?
Even though it’s probably not right, I added the 2nd jquery call back (to make Fancybox work) and I turned the Flash version of the NGG Slideshow on.
If anyone has a fix or advice on how to get NGG and Fancybox to work together, please let me know! Thanks.
Just wanted to update the thread for future reference…
I went back and commented out the extra jquery code then turned off the flash slideshow option within NGG. This time it worked (I must’ve done something wrong the first time).
Thanks.