Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Stitchery

    (@stitchery)

    Ok, so apparently I needed to install a PHP code plugin to make this work on WP, which I did, and now the slideshow images do appear on my side, but they don’t rotate. They all appear at once, as static buttons. Would so appreciate any tips on what I might be doing wrong. thanks

    A link to your website please.

    Thread Starter Stitchery

    (@stitchery)

    http://www.stitcherydickorydock.com

    I’ve actually found success by changing the slide style to wipe down. I’d much prefer a fade look, but am just not going to mess with it. Better than having it not rotate at all.

    Hi.. sorry for the delay.

    <script type="text/javascript">
    jQuery(document).ready(function($) {
    	$("#rotator").cycle({
    	    fx: 'fade',
    	    timeout: 2000,
    	    speed: 1000,
    	    pause: 1,
    	    fit: 1
    	});
    });
    </script>

    add this to your wp_cycle.php file by replacing the original script written there.. Do not forget to take a back up of original file first.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slideshow Not Appearing’ is closed to new replies.