Questions tagged [jcarousellite]

jcarousellite is a jQuery plugin for creating carousels. Its very lightweight

This jQuery plugin creates a carousel-style navigation widget for images, or any content, from simple HTML markup. Check out a bare-bones demo.


Useful links


Related Tags

106 questions
0
votes
0 answers

How to modify parameter of a JS script inside PHP file depending on screen size - wordpress

I have a auto scroll animation that shows featured listings on my homepage. Its displays 5 slides during the animation. Normally for a desktop browser with full screen, it should be fine, however when the screen size is less than 950px width, the…
Ibrahim Timimi
  • 2,656
  • 5
  • 19
  • 31
0
votes
1 answer

jCarousel images not displaying in jQuery slider

I have a jQuery sliding panel that is not displaying a jQuery carousel within it. Example: http://www.warface.co.uk/clients/warface.co.uk/ Click Show Dashboard to display the Sliding Panel. I have the buttons (previous/next) displaying but not the…
Rob
  • 1,493
  • 5
  • 30
  • 58
0
votes
2 answers

jCarouselLite how can I implement a slide counter?

I cant find a suitable answer for this but I am sure somebody must have done this before. I am using JCarouselLite and I would like to implement a simple slide counter that looks like "1/20" for example but I cant find any solution to this. Here is…
Novel
  • 23
  • 3
0
votes
0 answers

Images not showing up on first time

Hellow everyone, I'm having a problem on the site where my images' widths are not being calculated properly (they're not showing either on first load as well) inside jCarouselLite plugin. I wonder if this has something to do with the fact that…
Daniel Protopopov
  • 6,778
  • 3
  • 23
  • 39
0
votes
2 answers

How to check if an html element is visible or not if it is within an overflowed area of a div with overflow property set to hidden?

I have a set of LI elements with overflow propety set to hidden by the jCarouselLite plugin. What I would like to do is to scroll the jCarouselLite'd element in order to scroll to the LI element I want, since I have it configured to show only 3…
kaneda
  • 5,981
  • 8
  • 48
  • 73
0
votes
1 answer

Showing the position in jCarouselLite

I'm using jcarousellite for a simple JQuery carousel, but I would like to alter it a bit so that images are hidden for the items to the far left and the far right, but shown on the middle items. To do this though I need to be able to find which list…
MrFidge
  • 2,107
  • 11
  • 40
  • 63
0
votes
1 answer

jcarousel or any other image slider that looks like that

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…
Gmo
  • 1
  • 2
0
votes
1 answer

Does bootstrap provide content slider

I am trying to achieve a responsive web-page using bootstrap and used a jcarousellite j-query plugin for content sliding with images.. now the vertical slider works fine but i am unable to achieve the bootstrap responsiveness when i resize my…
Deep13
  • 55
  • 1
  • 12
0
votes
1 answer

jcarousellite with next prev button and auto slide together

http://www.gmarwaha.com/jquery/jcarousellite/?#demo Hi, jcarousellite is a very nice jquery extension. I am using it for both auto slideshow and prev/next button. However when I combine this effect like this $(function () { …
Zeus
  • 3,091
  • 6
  • 47
  • 60
0
votes
1 answer

Working with Knockoutjs and jCarouselLite

sorry to be this forward, but I need to see a working example of Knockoutjs working with jCarouselLite (in jsFiddle please). I can't seem to make it work. Here is an earlier question for me regarding this: Having trouble making Knockout and…
g_b
  • 11,728
  • 9
  • 43
  • 80
0
votes
0 answers

Having trouble making Knockout and jCarouselLite to work

I have this knockoutjs code that loads images: self.getStudents = function (country) { $.getJSON("/home/getStudents?country=" + country, function (result) { if (result.data.length > 0) { self.properties.removeAll(); …
g_b
  • 11,728
  • 9
  • 43
  • 80
0
votes
1 answer

jCarousellite pauseonhover and mousewheel together not working

I m using jCarousellite to scroll slider. But mousewheel scroll does not work when I put pauseonHover:true. Any suggestion? $('.slider').jCarouselLite({ btnNext: ".next", btnPrev: ".prev", vertical: true, auto: true, timeout:…
0
votes
1 answer

jCarouselLite: How can I get the values of the currently displayed images?

I want a jCarouselLite gallery to act as scrolling thumbnails and present a larger image next to it by somehow refering to it's currently displayed images (then selecting the first image through an array or similar). How would I approach this? The…
0
votes
1 answer

JCarouselLite seems to scroll only once

I am terribly new to Javascript/JQuery, so please bear with me if this is a silly question. I have tried to implement JCarouselLite on my site which runs on an Opencart platform with the Oxy theme. I have finally managed to get my carousel to…
querious
  • 11
  • 3
0
votes
1 answer

jCarouselLite: Pause Scrolling on hover

I'm using jCarouselLite and everythig is working fine. However I want that the auto scrolling paused once I hover over the carousel. The jCarouselLite doco is saying that I can use this: $('div.carousel').trigger('pauseCarousel') But I don't…
HomTom
  • 558
  • 1
  • 4
  • 12