Wordpress 3.8.1 + NextGen 2.0.40 Slideshow sequence SOLVED

Post Reply
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Wordpress 3.8.1 + NextGen 2.0.40 Slideshow sequence SOLVED

Post by admin »

In the following topic you can read how to fix the right 'sequnce' for the gallery to go in flash slideshow mode.
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');
in to:

Code: Select all

$swfobject->add_flashvars( 'shuffle', $flash_shuffle, 'true', 'bool');
This solved my slideshow!
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.
Image
Post Reply