jcarousel

jQuery, jCarousel

Hi, I'm having trouble setting up jCarousel correctly. It seems like it's finding an extra list element on the ul and at the end of the scroll it scrolls a little bit more. I cannot understand why. The html code is the following: <ul class="demo1"> <li><a href="http://www.youtube.com/watch?v=jfWPDGWP568"&gt;V...

jCarousel not working properly within tabbed menu

Hi everybody, I'm riding three different jCarousel ul, one in each target of a tabbed menu designeb by Yetii. The problem issue is that the one in the first target works well, whereas the remaining two show just a slice of the first picture and slide soon onto a back frame. The jCarousel is initialized by a class as the behaviour requi...

My jCarousel is randomly only scrolling halfway through one of the list items

My jCarousel (on the left) randomly scrolls to the next one, but only halfway, leaving all the others out of sync. Does anyone know how to fix this? It just started happening randomly (though I do get my list items dynamically). I've tried margins, paddings, heights, etc. Update It seems to happen whenever I add new items to the caro...

Looking for jQuery Plugin - Mix of jCarousel and FishEye / Dock

I'm looking for a jQuery plugin that is a carousel mixed with a fisheye effect, where the center images would be larger and the outer images slightly smaller. I've searched to no avail, and really don't want to have to create this, so I'm hoping I'm missing a good one. Basically, need a mix of something like these two: jCarousel - h...

Problems with jCarousel

I'm trying to modify jcarousel by displaying 5 items at once and moving 4 at a time, however, implementing the following code: $('#mycarousel').jcarousel({ scroll: 4 }); still only moves 3 items at a time. This works: $('#mycarousel').jcarousel({ scroll: 1 }); by moving only 1 item, but once I go past 3, it doesn't move a...

jCarousel - Vertical Thumbnail Columns Are Advancing Too Far

Though I was able to get the ul.jquery-vertical-column to cut itself in half, it seems like the next button is still advancing the thumbnails using the full height of the list. Here is what I've modified in jquery.jcarousel.js so far: if (li.size() > 0) { var wh = 0, i = this.options.offset; li.each(function() { ...

jQuery fadeOut/fadeIn interfereing with jCarousel

I am using fadeOut/fadeIn to fade out a particular DIV and fade in another which contains jCarousel. Once the DIV has faded in, only the first jCarousel Item displays (there are 7 in total), but all other jCarousel elements display correctly. When running jCarousel alone in a separate file, it executes perfectly. Below is the code I am...

horizontal slide with 100% width with jcarousellite

Hey, I am using jcarousellite control to provide carousel effect on my images via next and prev button. <button class="prev"><<</button> <button class="next">>></button> <div class="anyClass" style="background-color:Red;" > <ul style="width:100%"> <li style="width:100%" ><div style="background-color:Green; width:100%; te...

jcarousel not loading in Safari and Chrome after .fadeOut

I have a page that displays a particular DIV which fades out using .fadeOut revealaing another DIV which also then fades out, revealing a 3rd DIV which contains a horizontal jCarousel (strange I know, but given the constraints I am working with this was the optimal solution). After all of this .fadeOut business finishes, the jCarousel ...

Carousel Type of Jquery Slide with Numbers

Hi, I have a big problem, please tell me how to do this code? That is just like the jquery header slideshow done in http://www.skype.com/ The one that has the "< 1 2 3 4 >" buttons. I just want to know the code for these buttons. If you can give samples for me to learn. Thank you!!! ...

Need to customize jcarousel

Hi all, I'm using jcarousel to build a scrolling slideshow and need to make some customizations. There is a callback function that is referenced whenever an item becomes the last visible item in the carousel. 1. function mycarousel_itemLastInCallback(carousel, item, idx, state) { display('Item #' + idx + ' is now the last ite...

jcarousel with external controls.... thumbnails

I want the external controls (below) to be images. But nothing except numbers (in the below order) seems to work. -- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us"> <head> <title>jCarousel Exam...

reworking jcarousel animation

Hi folks. I am pulling serious amounts of hair out over this. The problem: make jcarousel accept variable width image and center them with no gaps between images. Mathematically, my solution is correct although hacky, and the result is a slight hitch before each slide animates. A slight, very madding hitch. Please take a look at http:/...

Stop the jcarousel Lite animation on mouseover?

I am trying to stop the animation of my jcarouselled item when the user is hovering over a particular item. I am scrolling non-image content and I want to give user an opportunity to read the scrolled text. How to do it? It is not even mentioned on the documentation. ...

jQuery's plugin jCarousel doubling width every time and sometimes even quadrupling the width of the scrolling DIV, why?

The carousel is horizontal, and has 3 items in view, and I am adding the elements by Ajax. Sometimes I see the width of the <ul> element underneath doubling and even quadrupling every time the "Next" icon is clicked on, so after some 7, 8 times, the width was displayed as scientific notation such as 1.27638e07px, which might be taken ...

jcarousel is not firing event on images

jcarousel is not firing event on images after clicking on next button. Event is binded for initial load of images. i have added the code which i'm using to show preview of the image in carousel. can any one please help on this, Thanks function imagePreview() { xOffset = 50; yOffset = 60; $("img.preview"...

Using JCarousel above the fold - loading JCarousel before page has finished loading?

Hi there, I'm currently using JCarousel to highlight "featured posts" in Wordpress. The carousel displays above the fold, as part of our header. It works well once it loads, but since we're using it above the fold on a large page with many elements, it has to wait for our entire page to load before it will initiate and display our featu...

Auto only once!

Hi! I'm using a jcarousel I've set it to display the images automatically every 1 second. I did this by setting the auto property. I've been looking at ways to do this only ONCE, that is I only one to go through the images once. Not infinite. I changed the wrap property to null, and it stops repeating it, but i would like for it to go ...

jCarousel Infinite Loop - no width or height set

I've setup jcarousel to dynamically load elements as they disappear and then have them reappear now it's given me an error saying: "No width/height set for items." I've tried the hack described here: http://old.nabble.com/jCarousel:-No-width-height-set-for-items.-td13913308s27240.html and it caused firefox to crash (probably because ...

jcarousel external controls that remained changed

Hi I'm implementing a jcarousel very similar to this http://www.mint.com/ using jquery When a button is hovered it changes color the problem is that I want that button to remained changed until another button is clicked, like they did it on the link i mentioned. I've been working on this for quite a lot combining css, and all, but I w...