Questions tagged [jquery-cycle2]

jQuery Cycle2 is a slideshow plugin for jQuery. Designed by the author of the jQuery Cycle plugin, it adds new effects and the ability to create slideshows from HTML, without custom javascript.

jQuery Cycle2 is a slideshow plugin for jQuery. Designed by the author of the , it adds new effects and the ability to create slideshows from HTML, without custom javascript.

syntax

$('.cycle-slideshow').cycle({
  speed: 600,
  manualSpeed: 100
});
222 questions
0
votes
1 answer

Is there a way to synchronise 2 sliders with JQuery cycle 2?

Is it possible to do this? http://jquery.malsup.com/cycle2/ would you have to use a callback event? Thanks
user1937021
  • 10,151
  • 22
  • 81
  • 143
0
votes
1 answer

In jquery cycle2 plugin - execute cycle-after only particular slide is active

With jquery cycle2 plugin, http://jquery.malsup.com/cycle2/ would it be possible to amend the below code so that the cycle-after only executes on a particular slide - the slide could be identified by: an id in the markup on the slide the slideNum…
Nick
  • 914
  • 1
  • 10
  • 30
0
votes
1 answer

JQuery Cycle Plugin - Slideshow padding disappears when using div as slide

I am redesigning a website and am upgrading from jquery cycle to jquery cycle 2. I am using the cycle as a latest news/events and so each of my slides is a div containing an image which acts as a link. http://www.fbclovis.com/newsite However, as…
0
votes
4 answers

Cylcle2 no cycle-pager shows up

I'm trying to make a slideshow for a website where the pictures slides automaticly (which works), and there should be round buttons to click below it. But the buttons doesn't show up, even thou I have follow the instructions from…
Tobbbe
  • 528
  • 2
  • 7
  • 16
0
votes
2 answers

Cycle2: captioned images PLUS images are links

I can change the data cycle to recognize the anchors as links, but in doing so I loose my alt captions. Any suggestions please? Thanks so much!
0
votes
1 answer

Position Fail with jQuery cycle carousel children

I want to make an news cycle using the jQuery plugin cycle2 with its "carousel transition". It works already fine but there is one problem I need to fix. If the news items have not the same height, the container gets the height of the biggest child…
Simon
  • 1
  • 1
0
votes
1 answer

Why do webkit browsers animate randomly?

Recently I noticed a problem with jQuery 1.9+ and Cycle2, only when viewed in a Webkit browser. The tile effect should smoothly transitions left to right:
NoBugs
  • 9,310
  • 13
  • 80
  • 146
0
votes
1 answer

Cycle2 Plugin doesn't slide

I am create a page using jquery and cycle2 plugin, but the slider is not working. I looked around the template failure for almost an hour and found nothing. The website link is here, put four images to rotate and nothing happens. What do you think I…
Rafhael
  • 5
  • 2
0
votes
1 answer

How to use Cycle2 while keeping compatible with NextGen?

According to the official FAQ, I can't use jQuery Cycle2 with its predecessor, jQuery Cycle plugin. The problem is, I'm using this on Wordpress, and whenever I enable NextGen gallery, it enqueues the old Cycle plugin, which fails. Is there a way to…
NoBugs
  • 9,310
  • 13
  • 80
  • 146
0
votes
2 answers

Cycle2 fading Caption

Is there anyway to make some transition effects to the caption in Cycle2? I want to make some effects to the caption such as fadeIn at each cycle-update-view. How can I do that?
0
votes
1 answer

Cycle2 Captions with jScrollPane

I'm trying to use jScrollPane with the plugin Cycle2 but it isn't working as expected. The following images are the cycle-caption element from the Cycle2 plugin with my dynamic content from each slide (data-cycle-title). So, I'm trying to add a…
silentw
  • 4,835
  • 4
  • 25
  • 45
0
votes
1 answer

Jquery Cycle 2 double pager

I have two jQuery Cycles Version 2. http://jquery.malsup.com/cycle2/ I want to have one navigation (#nav) to control both of the cycles. I know it is still BETA, so maybe it isn't possible yet..
1 2 3
14
15