jcarousel

In Jcarousel showing incorrect number of pictures

Hi all, I have implemented jcarousel in my application....I load pictures feom the database based on the users selection in drop down list box..... I am scrolling 7 pictures in a single click....When there are 12 pictures....by 1st click first 7 pictures and by 2nd click next 5 should be displayed.... but for me for the 1st c...

JCarousel slideshow problem in Wordpress thema Ibizpress Green Magazine

Hi there, I hope you can help me! I have the newest Wordpress edition (3.0.1) and i use the Theme IbizPress Green Magazine. http://www.technologytricks.com/ibizpress-magazine-magazine-style-premium-wordpress-themes Well this theme is I think out of date, because since the update to 3.0. the Featured Posts (it's on the top of the page, ...

javascript jcarousel: making it work with portrait and landscape images

Hi, Ive had a problem making jcarousel work with portrait and landscape images. I am currently using the following code to do this, plus a few modifications in jcarousel so an extra variable gets carried and used to set the item widths. function mycarousel_itemAddCallback(carousel, first, last, dir) { var thumbdir = 'gallery/' + dir...

Filter jcarousel content

Hello! I don't know if it's a bug or not, but here's my problem: I filter the jcarousel content using jquery. Everything goes ok until i start to use the next/prev buttons. On the default stage of filtering, buttons are working ok, but after i start to filter the content (images) the jcarousel start to work all crazy. For example, if i ...

jCarousel + jQuery Accordion + fadeIn

Please check this link www.aboud-creative.com/demos/mckinley3. There I have a jQuery Accordion with jCarousel inside "Developments" section of it. I use standard fadeIn function for the logo, accordion and a stag on the bottom right to fade in on page load. So, When you go to "Developments" section, you will see there are no images shown...

Jquery Cycle + Jcarousel slideshow thumbs not loading?

I'm working on combining jquery cycle and jcarousel to make a slideshow. It works great in Firefox, Chrome, and Safari, yet in IE the thumbnails are not loading. I'm guessing it has something to do with how the images in the pager are generated and then jcarousel just isnt proccessing that in IE but I 'm not sure. I feel like I'm very c...

Multiple Jcarousel error "jCarousel: No width/height set for items..."

Link: http://misiur.com/teatr Error code: "jCarousel: No width/height set for items. This will cause an infinite loop. Aborting..." I had one carousel - no error. Then I added new - this error. Build same as first one. Simple HTML: ul with children li > a > img I don't have any idea why is it happening. I've tried to add dimensions wit...

jcarousel or any other image slider that looks like that

Hello, I've been looking for a image slider just like jcarousel with infinite loop, (circular) anyways, I wanted something that when I press the next button only moves one image, but I was ok with jcarousel, the thing is every site I see with the demos work fine in chrome FF etc.. all but IE, here's is an example link text I just want...

jcarousel - how can i make an image link in the carousel stay active

Have been succesful in adding a jcarousel to navigate around my html site which is built with dynamic template. However, i need an image link to appear active when i am on the page it is linked to so the viewer knows where they are. Also, whenever i go to a new page the jcarousel goes back to the beginning of its scroll position when i n...

jQuery("#myCarousel").jcarousel is not a function?

I am new to jQuery. I am trying to use the example "simple" jCarousel in my asp.net pages. I have a top.master page that contains the head content which contains the javascript to setup myCarousel. There are no spelling errors in myCarousel which is used in the setup section. Now when I use FireFox with firebug, as soon the script for s...

Focus on item in the jcarousel

Hi all I've a page with a jcarousel, the carousel contains n items linked to other pages. I'm trying to keep on focus the clicked item also in the new page. Thanks in advance Luca ...

Manhandling jCarousel

Hey Folks I want to configure jcarousel for use on a voting site. The idea is that 2 panels slide into view, the user clicks their choice, the 2 panels slide out and 2 more slide into view. until now i've never tried this level of customization and its pretty daunting. my jquery level is modest at best. thus far ive got the visual side...

Hiding content onLoad with jCarousel for jQuery

I've got an issue where I'm pulling in 36 images into a list, and then displaying them in an image carousel (using jcarousel) They are not huge in size, maybe 12-15kb each, but for about 1-2 seconds on the page load they all display vertically down the page. Here is the link: http://se.mbs.co (this is a test site, so some of the HTML n...

add a delay to jcarousel

Does anyone know how I could add a delay to jcarousel? I want to be able to click the 'next' button, there be a short delay, and then continue to the next slide. cheers ...

Looking for jQuery Carousel with resizing elements. write from scratch or plugin?

I have a task ahead of me and I would like to plan the best way of attacking it before diving in. I need to make a carousel with resizing elements that animate similar to this page/plugin http://www.eogallery.com/ This gallery seems like it needs a lot of work and does not operate very smooth. I have used jcarousel many times and have ...

JCarousel not working in IE

Hi all, I am using jcarousel in my application...i am taking set of images from the data base and displaying in a grid....In mozilla its working fine but in IE it does not display any images..... In IE it shows this error **Object is required** The error line is isNan('jCarousel: No width/height set for items. Th...

jCarousel infinity ajax load (browser compatibility?)

Dear all, I tried to use jCarousel to create a sort of image display gallery, it will first load a few images and then load some more dynamically when clicking "next" or "prev". Everything work fine in clicking "next" but it acting weird when loading ajax in clicking "prev" in working in chrome and IE 8. I suspect the problem would be ...

Problem with JCarousel display

I want to display about 6 items in a jcarousel, the problem is that whenever there are less than 6 items available to the jcarousel, it simply overlaps the items. Like, if I have 3 items, they get overlapped on each other or separates them far apart. What I am doing wrong ? I have set the item count, visible properties to either max ...

jCarousel not showing next button correctly in MAC Safari

Hi all, I'm having a little problem with jCarousel Everything works fine in Firefox and IE, however in Safari the carousel displays but the next button is inactive when there are actually more elements. Firefox and IE show the next button as active.During the Page load its working fine....But if i select value from drop down box and r...

Hiding arrows at either end of the slideshow using jCarousel Lite

Hello all, 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 before the user clicks to scroll the slideshow, the left arrow is not present...