Questions tagged [jcarousel]

jCarousel is an open source jQuery plugin that implements the common image/text "carousel" feature of scrollable blocks of content.

jCarousel is an open source jQuery plugin that implements the common image/text "carousel" feature of scrollable blocks of content.


Useful links


Related Tags

566 questions
6
votes
6 answers

Multiple rows with jcarousel

I'm trying to use jcarousel to build a container with multiple rows, I've tried a few things but have had no luck. Can anyone make any suggestions on how to create it?
Paul
  • 597
  • 2
  • 6
  • 6
5
votes
3 answers

jQuery("#mycarousel").jcarousel is not a function

I must be doing something really stupid here, but I've been beating my head against it for a while and I haven't been able to find what's wrong. On this page: http://ww2.accudata.com/ I'm trying to implement jCarousel, and I keep getting this error:…
Morgan Kay
  • 208
  • 2
  • 3
  • 18
5
votes
3 answers

Scroll to first item of jcarousel

I have multiple instances of jcarousel on a page within a tabbed interface. I need to be able to scroll to the first item of each carousel when the relevant tab is clicked and am unsure how to do this. I've looked at the static controls example…
Chris
  • 71
  • 1
  • 1
  • 4
5
votes
5 answers

Jquery - error in jcarousel

I'm getting a Javascript error on the homepage of a site I've developed. On the homepage there is a jCarousel scroller to scroll between profiles. The error is as follows: this.clip[0] is undefined On line 844 of jquery.jcarousel.js. And the URL is…
Probocop
  • 10,346
  • 28
  • 85
  • 115
4
votes
3 answers

Jcarousel infinite loop

What I'm trying to do is make my slider continuously loop through the LIs, rather than scroll until it gets to the last item and then stop (which is what it currently does). The following code is from a Wordpress site, so although it only displays…
remi90
  • 341
  • 1
  • 4
  • 20
4
votes
3 answers

Stop Vimeo embeds on previous / next buttons within Jquery Infinite Carousel

My setup: http://jsfiddle.net/ASa2K/1/ I have a Jquery Infinite Carousel which will have in it embedded Vimeo vids. When 'Next' or 'Prev' is clicked, I would like it to stop all videos. Currently it keeps playing the videos while clicking…
xhadf
  • 57
  • 1
  • 7
4
votes
5 answers

Setting number of visible images in jCarousel

I integrated jCarousel into my asp.net page but it's always showing only 3 images at a time. If I need to show 10 images at a time, then what should I change in the code? Here is my little snippet: jQuery(document).ready(function () { …
Thomas
  • 33,544
  • 126
  • 357
  • 626
4
votes
2 answers

jquery slider is not working properly in Chrome

Here is a live demo: http://sp.smartclientdemo.com/index.php/portfolio?id=commercial The problem can be seen by clicking on the last thumbnail. In Chrome the gap is coming between the thumbnail and navigational arrows. It working fine with Firefox.…
4
votes
1 answer

jcarousel circular items issue

wonder if anyone can shed any light on a particular issue I'm having with Jcarousel. I have adapted the "dynamic_ajax_php.php" example to succesfully pull in data using a wordpress query on the database, then I'm sticking all that into xml format,…
mro
  • 75
  • 1
  • 6
4
votes
4 answers

jCarousel unload / disable / remove

I am using jCarousel to have a carousel of images in my page. It works great and have no complaints, but I am using the tabbing on the page and when I goto another tab, it get an ugly jCarousel error. Basically what I want to do is to remove the…
PaDalton
  • 61
  • 1
  • 3
4
votes
3 answers

Hiding arrows at either end of the slideshow using jCarousel Lite

I am using jCarousel Lite, and the documentation can be found here: http://www.gmarwaha.com/jquery/jcarousellite/ I have a carousel that can be navigated using the arrows on either end. I want to modify the carousel so that at the beginning state…
user50858
4
votes
4 answers

JQuery jCarouselLite plugin with fade effect

Greetings to all... I want to use fade effect with jCarouselLite qualities. Is it possible. Needs: The image transition time should be fast. Image has to stay for 10 seconds. Can anyone guid me for this please. Geetha.
Geeth
  • 5,282
  • 21
  • 82
  • 133
4
votes
1 answer

How to stop jcarousel immediately on mouseover and continue on mouseout

I'm trying to stop a transition with an action(in this case on hover), but i don't know how to achieve it. This is where i'm making the test: http://lvemil.net/gla/web/ I have 3 instances of jcarousel and my goal is to stop the…
Oriam
  • 641
  • 10
  • 19
4
votes
0 answers

JCarousel Center slide, circular wrap issue

Created a slider with Wrap = circular and center = true, Left is always blank. I tried editing the source to prepend last few siblings to the first but didn't work. How do I get seemless left/right scroll with active center slide…
Musthafa
  • 71
  • 5
4
votes
2 answers

jCarouselLite auto-scroll responsive changes

I'm using jcarousel lite to display an auto-scrolling carousel of brand logos on one of my sites. I tried to make it responsive (max 6 images on largest display) using the following javascript. The carousel works fine using the original code without…
gan
  • 3,068
  • 2
  • 19
  • 32
1
2
3
37 38