Normally it looks like the Shuffle function does not go OFF. Select Yes or No does the same, play in shuffle mode.
You CAN however fix this! at the topic (or read the same below):
http://wordpress.org/support/topic/slid ... s-not-work
And found myself a workaround:
Nextgen slideshow only plays random pics, to fix (workaround) this, change the following:
File: index.php
Location: /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/
and change this rule:
Code: Select all
$swfobject->add_flashvars( 'shuffle', $flash_shuffle, 'false', 'bool');
Code: Select all
$swfobject->add_flashvars( 'shuffle', $flash_shuffle, 'true', 'bool');
Even the switch 'Shuffle' in nextgen settings does what it should do!
Randomize when 'Yes', sequence when 'No'
You now can Sort you Gallery the way u want.
Don't forget the Save button at the bottom of the settings.
Regards, DG.