Hi,
I was wondering if it is possible to shuffle the default gallery only as the coding of the helper-slideshow.php has changed with Flashlight 2.1.?
(I am still using "shuffle($attachments );" but it obviously shuffles everything)
Thanks
Alex
Shuffle default gallery only
5 posts from 3 voices-
Posted 2 months ago #
-
Hi,
Have you tried the code in this thread http://www.kriesi.at/support/topic/random-photo#post-34314 ? I see your name there so I guess you must have, but I don't suppose there is any change since those times.
Thanks,
NIck
Posted 2 months ago # -
Hi,
I have, but all galleries are shuffle as well.
I would like to shuffle the home page gallery (ie default gallery) only. As it is much more pleasing for the user to arrive on a website with a different background each time...
If you have solution?
Thanks
AlexPosted 2 months ago # -
You can try to use following code instead:
if(is_home() || is_front_page()) shuffle($attachments ); foreach($attachments as $key => $attachment)If it doesn't work it's not possible to shuffle the images only on the home/front page.
Posted 2 months ago # -
Unfortunately it does not work ...
Thanks for tryingRegards
alexPosted 2 months ago #
Topic Closed
This topic has been closed to new replies.














