• I uninstalled and reinstalled as per advice from here:
    http://wordpress.org/support/topic/plugin-meteor-slides-slide-show-broke-after-131-install?replies=2

    Originally, I was having issues with the slides only appearing static. I noticed all of values in my settings panel were empty, so I added them again and the slide rotation started again.

    The problem now is that no matter what order I place the slides in, they always appear in the order that I uploaded the images to the server from the newest to the oldest.

    Any help for resolving this would be greatly appreciated – client is upset his Web site isn’t what he wanted. 🙁

    BTW – despite what my luddite client thinks, I really like this slide show plugin! 🙂

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

    (@jleuze)

    That’s strange, the order of the slides is determined by their publish date and shouldn’t be affected by this update.

    Could you send me a link to the page you are having a problem with? How are you adding the slideshow, with a template tag, shortcode, or widget?

    Sorry for the problems, my goal is to make Meteor Slides super easy to use, so I hope your client comes around!

    Thread Starter aceinthehole

    (@aceinthehole)

    Hi JLeauze,

    No worries – I really like Meteor Slides. And the client was understanding once I explained that you appear to be a proactive developer. 🙂

    Here is the site: http://www.adamscarbondale.org/

    The slides are presented on the landing page.

    I added the slideshow code to the header.php:

    <br />
    <!-- Meteor Slider --><br />
    <?php if(function_exists('meteor_slideshow')) { meteor_slideshow(); } ?><br />
        <div class="clr"></div><br />
      </div><br />
      <!--/slider --><br />

    correction – I originally stated that I added the code to the template (which could have meant the style sheet, but it’s actually the header.php)

    Plugin Author Josh Leuze

    (@jleuze)

    Everything looks fine on the frontend, would you be able to email me a login so that I could take a closer look at the backend?

    Plugin Author Josh Leuze

    (@jleuze)

    If anyone else runs into this problem, it appears to be a conflict with the Post Types Order plugin, I’m checking into it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Meteor Slides] Since update, slides will not appear in order’ is closed to new replies.