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
2 answers

How to have multiple jquery cycle galleries on page, only one active?

I would like to have a few cycle galleries on a page, but only one active at a time, and the others hidden. Ideally clicking a link (thumbnail from a list) would activate the next cycle gallery. Make sense? Anyone done this before? Would appreciate…
thatryan
  • 1,551
  • 6
  • 21
  • 39
2
votes
1 answer

Cycle2 Carousel - Strange behaviour

I have created a carousel using Cycle2 Carousel and you can see it here: http://jsfiddle.net/ktsixit/3BjHQ/ Notice two issues: 1) No matter what I do, the text inside h4 doesn't wrap. 2) Every time the carousel moves, the item that's sliding in…
zekia
  • 4,527
  • 6
  • 38
  • 47
2
votes
1 answer

TypeError: $(...).cycle is not a function: jQuery cycle in a JSF application

I want to use jquery cycle in one of my pages of a JSF application. I include jquery form google and I host jquery.cycle.all.js file on my local host and I have another extra js file which contains my jquery cycle slideshow script and I include…
user2911374
  • 159
  • 1
  • 7
  • 16
2
votes
0 answers

Cycle 2 Carousel with transition effects

I am using malsup's cycle2 carousel plugin for displaying configurable slideshows containing multiple elements per slide (using carousel-visible option). I would like to be able to use other transition effects than the default one, like fade out for…
2
votes
1 answer

jquery.cycle: images don't load in ffox?

Noticed a problem with a simple splash page using jquery.cycle. http://www.rynicdesign.com/ With firefox (firebug installed), the rotating images will not display the first time the page is accessed (without cache - ctrl-f5) yet will load properly…
jimg
  • 484
  • 6
  • 12
2
votes
1 answer

jQuery Cycle 2 Carousel using pager and next / prev links

I've been playing around with Cycle 2 plugin, in particular this example: http://jquery.malsup.com/cycle2/demo/caro-pager.php I've got this locally, and i want to change it so that i have the option if i need to, to have number pagers so i could…
Gerico
  • 5,079
  • 14
  • 44
  • 85
2
votes
1 answer

jQuery Cycle delay issue

Having trouble with jquery cycle not sure what am i doing wrong. Without delay it all works fine, but I would love to delay the first image because the slider starts before the first image or two are loaded I would love to stop it for few seconds…
2
votes
0 answers

Problems with jQuery Cycle + Caroufredsel

I have created a jQuery Cycle/Maximage2 gallery, while using caroufredsel for the carousel thumbnail navigation, but caroufredsel isn't firing until you resize the browser window for some reason. I have tried wrapping cycle…
danb
  • 21
  • 2
2
votes
0 answers

Keep listening for jquery keydown events regardless of focus

The Situation I am building a basic slide deck in HTML, CSS & Javascript. Its based on the jquery cycle plugin. The slides are simple li items that contain either images, text or iframes (e.g. youtube, or just another webpage i.e NOT pages that live…
Nick
  • 914
  • 1
  • 10
  • 30
2
votes
1 answer

Controlling jQuery Cycle with jQuery UI slider widget?

I'm wondering whether there's an easy way to control an image slideshow that I have working with jQuery Cycle with a UI Slider widget. Cycle code is: $(window).load(function(){ $('.foo').cycle({ timeout : 80, speed : 80 , …
bdkauff
  • 225
  • 3
  • 13
2
votes
2 answers

jQuery Cycle Questions

I have the following code and for whatever reason, my end option doesn't seem to want to call the function it's supposed to. Any ideas? $(document).ready(function() { $('#weareepic').cycle({ fx: 'fade', speed: 1000, …
user975876
  • 63
  • 1
  • 1
  • 7
2
votes
1 answer

jQuery Cycle2 slideshow with responsive height, as well as width

I'm trying to create a slideshow of images using the jQuery Cycle2 plugin that will be responsive, adjusting to the browser width and height. I was able to use the Dynamic Container Sizing docs from the Auto Height feature to get the width working…
Sam Baldwin
  • 413
  • 1
  • 6
  • 20
2
votes
1 answer

Need some help - something breaking IE on Drupal 6 site

Trying to use IE debugger to figure out why certain css isn't rendering at the tops of some 'types' of Drupal pages. It looks like header and suckerfish menu css not working in IE. Debugger stops at an error in this code in the jQuery Cycle Plugin…
2
votes
5 answers

Skip first slide after first loop jQuery cycle plugin

I'm using the slideshow cycle.all.js jquery plugin for my drupal website.(http://jquery.malsup.com/cycle/) I'm trying to skip the first slide after it loops once. Not sure how to do this, can someone give me hint or a solution? Thanks
Trekdrop
  • 475
  • 7
  • 27
2
votes
2 answers

jQuery cycle plugin problems

I'm currently experiencing some problems with the jQuery cycle plugin while attempting to cycle through a string of divs. The text is vertical-align: middle; but as soon as a new div is added and the plugin is initiated the text aligns to the top of…
user1374796
  • 1,544
  • 13
  • 46
  • 76