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

vertical javascript infinite text carousel with variable sized elements

I have a series of testimonials to display in a sidebar. I have them working fine with jCarousel, but the client wants to be able to put in varying amounts of text for each testimonial. It looks very ugly when only part of the last testimonial is…
Jodi Warren
  • 400
  • 4
  • 21
2
votes
2 answers

Magento - Not able to resolve - jQuery / jCarousel Conflict Issue

I am trying all ways possible to resolve the JQuery Conflict issue in magento. Verified a few forums too but of no help. I have tried the following: 1.Added jQuery.noConflict(); at the end of the jquery files (still didnt work) 2.Created a variable…
Younus
  • 41
  • 5
2
votes
1 answer

When my carousel animates to 10,000+ pixels, it flickers. Is it a jQuery issue?

When my carousel animates past 10000 pixels, it flickers through a bunch of elements. http://blossomsbnb.com/2011/test.php I'm using jCarousel Lite: http://www.gmarwaha.com/jquery/jcarousellite/ Is this a known jQuery issue? My first guess is that…
Thilo Savage
  • 1,071
  • 11
  • 19
2
votes
3 answers

Preload images with jCarousel

I have the following code which loads a JSON feed and creates all the HTML needed for the jCarousel to work. However, I'm not sure how to preload the images. Anyone have any idea's how to do this? $(".banner ul").jcarousel({ …
dotty
  • 40,405
  • 66
  • 150
  • 195
2
votes
1 answer

jcarousel ie7 issue

I am having an issue with the jquery jcarousel plugin. If I don't use the "itemFallbackDimension" property I get an error that says "jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...". If I do use the property I…
BFTrick
  • 5,211
  • 6
  • 24
  • 28
2
votes
0 answers
2
votes
4 answers

Call next and prev function of jquery jCarousel?

I use jCarousel for creating a scroll content (follow this http://sorgalla.com/projects/jcarousel/). However I dont want to use the default next and previous button so I want to create 2 buttons for handling the click event. EX: I have 2 hyperlinks…
Nấm Lùn
  • 1,277
  • 6
  • 28
  • 48
2
votes
3 answers

Preloading Entire Element

I have a jCarousel which loads fairly slowly. The images will display as a list first before turning into a carousel view. This also causes the other jquery scripts on the page to be delayed. I have tried preloading the images but it doesn't seem to…
LostLin
  • 7,762
  • 12
  • 51
  • 73
2
votes
2 answers

JQuery JCarousel (not lite) and mousewheel. need help

I use those js files below: jquery-1.4.2.min.js include/jcarousel/lib/jquery.jcarousel.min.js include/mousewheel/jquery.mousewheel.js in my index.php file i got : jQuery(document).ready(function() { jQuery('#mycarousel').mousewheel(function(event,…
Luong
  • 57
  • 1
  • 8
2
votes
1 answer

jCarousel Auto Scroll On Button Click

How do I modify this jCarousel example so that when the left or right button is clicked, the carousel will continually scroll in that direction: http://sorgalla.com/projects/jcarousel/examples/static_auto.html. At the moment, the example cancels the…
R100
  • 471
  • 1
  • 10
  • 25
2
votes
1 answer

jCarousel animate the carousel with jQuery

Hi I'm using jCarousel. Is it possible to animate the carousel yourself. So for example I could create a button and attach a jQuery handler to it so that when the button was click it moved the carousel to a certain index?
geoffs3310
  • 13,640
  • 23
  • 64
  • 85
2
votes
2 answers

jCarousel in Ocassions WP Theme is Vertical on all Pages Other than Home

You can see my site here: http://www.fortysomethingbride.com The home page is gorgeous and I love the theme, however, on any page other than the home page the jCarousel is running vertical down the page and making the page unreadable. (Click on…
Colleen C
  • 21
  • 1
2
votes
1 answer

jCarousel text wrap issue on Chrome and Safari

I am using jCarousel. The problem is only in Chrome and Safari; the text gets wrapped/mangled. I've done a lot of debugging and couldn't find cause of this issue. Can any one please help me with this issue See it at this URL. Thanks in advance!
kobe
  • 15,671
  • 15
  • 64
  • 91
2
votes
1 answer

JCarousel - Items added with add() do not respond to .click()

I am loading items to a carousel (based on another carousel click event) using something like this: …
Tess
  • 23
  • 1
  • 3
2
votes
3 answers

Jquery Carousel and JQuery UI Slider

Is it possible to use JQuery UI slider with the JQuery Carousel plugin? http://jqueryui.com/demos/slider/ http://sorgalla.com/projects/jcarousel/ I guess it will be related to callbacks on the change event of the Slider plugin, but I have no idea…
Ross
  • 18,117
  • 7
  • 44
  • 64