Questions tagged [infinite-carousel]
35 questions
1
vote
0 answers
jquery infinitecarousel plugin, and dynamically loading overlapping data not working correctly
I'm using version 3.02 of the infinite carousel plugin from here
to help me assemble some notes based on data from a db. My problem is that the carousel left and right arrows do not show up, and I do not think the carousel effect is happening. …

user1309220
- 129
- 4
- 15
1
vote
0 answers
jquery infinite carousel viewport size relative to carousel image size
I'd like to preface this with the fact I am posting for the first time and am a totally noob to web design and this forum...
I am trying to setup a carousel gallery to display images and I'm utilizing the jQuery infinite carousel script to do so.…

L-Train
- 11
- 2
1
vote
1 answer
jQuery infinite carousel: Previous slide movement fail
So, I am attempting to build an infinite jQuery carousel and it's working pretty well in one direction but not in another. Well it is working in another, but only sort of.
To make infinite manipulation happen, this is what I do:
if(navId ==…

Parijat Kalia
- 4,929
- 10
- 50
- 77
0
votes
1 answer
jquery infinite carousel auto-play needs to stop when press play on embedded video
Example of the problem here: http://jsfiddle.net/EtWXX/
I have my infinite carousel set to auto play.
It also has videos embedded.
I need it to do two things however.
Stop if a video is played.
Stop if 'next' & 'prev' are interacted with.

xhadf
- 57
- 1
- 7
0
votes
1 answer
Vimeo problems with Jquery fancybox + infinite carousel
Another Vimeo-related problem from a javascript noob...
I've set my problem up here: http://jsfiddle.net/ajtTF/
When the link is clicked, it will load up an inline Fancybox modal with a Jquery inifinite carousel gallery. The gallery currently…

xhadf
- 57
- 1
- 7
0
votes
1 answer
Start jQuery Carousel On 2nd Frame
I have this jQuery carousel going: http://dougie.thewestharbour.com/wp-content/themes/dougie/slider.html
It works pretty well right now but there are 2 things I am trying to fix in the css and…

Wade D Ouellet
- 681
- 3
- 21
- 36
0
votes
1 answer
Should componentDidMount run from connectStateResults?
I'm trying to create an infinite siema carousel using algolia's instantsearch in react, but I don't think the connectors behave like React components. Should I expect componentDidMount to be called here? Suggestions? Ideas?
class ActorsClass…

chad steele
- 828
- 9
- 13
0
votes
1 answer
Infinite Carousel Slide Offset on Mobile
I have a site that uses infinite carousel and on desktop the carousel shows 3 slides. On mobile it only shows 1 and that's perfect. However, it shows the 2nd slide in chronological order. Is there a way to change the offset so that it shows the…

smack-a-bro
- 691
- 2
- 13
- 27
0
votes
1 answer
How to make jquery hover event fire repeatedly
I have a infinite carousel that I want to move when I hover over the next and previous buttons. Right now hover only fires this once. I want the carousel to continue moving while the mouse is within the next or previous buttons.
Any…

clinthorner
- 1
- 1
- 1
0
votes
1 answer
Bootstrap Angular carousel to set active slide dynamically
I am using Bootstrap Angular carousel , what i am trying to do is set active class on load dynamically . my mediacontent[slider_url].items is loadede from backend. i dont have any promied method otherwise i would have set,…

anam
- 3,905
- 16
- 45
- 85
0
votes
1 answer
Galleria and Infinite carousel and ajax
I am using Galleria plugin for a image gallery on a page this page is loaded in a frame page using ajax this is the ajax
$(document).ready(function() {
function loadTab(pageUrl)
{
$.ajax(
{
url: pageUrl,
cache: true,…

John the horn
- 131
- 16
0
votes
1 answer
ViewPager position remains same for different carousel images
I am working on Carousel View using FragmentPagerAdapter & ViewPager. I am facing issue that whenever i am changing image name on each page scrolling, only for second image wrong name is displaying. In this case it shows name of first image and from…

Tiger
- 559
- 6
- 14
0
votes
1 answer
Creating container resize function in jQuery Infinite Carousel
I'm creating a custom implementation of jquery Infinite Carousel on a wordpress site, http://cambridgeuplighting.com/scale-test. I want to give my client the option to add photos of any resolution and have the container element resize to fit it. …

HandiworkNYC.com
- 10,914
- 25
- 92
- 154
0
votes
1 answer
infinite carousel works on chrome but not on firefox
i'm using infinite carousel it works great on chrome but images are not displayed on firefox
here's the link http://www.mawk3y.net/alsoos/saudisaif
i've tried to change the float from left to right of the and the second screen of images showed up…

jq beginner
- 1,010
- 3
- 21
- 41
0
votes
2 answers
Center active li item inside of jQuery carousel menu that uses Data Cycle FX
I've read through many examples and none seem to address all of my issues. I have a Wordpress generated menu wherein the LI items contain anchor links to content that is controlled with the Data Cycle FX plugin and jQuery. Everything is working as I…

Amanda Long
- 3
- 5