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

Jquery Cycle plugin rotating youtube videos not displaying correctly in Safari

I have a Jquery Cycle plugin rotating youtube videos and it's not displaying correctly in Safari desktop. I have tested on IE, FF, Chrome & mobile Safari with no issues. It seems as if the overflow:hidden/auto property isn't working. Check out the…
0
votes
1 answer

Jquery Cycle Plugin + Videos

I working on a jcycle bug in Chrome. I have a jcycle rotator setup to rotate youtube videos for a portfolio. The problem is when the page is loaded or refreshed in Chrome, one of the videos that should be hidden shows up in the left top corner. When…
0
votes
1 answer

Add 'slider' function to jQuery cycle?

Using jQuery's cycle plugin for a basic slide (using fade) banner. I'd like to have an image move right every time it slides, to show what image we're on. The way I've coded it, it works once and then stops. I'd like to have it slide ride each time…
Richard Hedges
  • 1,180
  • 5
  • 14
  • 39
0
votes
1 answer

JQuery Cycle pagerAnchorBuilder - list tags have different classes attached to them.

I'm trying to make the pagerAnchorBuilder function build this: I'm not sure to tell it to build the li tags with 3 different…
JJ_1
  • 1
0
votes
1 answer

Jquery Cycle Plugin - hiding specific thumbnails

I have a slideshow in which Cycle is auto-generating thumbnails using the pagerAnchorBuilder option: pagerAnchorBuilder: function(idx, slide) { return '
  • '; }, I want to…
    Adam
    • 613
    • 7
    • 16
    0
    votes
    1 answer

    Why is jQuery Cycle not working? Is there a conflict?

    I am using jQuery Cycle for a slideshow on this page: http://www.orientalhealthsolutions.com/ The images in the center of the page should rotate. However, they are not. Here is the HTML:
    forrest
    • 10,570
    • 25
    • 70
    • 132
    0
    votes
    1 answer

    Why don't the jQuery Cycle images overlap each other?

    I am putting a common garden variety cycle slideshow on this page: http://www.orientalhealthsolutions.com/index-new. For some reason the images don't overlap like they do here in my test configuration:…
    forrest
    • 10,570
    • 25
    • 70
    • 132
    0
    votes
    2 answers

    JQuery Cycle Prev/Next not working

    I want to use JQuery cycle to create a slideshow where audience can view previous or next slide by clicking on image button. I use javascript downloaded from here: http://jquery.malsup.com/cycle/int2.html Here is how my HTML looks like:
    Vetaxili
    • 609
    • 5
    • 12
    • 22
    0
    votes
    1 answer

    Jquery-Cycle Is hovering above my fixed nav bar, how would I make it go behind it like everything else?

    On my website www.staygold-design.com I have a fixed nav bar that floats above all the content. I have a jquery cycle slide show going on in the second section (click portfolio and scroll the page right to see what I'm trying to explain) and it…
    0
    votes
    1 answer

    Jquery cycle slides overlap on page-load on Wordpress Blog

    I am using the wordpress plugin WP Featured Content Slider which uses the jquery.cycle.all.2.72.js. I am getting a really bizarre visual glitch. On page load, all the slides are shown on top of each other, then as the script cycles through each…
    thezohaan
    • 324
    • 1
    • 10
    0
    votes
    1 answer

    How to update jQuery Cycle pager after finish of animation?

    I'm using the jQuery Cycle plugin and I would like to change updating of pager. Is it possible to update pager not after click but after change of slide?
    Bajlo
    • 1,407
    • 2
    • 11
    • 18
    -1
    votes
    3 answers

    How do I interactively reduce (or stop) the sliding speed of a jQuery slider?

    I want to slow down and eventually stop my slide-show when the mouse pointer hovers over it. Here is the script I have so far: $(document).ready(function(){ $('#slideshow').cycle({ fx: 'fade', speed: 'fast', …
    user1210460
    • 91
    • 1
    • 6
    • 13
    -1
    votes
    1 answer

    Cycle.js images displaying in a row not as a slideshow

    Can anyone tell me where the heck I'm going wrong with the implementation of this jQuery Cycle.js plugin please? What do you see when you visit the link below? Coz all I see are 3 pics in a row, NOT a clickable prev/next…
    Cress
    • 65
    • 2
    • 11
    -1
    votes
    1 answer

    How to insert php code in a javascript file

    I'm trying to use a php code snippet for jQuery Cycle Slideshow, but the console gives me this error: "Uncaught SyntaxError: Unexpected token < " var startingSlide = ; $(slideshowContainer).cycle ({ startingSlide:…
    Jaeeun Lee
    • 3,056
    • 11
    • 40
    • 60
    -1
    votes
    1 answer

    jQuery Cycle layout issue - added inline style (position:absolute) causing issue with layout

    I am trying to build a responsive jQuery Cycle implementation. I have built the layout so that it resembles a 2 row, 2 column table. The 1st column is 25% width with height: auto. The 2nd row essentially has a fixed height. Both cells in the 2nd…
    Chris Rockwell
    • 1,688
    • 2
    • 21
    • 36
    1 2 3
    38
    39