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
2
votes
1 answer

jQuery Cycle Plugin - Error

This is my first question so I'll try to be as descriptive as possible... I am using the jQuery Cycle Plugin with Joomla. It completely blows up in IE7. Although it seems to work perfectly in Chrome, I noticed the following error when inspecting the…
2
votes
3 answers

Animate content of jQuery Cycle slides

Each slide is composed of a box for the title and an image.

First title

Enaki
  • 21
  • 1
  • 5
2
votes
3 answers

jQuery cycle text slideshow not working

I am having a problem using the jQuery cycle plugin. On my page, I use it for image and text slideshows. The image slideshows work very well but one of the text slideshow is having a problem. Consider the code below. I am using the divs below as…
Vikas
  • 264
  • 3
  • 9
2
votes
1 answer

jQuery Cycle creating too many pager links

I've searched and search but can't seem to find any decent results for this query. Basically I have pages being pulled in via ajax - including images - but jquery cycle is creating a ton of entries for the pager, and only some of the links work.…
2
votes
1 answer

JQuery Cycle - Before callback parameters

I can't seem to figure out how to use the parameters of the Before callback of Jquery Cycle. jQuery('#slider_accueil').cycle({ fx: 'fade', timeout: 5000, after: onAfter, before: onBefore, startingSlide: 0, next:…
Fredy31
  • 2,660
  • 6
  • 29
  • 54
2
votes
1 answer

I cannot get thumbnails in Jquery cycle plugin, only text numbers

I'm terrible at javascript and css, but I did manage to implement the Jquery Cycle plugin into my homepage. I tried to add thumbnails, so while it's still cycling on auto, the end-user can click a thumbnail to go back, instead of having to wait 8…
Jason Weber
  • 5,653
  • 6
  • 40
  • 73
2
votes
1 answer

vimeo slideshow with cycle - thumbnails not showing second time round in ie

I've created a vimeo slideshow in cycle -but there's a problem. in internet explorer the thumbnails don't show up on the second run through the video. I've set up a fiddle - let it play through once - on the second time the images dont show any…
JorgeLuisBorges
  • 528
  • 3
  • 8
  • 21
2
votes
2 answers

jquery cycle plugin with thumbnails scrollable to left or right onclick

I am trying to integrate jquery image slider. But I need to slide the thumbnails to left and right also(like http://coffeescripter.com/code/ad-gallery/). I could create thumbnails. But I couldn't find any option to slide the thumbnails. Is there any…
rubyist
  • 3,074
  • 8
  • 37
  • 69
2
votes
1 answer

jQuery Cycle: 1 cycle, multiple pagers

Long time reader, first time poster. :) I'm using the jQuery Cycle plugin, which can be downloaded here: http://jquery.malsup.com/cycle/ I got it working fine for the post part but a request has come in to have pager controls above and below the…
2
votes
1 answer

jQuery cycle plugin stop sliding after switching to another tab

I am using jquery cycle plugin with below settings.Photos sliding in given time out well without problem but if i click another tab of browser and wait 10 sn then back to slideshow's tab and i see that slideshow is stopped . It does not pass next…
AnyOne
  • 931
  • 2
  • 12
  • 40
2
votes
2 answers

jquery cycle plugin, nested slideshow, 'after' option or testing for first and last image

In my nested slideshows I have 'prev' and 'next' controls. I would like to be able to reduce the css opacity of 'prev' if you are on the first slide and 'next' if you are on the last slide. The 'after: onAfter' option would have been sufficient but…
2
votes
2 answers

jQuery Cycle "end" callback with manual advance

I'm trying to use the jQuery cycle plugin to manually advance a slideshow presentation. However, I want to fade out the entire slideshow when the end is reached, i.e. when viewing the last slide, click next and fade out. Seems like the "end"…
Adam
  • 9,189
  • 15
  • 46
  • 62
2
votes
1 answer

Positioning messed up when cycle lite starts going

Edit: Somehow I knew, after two days messing with this, that I'd figure it out just after I posted it here. For future reference, the auto doesn't seem to work for some reason for height and width. Manually define it in the cycle plugin, use a…
Truk
  • 133
  • 6
2
votes
2 answers

jquery cycle slideshow - adding slide prev/next progression (a la scrollHorz) along with custom animation

I am using the jquery cycle plugin with a custom animation. It is working great! However, I would like the slides to advance to the right or left depending upon the index#, i.e. if the user clicks on link 1 while slide #3 is the active slide the…
2
votes
2 answers

jQuery error - after: function

So continuing my jQuery efforts using the Cycle plugin, i have a new error. erros says Line 274 of my jquery-1.3.2.min.js file, which is this section here: after: function() { return this.domManip(arguments, false, function(elem){ …
tony noriega
  • 7,523
  • 17
  • 53
  • 72