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

Malsup cycle2 slides based on width?

I'm trying to show 3 slides for an ipad layout, and 1 slide when the user is on their iphone. Is this possible with cycle2? How would I do this?
nick
  • 59
  • 8
0
votes
2 answers

Text over a image slideshow - jQuery cycle2

I'm using jquery cycle2 plugin for the slideshow. Now i'm facing a challenge. I'm able to make the slideshow with the use of that plugin but the thing is i want to write some text on top of the image and the text needs to appeared only for that…
Unknown User
  • 3,598
  • 9
  • 43
  • 81
0
votes
3 answers

jQuery cycle2 using incorrect transition for anchor slides

Working with jquery cycle2 for the first time. Works great when my slides are images, but when my slides are anchors it doesn't use the scrollHorz transition effect that I have specified. Instead the transition grows out of the top right of the…
g2000t
  • 1
  • 1
0
votes
0 answers

Best way to make container div over its contents?

If I have a basic cycle2 like on their demo:
NoBugs
  • 9,310
  • 13
  • 80
  • 146
0
votes
1 answer

how to fix slide interval time (between slides) in cycle 2 jquery plugin

just iam using cycle 2 jquery plugin from http://jquery.malsup.com/cycle2/. the below mentioned code is working fine.But i could not able to fix the slide interval time between slides. how to fix the slide interval time. anyone can advice..
Arafat
  • 5
  • 5
0
votes
1 answer

Jquery cycle2 carousel using divs not working

Im having issues with the cycle2 carousel plugin. you can find my fiddle here and code at the bottom. In the fiddle it doesn't work completely but in Visual studio it only rotates to the right but when i go left(previous) and reach the first div it…
toddler dev
  • 21
  • 2
  • 8
0
votes
1 answer

Cycle2: is it possible to place the caption above the image?

The fiddle is here: http://jsfiddle.net/r4qyU/ This is a JQuery Cycle2 slideshow with tile effect. I can't figure out how to place the caption above the images. The slideshow has overflow: hidden style applied to it by the plugin.
camcam
  • 2,585
  • 8
  • 49
  • 65
0
votes
0 answers

Cycle2 - using previous/next images for navigation

I'm struggling to find documentation covering the ability to us actual slide images for navigation. I have a carousel and as well as the standard prev/next option i'd like to be able to click the previous and next images within the carousel.…
randalldon
  • 65
  • 1
  • 3
0
votes
2 answers

Angular and JQuery Cycle 2 Carousel Collision

I'm trying to incorporate JQuery Cycle 2's carousel functionality into an angular app. Everything works fine when I drop the images in the
symlink
  • 11,984
  • 7
  • 29
  • 50
0
votes
1 answer

How to pause jQuery Cycle 2 Plugin when videojs starts playing

I've been struggling with this for awhile, and am having a brain fart so I wanted to ask for help. I'm using the Cycle2 Plugin and need to pause the slideshow when videojs starts playing I've looked at this Discussion as well as the API…
jeffusu
  • 135
  • 2
  • 2
  • 7
0
votes
1 answer

jQuery Cycle 2 not working when i pull it in externally

My site is using the jQuery cycle2 plugin. My problem is im pulling in external HTML chunks into my site to create a 'one page website'. The plugin works fine until i pull it in externally then it stops working. (doesnt function and pagination…
jarrett owen
  • 87
  • 2
  • 12
0
votes
1 answer

Cycle2 with DIV Elements - First element at start is unaligned vertically

This is the problem that I'm running into: [jsfiddle.net/8Md96/][1] As you can see, when the Cycle2 starts, the first element is unaligned, after the second item is passing, the align is "seems to be fixed. I tried to see what was causing it but I…
eliashdezr
  • 2,085
  • 3
  • 17
  • 11
0
votes
1 answer

Incorporating slideshow / carousel into custom tumblr theme

Got a very particular problem here: I've been developing a tumblr-hosted site locally, using the API to pull in posts without having to copy and paste the project into tumblr a million times. I decided I liked the API better and would just use that…
wkd
  • 231
  • 1
  • 5
  • 16
0
votes
1 answer

Cycle2 Slideshow multiple pager not working

I am trying to get the pager for Cycle2 to show up in a couple of different locations. I am using the example from the Cycle2 site for multiple pagers. Since no luck in my application I tried stripping everything out and doing in a fiddle. My fiddle…
RichP
  • 525
  • 1
  • 10
  • 25
0
votes
1 answer

TypeError: e.fn.cycle is undefined - Jquery cycle 2

Get this console error when trying to implement JQuery Cycle2: TypeError: e.fn.cycle is undefined