Hi; Thanks for this.
I'm trying to use the slideshow plugin style for a profile panel content type. Everything is looking great except that for some reason the order doesn't work.
The profile is made up of 7 text fields (including the Body). I placed these 7 fields into an area in my panel and set the plugin style. I set Random to "False", but somehow everytime I reload the same profile, a different section shows first, and they never seem to scroll in the same order.
I went into my content type and made sure that my text areas are in the right order for how I want them to appear, cleared my cache, double checked and re-saved the panel's order, and all to no avail - they are still appearing to be random. How can I fix this?
Comments
Comment #1
erik seifert commentedYes jquery.cycle is type safe ;- )
Add this line in slideshow.inc ( Should be line 124 )
I will add a patch as soon as possible
Comment #2
Fanaile commentedAwesome, it seems to work perfectly :)
Thanks!
Comment #3
Fanaile commentedIf you don't mind helping a semi-newbie - I've never written a patch before and I would like to learn. Since this seems to be a small fix, I thought maybe this would be a good one to learn on?
Comment #4
erik seifert commentedYou are familiar with git ?
See here http://drupal.org/node/707484
Comment #5
Fanaile commentedAh, no... I knew you needed Git access to do commits and the like, I hadn't realized it was also needed to write the patches.
Sorry.
Comment #6
erik seifert commentedCommited in beta4 and dev