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
60
votes
5 answers

How to get ID of clicked element with jQuery

I have the following html: link link link /*etc.... */ and the following jQuery script: $(document).ready(function() { …
Adam
  • 1,465
  • 2
  • 14
  • 17
9
votes
3 answers

jQuery Cycle plugin - Automatic height for containers

I'm using the cycle plugin on some divs, like this:
text
text
text
all the .section divs have…
Alex
  • 66,732
  • 177
  • 439
  • 641
8
votes
4 answers

Clearing a responsive jQuery Cycle

I've created a responsive image slider using jQuery cycle. The following setup I have used works fine, apart from the containing .cycle div is not cleared correctly, making any content after it sit underneath it. This is due to the fact the div is…
Blowsie
  • 40,239
  • 15
  • 88
  • 108
7
votes
1 answer

Stop jQuery Cycle from adjusting height and width of containers

I'm using the jQuery Cycle plugin. The page in question is here: http://harrisonfjord.com/folio/test.html The menu on the left controls the content in the middle of the page using the Cycle plugin. Pretty straightforward. However, cycle is adding a…
JVG
  • 20,198
  • 47
  • 132
  • 210
7
votes
1 answer

jQuery.Cycle - use two different effects on same container

I'm currently using jQuery.Cycle to cycle through a few child
tags. However, I want the default cycle fx to be fade, and when I click on the next or prev selectors, I want the cycle fx to temporarily change to scrollRight or scrollLeft…
Anriëtte Myburgh
  • 13,347
  • 11
  • 51
  • 72
6
votes
4 answers

jQuery cycle seem to be adjusting the height of my element

I have a page with malsup's awesome jQuery cycle running. I am using the latest version (2.99) and Safari 5.0.5. I haven't encountered the following problem before, and it seems a bit weird. The problem Occasionally when the page loads, the .slides…
dan
  • 856
  • 9
  • 20
6
votes
1 answer

Is there a way to create strip transition effects similar to Nivo Slider with jquery cycle?

I'm a big fan of the jquery cycle plugin yet it would be cool if it had some more complex transition effects similar to Nivo Slider or jqFancyTransistions. I understand the jist of how to create custom effects with jquery cycle, yet I'm having a…
hybrid
  • 3,868
  • 2
  • 26
  • 28
6
votes
7 answers

Jquery Cycle + Firefox Squishing Images

I am running jQuery Cycle for an image gallery. View the link: Here My problem is that the images are getting squished when viewed in firefox. The problem disappears when I re-load the page. This leads me to believe that the Javascript is triggering…
user184106
  • 89
  • 5
  • 10
6
votes
3 answers

jQuery Cycle 2 Responsive w/ Centered Slides

I'm attempting to set up a responsive image gallery using the excellent Cycle 2 jQuery plugin. The gallery will feature both portrait and landscape images. I am using the Centered Slides option (Cycle2's Center plugin:…
5
votes
1 answer

Jquery Cycle Hash URL from Image Title Attribute

I am using JQuery Cycle with a dynamically generated pager navigation. I am trying to figure out how to link to a specific slide using window.location.hash from the image title attribute. I figured out how to modified the plugin up until this point…
hootnanny
  • 53
  • 3
5
votes
2 answers

Any way to make jQuery cycle not loop when reaching the end or the beginning?

I realize that the plugin is called CYCLE because it cycles throgh the element of the list. But what I like most about it is its flexibility, so I was wondering if there is any way to make the plugin not cycle. So if you try to go to the previous…
agente_secreto
  • 7,959
  • 16
  • 57
  • 83
5
votes
1 answer

jQuery Cycle Plugin Not Working Inside of Modal Box (Simple Modal Plugin)

I'm developing a Wordpress theme that opens new posts in modal boxes instead of separate pages. The image slideshow plugin I'm using to display images for each post (jQuery Cycle Plugin) works great when the post is on its own page, but when using…
Danny Cooper
  • 355
  • 1
  • 8
  • 25
5
votes
1 answer

Variable Slide Timeout with jQuery Cycle 2

I'm trying to setup a slideshow to use data attributes for setting the timeout on each slide. This works for jQuery Cycle, but not for jQuery Cycle 2. I think I might be using the wrong function, but didn't find anything similar in the Cycle 2…
Siebird
  • 638
  • 4
  • 13
4
votes
5 answers

If this = first
  • with the class of 'xyz' then run function
  • I've got a
      with 6 items. Each item has a class of either planning, landscape or environmental. The items are part of a jQuery Cycle slideshow on the page. What I am intending to do is show something on the page if the list item that is being…
    Ofeargall
    • 5,340
    • 5
    • 28
    • 33
    4
    votes
    1 answer

    Best way to attach a callback with a window resize function

    I'm attempting to create jQuery Cycle slideshow where images of different sizes are vertically and horizontally centered, and also re-size to whatever the window size is. Some of it is straight css but I need to dynamically adjust 'top', 'left',…
    SWW
    • 81
    • 3
    1
    2 3
    38 39