@agaldesign – The source parameter is not correct for this idea …
… try something along the lines of the following:
[ngg_images gallery_ids="2" display_type="photocrati-nextgen_basic_slideshow" sort_by="rand()"]
This may or may not work depending on your hosting service but it is all we currently have to offer that matches what you are describing.
Thanks!
– Cais.
This does not work.
I am able to get all the images uploaded to Nextgen rotating randomly by using this [ngg_images source=”random” display_type=”photocrati-nextgen_basic_slideshow”].
However, this is not going to work as I have multiple galleries throughout the site.
This was a feature that was available in earlier versions with a different shortcode. Do you think you will bring it back?
@agaldesign – My apologies, I made an error in the parameters … try the following:
[ngg_images gallery_ids="2" display_type="photocrati-nextgen_basic_slideshow" order_by="rand()"]
Note, it is order_by and not sort_by … and this does work as I just tested it as well.
– Cais.