• Hello,

    Firstly a big thanks for the plugin. Very useful, and greatly appreciate the new updtae.

    I was looking for a way to “randomize” my slideshow, so I update the plugin but still the images order is not random.

    I have set “random” in “Carousel Effect”.

    How can I obtain my slideshow to display images in an random order ?

    Thank you,
    Guillaume

    http://wordpress.org/extend/plugins/wpnewcarousels/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter guillaumeabxl

    (@guillaumeabxl)

    Here is the script generated in my page :

    <script type=”text/javascript”>
    jQuery(document).ready(function() {
    jQuery(“.nivoSlider1”).nivoSlider({
    effect: “fade”,
    startSlide:0,
    animSpeed:0,
    pauseTime:4000,
    controlNav:false,
    pauseOnHover:false
    });
    });
    </script>

    Thread Starter guillaumeabxl

    (@guillaumeabxl)

    is there a short code I can use with the following to randomize the slideshow ?

    Use shortcode on any wordpress page [wpnewcarousel name=”CAROUSEL_NAME” height=”” width=”” startslide=”” animationspeed=”” imagepausetime=”” shownav=”” hoverpause=””]

    I try using randomStart=”true” but didn’t work.

    Thread Starter guillaumeabxl

    (@guillaumeabxl)

    Can someone helps on this issue ?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problems with "random" effect’ is closed to new replies.