Questions tagged [jquery-cycle]

The jQuery Cycle Plugin is a slideshow plugin that supports many different types of transition effects. It is the predecessor of jQuery Cycle2 plugin, which is recommended for new projects.

Cycle is a plugin for .

The old jQuery Cycle Plugin is a slideshow plugin that supports many different types of transition effects. It supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and much more. It also supports, but does not require, the Easing Plugin.

New projects should use the newer jQuery Cycle2 Plugin, which introduces some new plugins and features.

579 questions
1
vote
1 answer

jQuery Cycle Not Resuming

I have got the jquery cycle plugin and have been asked to pause it on mouse hover. Unfortunately, I have a transparent image hovering over the entire slideshow (it's a link - click anywhere on slideshow and off you go somewhere else) so I have set…
Richard Parnaby-King
  • 14,703
  • 11
  • 69
  • 129
1
vote
1 answer

jquery cycle plugin don't cycle on next

I'm using the cycle plugin for an image slider with two links (next and prev) to cycle through them and so far it works just fine, I was wondering it it was possible to make it so when you hit the last image it doesn't cycle back to the first image,…
Javier Villanueva
  • 3,886
  • 13
  • 48
  • 80
1
vote
1 answer

Using jQuery cycle with .swf embeds

I'm trying to use the jQuery cycle plugin to display some .swf files but for some reason the pager (which is generated with the correct amount of items) only works once. After that, clicking on any of the pager buttons does nothing. Any ideas why…
samlester
  • 335
  • 3
  • 18
1
vote
2 answers

Overlaping that cant be fixed with

I have a this:
1
vote
1 answer

Cycle Plugin only works if there is predefined?

I have following to do the photo slideshow: $('#Yeah').click(function() { {% for photo in photos %} $('#slideShow').append(''); % endfor %} $('#slideShow').cycle({ fx: 'fade', …
MrCooL
  • 926
  • 3
  • 15
  • 30
1
vote
1 answer

jQuery cycle plugin with only one image

This is a bit strange question but I am trying to use the cycle plugin to display only one image. That is just to use the various effects the plugin is providing. I have a row of images with certain text and each image/text will be hosted inside a…
kee
  • 10,969
  • 24
  • 107
  • 168
1
vote
1 answer

jQuery cycle not working/acting funny

I'm working on http://www.aceaofmidland.com/ and I'm trying to use jQuery and jQuery.cycle to cycle through a wordpress custom post type that's marked up like so:
Josh Allen
  • 987
  • 12
  • 30
1
vote
0 answers

Problem using jQuery Cycle with 'all' fx

I've recently finished a website. I'm using jQuery Cycle for some random effects on the home page, but i had some problems. Here the page : http://www.add-genealogie.com I've placed 6 containers in the center of the page, with the same 12 pictures…
Alexandre
  • 11
  • 1
1
vote
3 answers

cycle jquery plugin is taking width:100% and giving it to left style on option scrollHorz

I'm making a slideshow that works with a responsive layout. After hours of work the slideshow is now responsive to the layout, but because of the width being 100% options fn:'scrollHorz' isn't working correctly. Because the width: 100% is being…
okMonty
  • 227
  • 2
  • 4
  • 11
1
vote
1 answer

jQuery Cycle addSlides "alt"

I don't find an answer for my problem. I think it's a very small one, but I have some knots in my brain currently. I need
  • elements for styling but the function to add the alt attribute to a specific element ( #c11 ) does not appear to work when…
  • 1
    vote
    1 answer

    Cycle through background images in JQuery

    Basically what I need is an easy way to change the background image of a page every 5 seconds and with a fade effect. The problem that I am having is that I want to do this using my main body tag and I have this CSS: body { background:…
    Reina
    • 315
    • 1
    • 6
    • 21
    1
    vote
    1 answer

    jQuery Cycle independent caption

    I'm trying to create a dependent caption display from within the Cycle call: $('#slideshow-images').cycle({ fx: 'scrollVert', pager: '#slideshow-navigation', activePagerClass: 'active', timeout: 8000, delay:…
    user398341
    • 6,339
    • 17
    • 57
    • 75
    1
    vote
    0 answers

    JQuery Cycle--Difficulty with Image Pagers

    I'm trying to implement image based pagers for the plugin. I have it working on a couple of sites like this: $(function() { $('#slideshow').after('
    ').cycle({ fx: 'fade', speed: '750', timeout:…
    David
    • 43
    • 4
    1
    vote
    1 answer

    Error including two jQuery Cycle plugins in same script?

    I have two instances of the jQuery Cycle plugin on the same page. Used in isolation, they both work fine. Used together, I get an error which stops them working. I don't see how I can use an each() function, seeing as the options are different for…
    Joe W
    • 998
    • 6
    • 16
    • 36
    1
    vote
    0 answers

    jQuery Cycle - pager spilt into multiple divs

    I am using the jQuery Cycle Plugin to create a slideshow, however I want to be able to pagnate the thumbnails into multiple divs. At the moment they are all placed into one div - #right .thumbs. I would like the following: Image 1-25 -…