• I am working on a Studiopress site and trying to work with the wp-cycle plugin as instructed. I’ve followed all the directions for installing the plugin and attributing the correct settings but I’ve uploaded all the images and they are not rotating. Only the first image is displaying. I have looked on Firefox and Safari.

    Can anyone assist?

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m having similar problems with wp-cycle. I downloaded it 6 months ago and installed it and everything worked great. Then, my client, contacted me 1 month ago telling me the slide show didn’t work. I can’t find anyone else with this problem.

    Here’s the site I’ve been working on: http://www.falconsbodyboardshop.com

    did you figure this out?

    I had the same problem as you guys, did you all add wp-cycle to your page by php code? Because you have to add ONLY this code:
    <?php wp_cycle(); ?>
    If you did it like this:

    <div id="slideshow>
      <?php wp_cycle(); ?>
    </div>

    Then that’s the problem. Because the wp-cycle plugin adds the div around the images by itself. So if you put the div around the wp-cycle plugin by yourself, your source will look like this:

    <div id="slideshow>
      <div id="slideshow>
        <?php wp_cycle(); ?>
      </div>
    </div>

    And ofcourse that will not work. So just put the <?php wp_cycle(); ?> and nothing else, that was my problem, I recognized it by reading my source code.

    This is happening only in IE, Firefox, Chrome and Safari look fine.

    This didn’t fix my problem in IE, unfortunately. 🙁

    Roland,

    I am having the same problems with the images not rotating, but I inserted it into my page with the shortcode [wp_cycle].

    I went to the developers site and and for this specific plugin he charges $29 for any support. I would bet he made it so they don’t rotate so that he can make money off of people who don’t know how to work with code.

    I am no php expert, so I would rather ask for help than try to figure it out on my own.

    Any solutions?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WP-Cycle Plugin Not Rotating Images’ is closed to new replies.