Forums

[Plugin: NextGEN Gallery] Replacing the Flash slideshow with jQuery Cycle Lite (4 posts)

  1. exit6
    Member
    Posted 2 years ago #

    I'm trying to implement jQuery Cycle Lite (http://www.malsup.com/jquery/cycle/lite/) instead of the Flash viewer. To get it to work, all it needs is a series of image tags like this :

    <img src="images/beach1.jpg" width="200" height="200" />
    <img src="images/beach2.jpg" width="200" height="200" />

    So to get that I'm modifying the image browser function in nggfunctions.php, and I'll call it like this: <?php echo nggShowImageBrowser(7); ?>. But that call will only output one image since the function expects an array, not just the gallery ID. So how can I use the echo syntax (instead of the shortcode) but return an array?

    http://wordpress.org/extend/plugins/nextgen-gallery/

  2. Alex Rabe
    Member
    Posted 2 years ago #

    You need to lookup for a gallery template like my version from Galleryview : http://nextgen-gallery.com/templates/galleryview/

    To call up the imagebrowser you are indeed not able to get the array

  3. levingston
    Member
    Posted 1 year ago #

    I just want to create a very simple 'non-flash' slideshow like the one at http://nextgen-gallery.com/playground/jquery-cycle/, is this already built into the nextGen plugin?

  4. tradiart
    Member
    Posted 1 year ago #

    Hello alexrabe,

    Most of us want to get rid of the flash slideshow.

    Is the jquery cycle template for nextgen avaliable for download?

    http://nextgen-gallery.com/playground/jquery-cycle/

    Thank you!!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.