I am trying to get the slideshow to stop sliding on the fourth image
(the last image in the slideshow) but having no luck. I've changed,
"afterEnd: null" to "afterEnd: stop" in the $.fn.jCarouselLite
function (line 17 in my version) but it is stopping on the second
image, not the fourth. I know how
Hi! I'm RoxAnne and a total newb to jQuery.
I'm trying to make a carousel with two slides. The code is supposed to
loop them so at the second slide, the next button takes you back to
the first.
When I open it up to test, I see the first slide in its place and then
the second slide out to the righ
Hello,
I'm trying to use the jCarousel plugin (http://sorgalla.com/projects/
jcarousel).
It works fine for me, except I would like to change the content of the
carousel using a drop-down.
For example, by default I load the product previews of category1
(that's easy).
But then, I have a simple drop-
I found a bug in the scroll function of jcarousel :
If the number of items is not a mutiple of the scroll parameter, then
when you go back in the list, the first item is nether shown again.
Ex : try a list of 6 items with visible parameter=4 and scroll
parameter=4.
The solution is to change line
This is what I've got so far: http://zek.nma.sg/ (I'm implementing
jQuery in Wordpress)
This is what I'm trying to get: http://tinypic.com/r/mtqfmc/6
The following is an example of an implementation of Galleria and
jCarousel, but I couldn't get their tutorial to work for me:
http://themeforest.s3
Hi,
I'm running Drupal 6 with JCarousel and view carousel, its works
perfectly in Firefox, but its broken in internet explorer.
The problem can be seen in my production site: http://www.kidsgame.co.il
(after scrolling down)
I can't find what the problem is, though I checked in many
directions...
Th
Hi, this is my first post here
I am trying to use jCarousel with Two columns:
http://vencanice.eu/galerija.php
becaus there is always two pictures of one bride (front and back).
the order:
first li is 1
seconnd is 2
1,2
3,4
5,6
I know everything... almost ... can be done ... but how?
I would like to use the carousel at
http://sorgalla.com/projects/jcarousel/examples/dynamic_javascript.html
My company needs a product slider and it works well with a few changes
to the CSS.
I am having trouble however adding links to the images. If someone
could show me a function or how to decla
Hi.
Im trying to animate the prev/next buttons.
my aim is to make them invisible when not hovering the carousel.
first i tried to make the images invisible and visible when howering,
thats working.
i have a problem with hiding the next/prev buttons.
---
$(document).ready(function(){
Hi!
I'm having some troubles with the jCarousel by Jan Sorgalla. I'm
loading the carousel dynamically and the images display. But I'm
unable to make them scroll. There are no errors according to Firefox.
The code I'm using is a replica of the one used for the vertical
scroller with minor adjustme
I'm trying to get jcarousel to display a google reader feed that
aggregates several feeds into a category label, but it's not working
correctly. I thought it had something to do with the URL encoding of
the link because the script works fine with other single feed links.
Any help greatly appreci
I've discovered that http://sorgalla.com/jcarousel/ will hang IE7 (but
not IE8) when the this.funcResize handler (bound to window.onresize)
is called.
The setup for this is in init around line 226:
$(window).unbind('resize', this.funcResize).bind('resize',
this.funcResize);
What happens is that
HI I am trying to work with the jCarousel plugin by Ian Sorgalla
http://sorgalla.com/jcarousel/
Does anyone know how I could wrap a link around each of the images in
the Carousel ?
Hello, i tought of using your slider on my website, but is there
anyway to make the slider larger and were in the code would i do that?
thx for a creat slider!
Hi all,
I'm using jCarousel as a video playlist. There's a total of 8 items, 6
shown at load.
The playlist plays item to item in the carousel until the last one.
Once the last item is played, the first item starts playing again.
As I need the carousel to scroll to the first item when the playl
on line 111 the nodeNames need changing from upper case to lower case.
from
if (e.nodeName == 'UL' || e.nodeName == 'OL') {
to
if (e.nodeName == 'ul' || e.nodeName == 'ol') {
simply because all tags should be lower case, if using the xhtml+xml
header you will get an error about clip[0] being und
Hi,
I have the JCarousel working in the horizontal position. It changes
automatically and can display say 5 images correctly.
But when i try to set it to vertical the images get squashed together.
Does anyone know how i can fix this.
Regards
How do i get the JCarousel working automatically in vertical with auto
re-size.
It works fine horizontally but when i try to do more than 3 pictures
vertically they get squashed.
i am using http://sorgalla.com/jcarousel/
when i have reached the last item, where the next button shld have
been disabled, its still enabled leading to an extra space when next
is clicked.
http://iceangel89.110mb.com/templates/folio3/
Hi, I´m using jcarousel, along with a plugin called jScrollPane. Both
scripts work fine on their own. only jcarousel only works under jquery
1.2.3 and jScrollPane only works with 1.2.6+.
My question: how do i let them run nicely alongside?
jCarousel: http://sorgalla.com/jcarousel/
jScrollPane:
Hi there. Hoping this is the right place to be asking this.
I'm developing a website using an accordian and a carousel (http://
sorgalla.com/projects/jcarousel/).
The accordian has 2-4 items in it, one of which is a vertically
carouselled list of comments.
If I've set the accordian to start on a
Hi there (tried posting this earlier without result),
I have a couple of problems using jCarousel, and was hoping someone
here might lead me to a solution. First of all, can I change the way
the External Control function works? I am guessing that I "only" need
to edit the javascript file, but hav
Hi there,
I have a couple of problems using jCarousel, and was hoping someone
here might lead me to a solution. First of all, can I change the way
the External Control function works? I am guessing that I "only" need
to edit the javascript file, but having little knowledge of it, I
chose not to.
I am attempting to use multiple carousels with a callback function on
one page, and for some reason when I click the next button of one
carousel, a previous on the same page increments as well as the
carousel that contains the next button. After doing some debugging I
realized that the both carou
Hello guys...
I've been using thickbox for jQuery for a while now and I liked it. I
specially use it to show ajax content.
But then I needed to use a page with a jCarousel inside this thickbox. When
i open the page address,
the carousel works just fine, but when I load the page inside the thickbox
I noticed the default CSS in the jCarousel examples include "list-
style: none;"
However, if you hide the img tags, you'll noticed IE7, Safari4, and
FF3.5 all show the list bullets.
Is there something I'm missing here? I'd expect "list-style: none;" to
be pretty simple to interpret, but I find i
Hi, I have a question about jcarousel. I want to display three sets
of images on a Web page, and I want to use only one jcarousel to do
it. I want to change the list of images based on the user clicking on
one of three links, each representing a set of images. How do I do
this? I know I can ed
I had malware/adware two days ago.
Scanned with Spybot search and destroy but now mybrowsers are slow (IE
and Firefox) plus i get a window saying:
"jcarousel" No width/height set for items. Tjis will cause an infinite
loop."
What caused this and how do i correct the problem?
Thanks to the good
Hi all,
I have a big problem with Jcarousel.
I don't know what to do!
In IE6, when I open my page, the button NEXT is disabled and so I
can't view the other photos.
Any help, please?
Thanks a lot
Bye
Andrea
Hi,
I am using jCarousel and I am getting a weird bug that I am hoping
someone can assist me with.
Basically, jCarousel renders perfect - however for a brief instant the
carousel appears vertically and then appears horizontal as it should
in IE / FF
Does anyone know how to fix this bug ?
Thank
I have not been able to get my JCarousel implementation to show the
added data in IE 6,7, or 8. It works fine in all other
browsers..which is just weird especially when the creator's demos all
run fine in IE (http://sorgalla.com/projects/jcarousel/).
I simply added some simple Javascript logic t
Is jCarousel compatible with jQuery 1.3? If it isn't is there a quick
fix?
Hi,
I am using JCarousel in my website, and it seems to slow down, and
even freeze, the page when shown with IE8.
I was looking in the other posts and no one mentioned this problem
before! how ever I found a suggestion on another site with a similar
issue, which works as a work-arround... it to
I've got a major wall with this plug-in. You have to specify a size
that is > than the # of images that are currently viewable to get the
next button to be enabled. That mucks up my entire logic when trying
to look up in a javascript array and paint a new set of pictures every
time you move next
Has anyone had a problem where JCarousel does not render images in IE
8 but works fine in FF?
Hi over there,
i integrated the script jCarousel ( http://sorgalla.com/jcarousel/ ),
so i there are 2 errors at sitevalidation.
The site ( http://www.pulverlack-matzen.de/de/oberflaechenveredelung.php
) is using XHTML 1.0 Strict.
The first one, where the carousel is loaded, can be easy transform:
Couldn't find this bug reported previously. If the width of a
carousel's list items are defined with an !important declaration in
the CSS, Safari 3 crashes after jQuery advances the carousel and
attempts to remove the old slides from the DOM in the
itemVisibleOutCallback function.
Workaround is s
http://deweyresearch.oclc.org/pages/035262491.html
On the above page, we have two jCarousels that are advancing one-at-a-
time until you get to the final item. (22 clicks for carousel at top
of page, 16 clicks for the Related Works carousel half way down the
page. Try this one, it's easier to see
I am having an issue with unhiding carousels. When a carousel is
initially hidden (like on a tab), then the div in which it resides is
set to display:block, the carousel is empty.
In IE/FF this is resolved rather easily by not initializing the
carousel (calling $("#myObj").jcarousel(...) until i
In Safari 3.
Jcarousel seems to be creating an inline style for the width of the
that is not wide enough for the items contained in the .
This is causing the final to render below the other s, and it
is not showing up in the carousel.
Has anyone run into this bug? Is there a workaround or a
I have spent the last few hours playing with jCarousel and it looks
really impressive.
My javascript is still basic, but my php is ok.
Using the example dynamic_ajax_php.php as a guide, i created an array
from my recordset and generated a new xml file so that i can now
browse my own images dynami
I found an old thread where this was discussed...
http://groups.google.com/group/jquery-en/browse_frm/thread/41b01c1c21f61934/0e6da863d9e26a2a?lnk=gst&q=jcarousel+infinite#0e6da863d9e26a2a
For those of you facing the message 'jCarousel: No width/height set
for items. This will cause an infini
Regardless of what I do, I cannot get the Next button to function
properly in safari when there are elements that it can (and should)
scroll to. My implementation is paired with the jquery Galleria
plugin. Anyone else having this problem?
This can be observed at
http://www.rmrdevelopment.com/S
Hi there,
I just set up a jCarousel and I am impressed of what it's capable of.
I display two items at a time and want to scroll two items per click.
Currently there are 6 items in the containing the data for the
carousel.
Apperently, I got a problem with sliding always two. My problem is
that
Hi, I am using the jCarousel plugin. I have the container set to 100%
so it spans the width of the page. If I only have a single image (or
just a couple images) in the container, the images repeat instead of
just showing blank space. Any ideas?
Thanks!
Hi,
i am trying to use jcarousel with thickbox. everything works fine for
the first three image which are loaded but if I use next button to go
to next three images, the images are shown in jcarousel and If I click
on image the image is shown without thickbox. I assume that the
tb_init is not bei
hello,i'm trying without lucky to implement jcarousel in this site
http://www.mercantipercaso.com/
after spent time to make it works on standard browsers,I finally see
that it no works at on IE6.
I've no idea on what's happening and how to make it works.
please,be patience and give me a way to
Hello.
I have a question regarding jCarousel usage.
I am able to configure jCarousel to display items on more than one
horizontal line?
For example:
back 1 2 forward
-- 3 4 -
4 items per section, 2 on each line.
Thank you!
Hello,
I am trying to use jCarousel in my php script to show all records on
the same page. like this
http://sorgalla.com/projects/jcarousel/examples/static_simple.html
I have form where user has to logged in and then on his/her page he/
she can see these record. i have page where user is logged
Hi,
Hoping someone can assist:
1) I was wondering, is it's possible to use navigation buttons along
the top of the Carousel, with a short description, that will allow the
user to directly navigate to a panel within the carousel, using
jCarouosel?
Basically, if I want to do go directly to panel
Hi Guys,
I am attempting to get 2 horizontal rows with jcarousel, something
like
Item Item Item
< Item Item Item >
But there is just no code to do this anywhere ? Can someone assist
with a solution that works for both HTML and JS ?
I'm sure that I, and the other 1000 people trying to do
I have a dynamic jCarousel which pulls in JSON data from php, and
prints out the list html.
What I'm trying to do is set the carousel start item as a variable,
which would find the item with the class ".active", and start with
that item. The problem is that since the data is dynamic when it
look
Hi everyone, I have problem with set up jcarousel with jquery 1.3. I
need the auto circular one
jQuery('#mycarousel').jcarousel({
wrap: 'circular',
auto: 2
});
but behavior of carousel is vague. In init the first item appears
correctly, and the width of container is ok(I think it is
How to Add option to "View All" nodes like in
http://www.reindel.com/accessible_news_slider/ ?
thx.
Hi all, I've been lurking around the web for a long time but couldn't
find any answer to this yet. Hope someone will have some insights!
I'm trying to recreate something similar to this:
http://billwscott.com/carousel/carousel_spotlight.html
I'm displaying 3 elements at the same time, but I want
I have the jCarousel working well. However the functionality I'm
looking for seems to be easy with the callbacks available -- I just
have no clue how to achieve this.
Here's my javascript in the :
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
easing: 'EaseInOutExpo',
an
hello,
I'm using jCarousel Lite (http://www.gmarwaha.com/jquery/jcarousellite/
index.php) and would like to implement an image counter that would
display something like this: 1 of 10, 2 of 10 and so on.
I know jCarousel Lite has a variable called "curr" but I don't know
how to use it.
thanx
mare
I have added buttons to my jCarousel to trigger removing any image
from the carousel.
However, it seems the remove() method is not working for this. First
off, it only allows you to remove images that are off-screen. Even if
I hack around that problem the carousel does not update to remove the
ga
Hi,
I'm using JCarousel with transparent PNGs so I need to use a fix for
those images to show correctly in IE6. This fix is
http://jquery.khurshid.com/ifixpng.php
I run $('i...@src$=.png]').ifixpng(); on $(document).ready(); and is
fine, but the problem appears when the PNGs are inside a carou
Hi,
It would be nice to add the following modification to the jcarousel lite
plugin:
o.beforeStart.call(this, vis()); -> o.beforeStart.call(this, vis(), to);
This way a handler able to update for example an info panel which is
related to the next item.
Best Regards,
Felhő
how do i change the scroll-direction of jcarousel? in horizontal mode
the images scroll from right to left, but I want them to move from
left to right…
Thanks in advance,
papillon
Hi guys
I've discovered some really strange behavior with hiding/showing a
dynamic jcarousel. Here's the rundown...
I have a jcarousel and have it get items dynamically from a web
service... Works like a charm... Then I place this jcarousel in a div
and hide it on documentready. When I show th
Hi,
I am playing with jcarousel and trying to show text below my images.
Like for example the reference nr or name of the image.
I am showing images of properties from my database and allow the user
to scroll through the properties. If they like one, they can click on
it and it will then show a
Hello,
as the issues addressed in my first posting are mostly solved I do
this new post - maybe someone can help me with that.
I use jCarousel with jQuery to pull images from flickr and everything
works so far except for the initial state in firefox. It only requests
one image at the beginning so
I have a page with one JCarousel on it.
I need to be able to switch between different data sources for the
single display carousel.
I have it almost working - however when I execute... it loops around
to the default start state and doesn't keep the new data on
displayit blinks past though.
I
Hello,
I am using jCarousel 0.2.3 with jQuery 1.3.2 for displaying flickr
images and slimbox2 to show them in a lightbox.
I'm new to jQuery and I fiddled everything together from examples and
it allready works somehow but ere is my problem:
In FF most of the time only one picture is shown at th
Hi,
I need a bit of help.
I am using JCarousel.
I need 1 Carousel on my page, but I want to be able to change the
source of the data going to the carousel based on what the user
selects.
For example - set of images and text that is for Paris, one for Rome
and one for Hong Kong... the user selec
Hi,
I was wondering if anyone has done jCarousel page count plugin.
I mean along with jCarousel display a showing 'Showing 3 of 10
page' something like this.
Thanks for your help.
AM
This email message is a private communication. The information transmitted,
including attachments, is intend
Hello
Im trying to build a gallery like this one on
http://goal.com
I tried to use two jcarousels. One is a image slide show with auto
scroll, the the other is a simple carousel holds the image slider's
thumbnails I got them working separately, but cannot figure out how to
do the thumbnail naviga
Hello together,
I wanna use jCarousel as you can see it here http://www.dslproviderwechsel.de
in the header (the scrolling company logos).
Do you know the parameters for jCarousel to display the plugin as in
the example. Currently I have the following problems:
- the autoscroll function does no
Hi. I see in your project that the widt is fixed, to do the animation.
I want to know if is possible that the widt may be variable, like a
text, in horizontal.
I want to do a horizontal menu, and when click scroll the others
itens, but it will be text, then will be words with all widts.
Can some
Hi All,
I've found a very odd thing. I tried to upgrade my jQuery to the
latest (v. 1.3.2) but then jcarousel is not working.
The left and right arrows don't show.
Anyone has any idea as to why would that be?
Regards,
Tal.
jCarousel Flickr API /.I VANT THE FULL LIST BUT HOW??(All items not in
the visible range are removed from the list to keep the list small.)
SOMEBODIE CAN HELP ME OUT PLESE NWITH A WERSION OF THIS SCRIPT WITHOUT
REMOVING THE NOT VISISBLE PARTS...
I NEED THE FULL LIST...
"All items not in the v
Has anyone had any luck with turning small blocks of markup (like an
unordered list or something) into items within jCarousel?
What I mean is, if i have 10 list items that i want to scroll through
in the carousel, and 9 of them are images while the last one is a bit
of html text, has anyone been
hi, i'm new here and i'm new using javascript and jquery. I hope you
can help me.
I'm trying to build a webpage with the following 3 jquery components:
- jQuery Accordion Menu (http://www.michaeljacobdavis.com/tutorials/
statesavingaccordion.html)
- jCarousel (http://sorgalla.com/jcarousel/)
- Sh
Hello,
I use jCarousel with dynamic content loading via Ajax from a PHP
script, and it works fiiine :)
But there's always a but :) The images are loaded via a php file
called dynamaic_ajax_php.php, which contains an image array :
$images = array(
'http://static.flickr.com/66/199481236_dc98b5
Hello,
I want to be able to use an image as an external control instead of
text. I'm not familiar with jquery and need some help. Thanks in
advance.
I am looking for help to modify Jcarousel to support 2 rows of items.
If anyone has a working example that would be great!
Dont know why it does not support multiple rows by default...
Hey everyone.
I'm not sure if this is the right place to ask this question, 'cause
maybe it is a CSS question, but here it is:
I'm using jCarousel for a slideshow of images.
I got a content-div where the slideshow takes place and beneath I got
a footer-div in which I have placed the prev-/next-
Hey guys, i'm using Cycle, to display some images, and i wanted the
pager to be a carousel so that as we add more things we aren't
constrained by the width of the page.
That part in general wasn't that hard. The trick is making the
carousel scroll based on the active slide for cycle. I was rea
Can JCaroursel be set up so the list is offset via a class name?
(Example: six list items in the carousel, but the list item with
class="active" is shown as the first visible item in the list)
Thanks
I am using Jcarousel with Thickbox to have a sliding image viewer. But
i need a couple of them to either open up as html or flash. I really
need some help with this and im not very proficient in java or
jQuery
The site is http://www.l7creative.com/test/L7
There is also other .js files
the code
I am using Jcarousel with Thickbox to have a sliding image viewer. But
i need a couple of them to either open up as html or flash. I really
need some help with this and im not very proficient in java or
jQuery
The site is http://www.l7creative.com/test/L7
There is also other .js files
the code
I am using Jcarousel with Thickbox to have a sliding image viewer. But
i need a couple of them to either open up as html or flash. I really
need some help with this and im not very proficient in java or
jQuery
The site is http://www.l7creative.com/test/L7
There is also other .js files
the code
I am using Jcarousel and thickbox i need some of the thickbox items to
open up as images and i need some to open as html or flash. is that
possible? the link to my site is http://www.l7creative.com/test/L7
please help!
here is my code right now...
// Set thickbox loading image
tb_pathToImag
I am using Jcarousel with Thickbox to have a sliding image viewer. But
i need a couple of them to either open up as html or flash. I really
need some help with this and im not very proficient in java or
jQuery
The site is http://www.l7creative.com/test/L7
There is also other .js files
the code
I am wanting to use jCarousel but I am wondering if the only option
for effects is to use the easing plugin? Or, is there a way to just
simply specify the fade effect?
I am working on adding a feature to jcarousel lite which will allow
for continous scrolling when a button is hovered over previous or
next. So far I am about half way there but I need to write an ending
statment to tell jquery to stop the scroll upon the hover out event.
What I have in the comment
First of all, sorry for my english, and thank you in advance.
I can't seem to dinamically load new sets of items in a jCarousel when
the user clicks on a series of tabs. I'm trying to do it by changing
the innerHTML depending on the tab clicked.
To do this I'd need to reload/reset the carousel c
Hi!
I'm trying to configure the jCarousel to show only one picture with
the dimensions: 800x533 pixels. But when I change the CSS the
navigation flips through 4 images every time. How can I change it to
just go to next picture?
See the example here:
http://sorgalla.com/projects/jcarousel/example
I am creating this carousel with jcarousel lite plug in but instead of
getting a carousel I am just getting a vertical static list of images
when loading it into a table cell with firefox. I have read that IE is
notroious for having this problem as well.
Upon pressing the next and prev buttons th
Hi all i'm using the jcarousel scripts to do the images sliding like
here: http://sorgalla.com/projects/jcarousel/examples/static_controls.html
my images are like around 100 x 100. I have 9 in total, but display 3
at a time.
The problem is every time i refresh the page, it loads all the 9
images
Hi,
I tried using the simple carousel, but the buttons for nextlabel and
prevlabel don't appear on the screen, yet I can click to manouver left
or right. I must have missed a step somewhere to add the visibility to
these buttons, but I can't figure it out. Can someone help me out?
Thanks,
Shanno
I have tried to use the jCarousel Lite to do the task that I am after
on its own, but without any luck. The best way for me to describe what
I want is to not tell you what I want and point you to
http://htmlstore.co.uk/jqueryproblem/
The carousel works fine, and the swapping of images works fine
I am having terrible trouble gettinga jcarousel to reset. I have a
series of tabs that when clicked get the jcarousel to load witha new
set of items. I have been trying for days, trying the ajax demos and
just replacing the content by setting the html() but to no avail. it
works but the carousel
Hi guys,
In IE7 my jcarousel works perfectly however in Mozilla FF it remains
vertical, show the list bullets, does not show the arrows and on top
of all, when i try to throw it off by doing something drastic to the
CSS files it shows no effect at all.
It seems to me like its not rendering the f
Hello,
I am using jcarousel and i love it! BUT there is just one thing i use
the autoscroll and static controls. could we add a class to the active
control to change the css...
so when the carousel scrolls to the second image the number 2 static
control gets a class like active or something...
Hello,
please check out
http://www.mirox-media.com/blog_add/media/data/film_festivals.html.
It works fine in Firefox 3.0 (on Mac), but it has some very weird
problems in Safari.
The first time you load it in safari, the next button is disabled.
Then, only if you click on the "refresh" button in
Hi,
I need someone's help with jCarousel and the latest version of jQuery.
I'm using jCarousel in combination with text messages in front of an
image. I've tried to upgrade to jQuery 1.3, but the text disappears if
I'm using Internet Explorer 6.
What is the best way to start debugging this issue
ction() { carousel.stopAuto(); jQuery
('.jcarousel-prev').fadeIn('slow'); jQuery('.jcarousel-next').fadeIn
('slow');}, function() { carousel.startAuto(); jQuery('.jcarousel-
prev').fadeOut('slow'); jQuery('.jcarousel-next').fadeOut
('slow
1 - 100 of 264 matches
Mail list logo