Love this theme! Is there any way to randomize the images that show in the slider. Reason being my company is a Talent Booking Agency and the featured acts are upset because the same guys image keeps appearing right away when you hit the site and they want a chance to have their image show earlier in the sequence. So far I have 11 images of the various bands and need to shuffle them so they all get equal visibility time.
Randomizing the images that show
4 posts from 2 voices-
Posted 1 year ago #
-
Hey,
You can try to replace following code in includes/featured-images-slideshow.php
$slides = get_post_meta($post_id, 'slideshow', true);with:
$slides = get_post_meta($post_id, 'slideshow', true); shuffle ( $slides );I haven't tested the code - if it doesn't work it's not possible without rewriting some code/framework parts....
Posted 1 year ago # -
WORKED!!! Thanks Bud, I'm not very well versed in Java.
Posted 1 year ago # -
Glad that it worked out :)
Posted 1 year ago #
Reply
You must log in to post.














