dlanger / simple-slideshow

A simple jQuery+Cycle Lite Wordpress slideshow plugin
BSD 2-Clause "Simplified" License
9 stars 3 forks source link

Multiple slideshows on one post #7

Open beezee opened 12 years ago

beezee commented 12 years ago

I actually added support for this, working off the codebase hosted on WordPress.org.

I forked afterwards so I could send you a pull request, but it seems there's quite a bit of difference between the two. Which one is more current?

dlanger commented 12 years ago

Git is more current - WP.org gets updated only on release, as part of the build script. Send a PR and I'll have a look this weekend and merge it.

beezee commented 12 years ago

Looks like the git code is in progress, there's a print_r above the slideshow and the nav links don't appear.

I'm also going to have to add hashbang support for slideshow navigation and will continue working on the WP.org version to implement. If you can get the master branch working this weekend I'll be happy to switch over to that version and open a pull request or even publish the mods from the WP.org version as a new repo so you can cherry pick the mods as you like.

Let me know.