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
0
votes
3 answers

jcarousel hide both arrows if a number of items is less than X

So I have this bit of code and I tried putting it in .load and .ready functions but it just doesn't work because the carousel isn't fully loaded yet. var num_rec = "${recProducts.size()}"; if(num_rec < 5){ …
KacieHouser
  • 1,885
  • 4
  • 22
  • 35
0
votes
1 answer

I need a help for a gallery with jCarousel

everybody! I have a little problem with jCarousel, so I really need your help. Here is the gallery: http://tranzit.dir.bg/load.php?id=TdVijCkhJSrC7CkA1273310 My question is how can I make the script so when you click on the arrows (the little black…
Alabala
  • 3
  • 4
0
votes
3 answers

Two Slideshows (Background Slider and Text Slider) controlled by one menu

I'm trying to set up a slider that uses just one control-menu (e.g. Item 1 | Item 2 | Item 3) but affects both the background image and a div container with text in it. Take a look at this example from SAP: http://www.sap.com/germany/index.epx…
Sierra101
  • 251
  • 3
  • 12
0
votes
1 answer

jCarousel active class on items

in this example http://sorgalla.com/projects/jcarousel/examples/static_controls.html i need an active state on li so it should look like this whenever I slide. Any idea anyone?
test
  • 2,429
  • 15
  • 44
  • 81
0
votes
3 answers

jCarousel property

I am working with a customer on adjusting the speed of their logo carousel, but my knowledge of jQuery is limited. I've researched it a bit on here (stackoverflow) and in the Sorgolla documentation (http://sorgalla.com/projects/jcarousel/), but I…
jjsears6
  • 84
  • 1
  • 8
0
votes
1 answer

JQuery Multiple onload animation loops, bug with multiple tabs

I have an issue on a site I am developing, a version of which can be seen at http://hg.ipagtest.com/ ! I am using JQuery and JCarosel for a slider feature on the bottom of the homepage and a piece of JQuery written by a former colleague of mien for…
0
votes
1 answer

Vertical jCarousel with Ajax and PHP

Can anyone please help me how to implement vertical jCarousel by using ajax.
bhaskar
0
votes
1 answer

jcarousel not working in Google Chrome

I am having a problem with the jcarousel in my Magento webshop. I bought a templete for my webshop so that I did not have to do any programming myself since I don't have any knowledge about programming. On the bottom of the product pages of my…
0
votes
1 answer

jcarousel slideshow

i am using jquery jcarousel for my image slider but encountered problem. the problem is whenever i click on the specific image slider image isn't seen. i mean there is no change in main image. any help is welcome. i have included all the jquery and…
samjhana joshi
  • 1,995
  • 4
  • 35
  • 69
0
votes
1 answer

grey box AJS.js file conflicking with Jquery

Im using http://orangoo.com/labs/GreyBox for popup in my application everything was working fine until i added Jcarousal from http://sorgalla.com/jcarousel Now greybox is working but jcarousal is not working when i comment the line in greybox as…
skhurams
  • 2,133
  • 7
  • 45
  • 82
0
votes
1 answer

Jcarousel and display: none + SEO concern

I am using jcarousel on a page in 3 different sections. I initially show the first section and hide the other two with display: none. I have done some googling and found this is a common problem because anything that has a display of none…
Brett
  • 19,449
  • 54
  • 157
  • 290
0
votes
2 answers

How to use jCarousel with PHP function?

I'm still learning both PHP and jQuery, and this seems to me to be a reasonably complex thing to try and do. What I'd like to be able to do is use jCarousel's textscroller capability to display a list of URLs generated by a PHP function rather than…
markratledge
  • 17,322
  • 12
  • 60
  • 106
0
votes
1 answer

I've got a trouble in css and jcarousel lite

I had this HTML code like that: .caption-right { width:102px; height:18px; background:transparent; position:absolute; z-index:100; margin: 44px 0 0 0; } .Topview-Items .Topview-Items-Item .WrapImage{ …
gacon
  • 2,075
  • 4
  • 21
  • 32
0
votes
1 answer

jQuery / jCarousel: Issue with last slide image when wrapping content

I’m using the jQuery jCarousel on a blog of mine and have ran into a problem which is related to using the auto slideshow function and to wrap the content at the end, so it restarts from picture one. When the slider comes to the last image it stands…
Emil Devantie Brockdorff
  • 4,724
  • 12
  • 59
  • 76
0
votes
2 answers

Call jQuery function in a loop with different parameters

I am trying to create multiple carousels in one page following this example. I am creating my carousels in a foreach loop, and I assign to each carousel the names c0, c1, c2, etc. (Each carousel is a
) Now, in order to run the script according…
user990635
  • 3,979
  • 13
  • 45
  • 66