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 add class

Helo folks., i am using jquery.cycle plugin for displaying image gallery.. i have a navigation in this gallery. i need to add class(Active) for current displayed image in the navigation ? any pointer? $(function() { var bc = $('#nav'); var…
SAK
  • 3,780
  • 7
  • 27
  • 38
2
votes
1 answer

jQuery Cycle Custom Navigation

Using the jQuery Cycle plugin to create a slideshow of content (not pictures) - how would i make the below code work? This is my slideshow content:

Title One

Carpy
  • 1,054
  • 6
  • 17
  • 35
2
votes
7 answers

Hide content of page in IE until scripts are totally loaded in jquery

IE harshing my mellow... I don't want the jquery-controlled content of my page to display until jquery displays it. But in Internet Explorer, 7 and 8, the content blinks into view before jquery takes it over. I've tried $(window).load and…
ian_6500
  • 358
  • 2
  • 10
  • 21
2
votes
1 answer

jQuery Cycle Plugin & Hover Functions Conflicting?

I have a slideshow on my homepage using the jQuery Cycle plugin. The markup for that is pretty simple, I used #slide ul as the slideshow container and #slide ul li as each slide. Inside each of these slideshow items, it displays the title on top of…
Jared
  • 2,006
  • 4
  • 23
  • 43
2
votes
1 answer

Play swf movie to the end in jquery cycle slideshow

Im working on a slideshow based on the jquery cycle plugin (found here: http://jquery.malsup.com/cycle/). The slideshow slides between different divs where I can put different content such as images and text. However i'd also like to add swf movies…
Paparappa
  • 2,099
  • 3
  • 18
  • 35
2
votes
2 answers

jQuery Cycle plugin is choppy with larger images

My slideshow is choppy (looks like the fps is slow) when my images are a larger size, 1000 x 560 px. I resized the images to 200 x 200 as a test and the fade was smooth. Any ideas?
Dan
  • 3,338
  • 5
  • 36
  • 58
2
votes
2 answers

jQuery Cycle plugin not generating pager links

This one has been perplexing me on a couple recent sites I've worked on, and I had to end up going with another solution, but I'm determined to get to the bottom of it this time. Here is the example code from the demo page here:…
Graham Conzett
  • 8,344
  • 11
  • 55
  • 94
2
votes
1 answer

JQuery Cycle Disable Next and Prev on slide

I am working on a slideshow using jquery cycle. One thing I notice is during slide, the user can click and skip to the next slide before it finishes animating. Does anyone know the best method of disabling "next" and "previous" buttons while the…
Rivers
  • 2,102
  • 1
  • 16
  • 27
2
votes
2 answers

jQuery cycle: fading white text becomes "green" in Windows/Firefox/Cleartype Enabled

On Windows it seems that when there's white text on any background and it does transitions, the text naturally turns to some shade of green during its opacity value being toggled back to 1. This makes sense. But does anyone know any sort of…
meder omuraliev
  • 183,342
  • 71
  • 393
  • 434
2
votes
1 answer

jQuery Cycle IE7+8 Issue - White marks appearing over JPEG

I am having a spot of bother with the jQuery cycle plugin. Now - all works fine functionality wise, but when it faded to the second slide some little 'white marks' appear on top of my JPEG? At first I thought this was a z-index issue, but clearly…
2
votes
2 answers

jQuery Cycle: Links within cycled div overlapping each other?

Edit: I figured this out. jQuery Cycle plugin adds a z-index to every item it works through, thus the first item always had the highest z-index, messing up all the links. Removing the z-index functionality from the plugin has fixed it. Hi there, I'm…
Bartek
  • 15,269
  • 2
  • 58
  • 65
2
votes
1 answer

Need to modify JQuery Cycle updateActivePagerLink option

I'm creating a simple 3-image slide show, and I'm pretty new to Jquery and Cycle. I have the slideshow working, with 3 pager links that also work. The only thing I need to accomplish is, add "activeSlide" functionality to the currently selected…
Andrew Parisi
  • 504
  • 3
  • 16
2
votes
2 answers

Cycle2 and Firefox Image Blinking

I am trying to figure out what is going on with my jQuery Cycle2 slideshow ... the issue seems to lie within Windows 7 and FireFox combination, I haven't been able to recreate the issue in any other scenario. The images all load fine, but even after…
2
votes
3 answers

Jquery Cycle issue or css issue in Chrome/Safari for Mac

Hi i have used the jquery cycle plugin to create multiple simple sliding galleries. In Chrome/Safair on Mac the browser is not loading the images. Here is the link the js i am using is here, although it could be a css issue..? I am struggling to…
Mark
  • 488
  • 3
  • 12
  • 30
2
votes
1 answer

Add title to jQuery Cycle slideshow from Alt attribute?

I am building a slideshow and need to have a title appear for each picture that get cycled. I created alt attributes for them and am trying to have cycle display them for each image, but It only shows the first one. I am unsure how to get the code I…
thatryan
  • 1,551
  • 6
  • 21
  • 39