• Resolved Hell13raiser

    (@hell13raiser)


    Hello,

    Great job! That slideshow is (nearly) what I was looking for.
    But I´m missing one thing: A possibility to load the images randomly.
    Now my Sildes have always the same oder. But when using about 15 slides, nearly nobody will see the last of them, because after a click it starts from the beginning again 🙁
    Is there any possibilty to slide the images randomly? That would make the Plugin perfect.

    Thanks

    http://wordpress.org/extend/plugins/meteor-slides/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, thanks for trying Meteor Slides! The transitions are powered by jQuery Cycle, which does support random slides.

    But I haven’t included this as an option in the plugin. I will look into adding this as an option in a future release.

    Thread Starter Hell13raiser

    (@hell13raiser)

    Thanks! I´ll try to activate the random function this way.

    Plugin Author Josh Leuze

    (@jleuze)

    Yeah, if you wanted to hack the plugin, you could easily edit the slideshow.js file to add this option:

    $j('.slides').cycle({
    
    		fx: $slidetransition,
    		speed: $slidespeed,
    		timeout: $slidetimeout,
    		pause: '1',
    		random: '1'
    	});

    Thanks dude and congratulations for this great plugin!

    Plugin Author Josh Leuze

    (@jleuze)

    No problem, thanks for trying it!

    Hi,

    How I can configure one slideshow to open as “featured image”? I want to use the “featured image” of Twenty Ten to show one slideshow in a specific page/post.

    Is that possible?

    Thanks!

    Plugin Author Josh Leuze

    (@jleuze)

    So you want to use the standard featured image in the header on most of the pages, but replace it with a slideshow on a specific page is that right?

    You can do this by using a conditional statement that loads that slideshow on a particular page or post, or otherwise falls back to the default code in the header.

    Thats right,

    I understood, thank you. I´ll be aply this and when its ok I´ll show you. If you want, I think that´s a good idea to the plugin.

    Congratulations for the great job!

    Thanks!

    Plugin Author Josh Leuze

    (@jleuze)

    No problem, let me know if you run into any issues setting that up!

    All right, thanks dude! Peace!

    I edited the header cutting some information for my template pages and create one template who uses the Meteor, works great for me.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: Meteor Slides] Random Images’ is closed to new replies.