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 plugin - Is there a way to know when pager is ready?

I'm trying to use Malsup's jQuery Cycle plugin with jCarousel to allow thumbnails in my pagination to scroll horizontally and it's working fine. The problem is that sometimes the jcarousel plugin doesn't initialize because I believe the pagination…
Javier Villanueva
  • 3,886
  • 13
  • 48
  • 80
1
vote
1 answer

Jquery Cycle plugin timeout speeds up after click or hover?

I am using the Jquery Cycle to create a slideshow with thumbnail pagers. The slideshow should pause when the thumbnail is hovered. However, I have noticed that if the thumbs are clicked rapidly or if the mouse is moved over them rapidly, the…
20pictures
  • 161
  • 1
  • 7
1
vote
1 answer

Mix properly Jquery Cycle plugin and Jcarousel

I can't run properly the Jquery Cycle plugin inside my slider (Jcarousel). My problem is the following: once an image has been slided (this is a circular slider), the Cycle effect does'nt work anymore. Any idea to solve this? Thank you very much in…
1
vote
1 answer

Disappearing Images with Jquery Cycle Plugin in Chrome17

I'm using the Jquery Cycle plugin to transition between a series of div's with a background image that are sized using the background-size="cover" attribute. After every transition I'm giving the visible slide an active class that transitions in a…
1
vote
2 answers

Remove jQuery slide from slideshow after viewing

I'm working with a few different jQuery slide shows and the idea came to me to have an introduction slide. Once a visitor has seen the slide and read it, the information is useless. Using jQuery Cycle as an example, how could I remove "slide 1"…
user1161032
  • 143
  • 3
  • 10
1
vote
1 answer

jQuery cycle -- destroyed a cycle with autostop, restarted it, now it stops on the 2nd slide instead of going through them all

I have a jQuery cycle slider (.team_spotlight) that has 9 slides. It is set to autostop. After autostop, it should trigger a custom function that destroys the slider, then restarts everything. The first time the slider goes through all 9 slides, it…
Jamie
  • 133
  • 1
  • 3
  • 12
1
vote
1 answer

jQuery Cycle issue after pause/resume events (custom pager)

I am using jquery cycle for a slideshow. I cannot change the html code given and the elements in the pager (li html elements as seen below) have to pause and resume the slideshow on mouseover and mouseout events. The behavior is implemented but,…
Andreas
  • 5,305
  • 4
  • 41
  • 60
1
vote
1 answer

Can't get both jquery cycle and shuffle to work together

I am trying to get both lists to shuffle their order then cycle when the button is clicked. http://brightboxstudios.com/test/ I am very new to jquery and javascript, so I appreciate details :) Thanks very much for your time!!
Reuben
  • 2,701
  • 6
  • 31
  • 47
1
vote
0 answers

Multiple, automatic, different effects on one jQuery Cycle banner

I want to use jQuery cycle to make a banner with several elements that have different automatically playing effects. For instance I want the image to fade in and out. And the text on top of the image to scroll from left to right. I made the…
jansmolders86
  • 5,449
  • 8
  • 37
  • 51
1
vote
1 answer

prev next not working on jQuery Cycle

I have a asp.net listview, on each one of these listviews I have an image of a next and a previous button. But to my knowledge you just can call next or prev in jQuery Cycle you have to say which button will cause it to go to the next slide. So…
user516883
  • 8,868
  • 23
  • 72
  • 114
1
vote
1 answer

Changing values in text for Viewing 1-6 of 14

I'm having a little trouble getting something to work. It might be really simple, but I'm making it more difficult than it probably is. So I've got a div that contains 3 sets of UL's. Here's the code:
  • content here
user1075615
  • 53
  • 2
  • 2
  • 8
1
vote
1 answer

Why does my cycle slideshow hide all the slides?

The jQuery plugin cycle looks for elements of class slideshow. I want to add this class to a
    element to make a slideshow out of its
  • s. But when I add the slideshow class to the
      element, all
    • disappear and I get no slideshow…
Shawn
  • 10,931
  • 18
  • 81
  • 126
1
vote
1 answer

Removing an element from a jQuery Cycle plugin slideshow breaks it

I have a series of yes/no questions that I am displaying one at a time using the Cycle plugin. The questions are in a
    element. When a question is answered, an AJAX request displays the proportions of people who answered yes or no to that…
djb
  • 5,591
  • 5
  • 41
  • 47
1
vote
2 answers

Disable a next/previous button(link) temporarily when clicked in jQuery Cycle plugin (not necessarily a jquery cycle issue)

I need to prevent link from being clicked for let's say 2 seconds. Here is an example http://jsbin.com/orinib/4/edit When you look at the rendered mode you see next and prev links. When you click next, it slides with a nice transition. However if…
user
  • 2,939
  • 5
  • 26
  • 39
1
vote
1 answer

jQuery Cycle - creating pager links from link inside div

I'm putting together a nav for the front page of a site and I'm trying to get Cycle to use a custom pager link from the link contained inside a div. Here's my current code: $('#nav-cycle').before('
kkjelgard
  • 135
  • 1
  • 1
  • 8