[jQuery] Re: jcarousel issues
The link doesn't seem to work...
[jQuery] Re: jcarousel issues
I've uploaded my website to http://www.rivervalleycelebrationcenter.com/test/rvcc.html so that you can see the issue. The jcarousel at the bottom is showing the second set of items, and if you press the 'next' button, it hides the first set and then won't go back to it. Hope this is what you're
[jQuery] Re: jcarousel issues
I am completely unable to help you based on your supplied info. NOTE! Instructions how to make it easier for us to help you: 1. Go here http://vidasp.net/HTML5-template.html 2. Copy the code into a text-editor. 3. Write a simple demo demonstrating your problem. 4. If you have an active hosting,
[jQuery] Re: jCarousel, click link to load different number of contents
Hi again, I didn't get an answer for my question, and I was wondering if I didn't explain myself properly or if it is that has no solution or it's too complicated. Please guide me here, I need to solve the problem asap :( Thanks once again!
[jQuery] Re: Jcarousel Add Link
add links to your item list something like: {url: "http://static.flickr.com/66/199481236_dc98b5abb3_s.jpg";, title: "Flower1", link:"http://wherever.com/"}, and then update the helper function to something like: function mycarousel_getItemHTML(item) { return ''; }; Jon 2009/10/9 cMantill
[jQuery] Re: jCarousel: restart the carousel
Hi again, I have no answer to this post yet, does anyone knows about a jCarousel forum where I can post it? I trully need to fix it and I'm runing out of time to do so. Thanks a lot! On Sep 4, 3:12 pm, Lleoun wrote: > Hi all, > > I'm using jCarousel as a video playlist. There's a total of 8
[jQuery] Re: jcarousel
using CSS make it any size you want ORY wrote: 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!
[jQuery] Re: jCarousel Appears Vertical then Horizontal
Assuming your carousel container name is something like div id="carousel" Try setting something in your main CSS like: #carousel ul li { float: left; width: 75px; /*or whatever the width of your items is*/ height:75px; /*or whatever the height of your items is*/ } On Aug 25, 11:55
[jQuery] Re: jCarousel Appears Vertical then Horizontal
very likely something's wrong in css, further guessing would be futile, link? Sparky12 wrote: Still got this problem ? Anyone else had any luck with it ?
[jQuery] Re: jCarousel Appears Vertical then Horizontal
Still got this problem ? Anyone else had any luck with it ?
[jQuery] Re: jCarousel - next still enabled on last item
turns out my css widths need to be set correctly ... extra margins/ wrong width is the cause On Aug 19, 4:25 pm, Adrian Lynch wrote: > I se what you mean. It looks like it's trying to show one more item at > the far right. > > I haven't used jCarousel is a long time, but your best bet is to use
[jQuery] Re: jCarousel - next still enabled on last item
I se what you mean. It looks like it's trying to show one more item at the far right. I haven't used jCarousel is a long time, but your best bet is to use the non packed version and step through the code till you find the issue. Actually, before that, create a much simpler page and see if the pr
[jQuery] Re: jcarousel outdated
I also have used jCarousel with 1.3.2 without issues I'd be careful with old(er) plugins like that, he hasn't updated the code since last April.. "your millage may vary" from here on out With *any* older plugin code, first thing to check is to see if they were using the depreicated in 1
[jQuery] Re: jcarousel outdated
I have successfully used jCarousel with jQuery 1.3.2, so I'm not sure why you would be having any issues. On Aug 17, 12:02 pm, EastsideS wrote: > 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.
[jQuery] Re: jCarousel External Control as Pagination
After very much hassling google, I found the answer to my first question to be: carousel.scroll(9) Basically, to go to image-element number 9, I would need to pass that into a button. Much simpler than I had expected, and it works just as hoped. To the "harder" issue; replacing the External Con
[jQuery] Re: jCarousel External Control as Pagination
without seeing your code it's a bit of guess work... you could try this use the callback function initCallback assuming that you are showing 5 items and your external control has id = btn-show-next, attaching an event something along these lines ought to help you. *$('#btn-show-next').click(functi
[jQuery] Re: jCarousel and ThickBox
Hey guys, now the problem got worse :S When I open the page with the carousel, it shows normally on Firefox, like this pic: http://picasaweb.google.com/lh/photo/9ftA0BHxK4iBI0yDLCEzBQ?authkey=Gv1sRgCNuL8Y7bn8OxEA&feat=directlink but when I open it on a thickbox, the carousel and the accordion doe
[jQuery] Re: jCarousel Unable to Hide List Bullets
float has nothing to do with bullets. It sounds like you have other css issues at play. Best way to resolve is post a link. Chris wrote: 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 F
[jQuery] Re: jcarousel: How to call reload() as a result of user action outside of the carousel?
HI try this Code : var theModelCarousel = null; *function clearModelCarousel() { theModelCarousel.reset(); } * function modelCarousel_initCallback(carousel) { theModelCarousel = carousel; }; displaySlideShow = function(){ $('#mycarousel').jcarousel({ initCallback: modelCarous
[jQuery] Re: jcarousel - malware-adware?
set your dimensions as in the stylesheet included in the documentation. http://sorgalla.com/projects/jcarousel/lib/jquery.jcarousel.css 2009/7/19 icpep > > MorningZ wrote: > >> It's called a "false positive"... where Spybot *thinks* it's something >> malicious, but it isn't... >> >> if it's r
[jQuery] Re: jcarousel - malware-adware?
MorningZ wrote: It's called a "false positive"... where Spybot *thinks* it's something malicious, but it isn't... if it's really that much a concern to you, and in no should it, then i would suggest not using the plugin On Jul 19, 11:18 am, gauthier2022 wrote: I had malware/adware two day
[jQuery] Re: jcarousel - malware-adware?
It's called a "false positive"... where Spybot *thinks* it's something malicious, but it isn't... if it's really that much a concern to you, and in no should it, then i would suggest not using the plugin On Jul 19, 11:18 am, gauthier2022 wrote: > I had malware/adware two days ago. > > Scanned w
[jQuery] Re: jCarousel Appears Vertical then Horizontal
Can you post a link? This problem surely has an easy solution but not easy to guess what it is without seeing it. Be a lot easier to debug real thing in firebug . Andy wrote: Hey Guys, Getting the same issue - anyone know of any other fixes to this problem ? Really need some help!? Thx
[jQuery] Re: jCarousel Appears Vertical then Horizontal
Hey Guys, Getting the same issue - anyone know of any other fixes to this problem ? Really need some help!? Thx
[jQuery] Re: jCarousel Appears Vertical then Horizontal
Anyone got any other ideas ? Really appreciate any help?
[jQuery] Re: jCarousel Appears Vertical then Horizontal
Hey MorningZ, Thanks for the suggestion - this worked for Firefox and seems to have fixed the error ... but the error remains in IE ? Any more ideas ? Thanks so much.
[jQuery] Re: jCarousel Appears Vertical then Horizontal
How about using "display: none" on the list and then removing that CSS property when jCarousel is done doing it's thing? There is going to be "time" in between the HTML being generated and getting to the script to set it up On Jul 12, 6:28 am, Sparky12 wrote: > Hi Jonathan, > > Thanks so much
[jQuery] Re: jCarousel Appears Vertical then Horizontal
Hi Jonathan, Thanks so much for the response. Yeah, I tried this and it partially solves the problem (no probs in safari) - but it seems that IE and Firefox still have the vertical rendering issue? Do you know anything else I could try ? Thanks
[jQuery] Re: Jcarousel problems in the buttins with IE6
Could you post a test page? Is the NEXT button just unclickable in IE6 or is it actually showing the "disabled" (aka 'grayed out') version? Are your previous/next buttons png format (the default ones for the plugin are png)? And are you applying some sort of PNG fix on the site? I have seen som
[jQuery] Re: jCarousel Appears Vertical then Horizontal
Sparky12 wrote: Btw - the problem is the items are aligned vertically by default and then after applying the jCarousel script they become aligned horizontally ? Any way to resolve this ? Try editing the css so the container div has overflow: hidden and a fixed width/height. Jonathan -- Jo
[jQuery] Re: jCarousel Appears Vertical then Horizontal
Btw - the problem is the items are aligned vertically by default and then after applying the jCarousel script they become aligned horizontally ? Any way to resolve this ?
[jQuery] Re: jCarousel Appears Vertical then Horizontal
Btw - the problem is the utens are aligned vertically by default and then after applying the jCarousel script they become aligned horizontally ? Any way to resolve this ?
[jQuery] Re: JCarousel not rendering added data in IE 6, 7, or 8!!!!!!!!!!!!! Works in all other browsers
Here is the Json returned [ { "ImageTag": "\u003cdiv class=\"CarouselItem \"\u003e\u003cp\u003e\u003ca href= \"Bear-10.prod\"\u003eTeddy Bear\u003c/a\u003e\u003c/p\u003e\u003cp \u003e$20.95\u003c/p\u003e\u003cdiv\u003e",
[jQuery] Re: JCarousel not rendering added data in IE 6, 7, or 8!!!!!!!!!!!!! Works in all other browsers
Tried this instead. Got no errors and the data painted fine in FireFox. But in IE, it hit my error handler. Again, no idea why in IE it's complaining. I checked that the json returned is definitely valued (obviously it has to be because this data is rendering in FireFox and other browsers) by
[jQuery] Re: JCarousel not rendering added data in IE 6, 7, or 8!!!!!!!!!!!!! Works in all other browsers
I just tested this out with adding an alert(data.length); In FireFox, the alert comes right up. But in IE 6,7,8, it never hits the alert: $.getJSON("http://localhost:59396/xxx/CarouselHandler.ashx? action=getproducts&ids=" + ids, function(data) {
[jQuery] Re: JCarousel not rendering images in IE
The examples seem to work fine on http://sorgalla.com/projects/jcarousel/ but for some reason my implementation shows the placeholders but no images are rendered. I looked at the mark-up and the html is fine. It works in FireFox, Safari, and Chrome just fine and so it's weird that my implementati
[jQuery] Re: JCarousel - how toenable / disable next button manually
another example. Look at the source. Where the hell did he get this this.buttonNext[0].jcarouselstate jcourselstate and even buttonNext? where are these objects from? I see no creation of them in the rest of the source code. I just don't get it. On Jul 2, 8:45 am, expresso wrote: > so I t
[jQuery] Re: JCarousel - how toenable / disable next button manually
For example is carousel.has a jQuery function or a carousel function. I can't distinguish between what is carousel exposed and what's just being called from the jQuery library when looking at the source or other people's examples such as http://usejquery.com/sites/296 so back to my original quest
[jQuery] Re: JCarousel - how toenable / disable next button manually
so I tried this and added this to my mycarousel_itemLoadCallback function (I looked at the JCarousel source code and thought maybe this would work): this.buttonNext[0].jcarouselstate = 'enabled'; it seemed to enable it, but then my fing pictures did not render! I'm about to lose it. Anyone hav
[jQuery] Re: Jcarousel - Can I make a jcarousel completely reset and reload!
Try doing something like this; var theModelCarousel = null; function modelCarousel_initCallback(carousel) { theModelCarousel = carousel; // Callback functuions if needed }; jQuery(document).ready(function() { jQuery('#mode
[jQuery] Re: jcarousel with ajax and hyperlinks
Yes the 1st one is possible. I did it using Grails and Jquery. Cheers, Chandan Luthra Intelligrape Software Pvt. Ltd. site: www.intelligrape.com blog: www.intelligrape.com/blog On Wed, Jun 10, 2009 at 21:35, crush123 wrote: > > I actually managed to solve no.2. > > Probably not the best or mo
[jQuery] Re: jcarousel with ajax and hyperlinks
I actually managed to solve no.2. Probably not the best or most efficient way, but i concatenated a string from the imagename, imageurl and link url separated by a pipe & double pipe. I then sliced the returned string and stores the slices as the appropriate variables. I used these to show image,
[jQuery] Re: jCarousel sliding 2 items
Try to specify your carousel itens, like this: jQuery('#mycarousel').jcarousel({ auto: 0, scroll: 2, * items: 'li div.jcarousel_item_content**',* wrap: 'last', buttonNextHTML: '', buttonPrevHTM
[jQuery] Re: jCarousel Question
Anyone can help me please? Thank you! On May 26, 5:46 pm, West wrote: > Hello. > > I have a question regardingjCarouselusage. > > I am able to configurejCarouselto display items on more than one > horizontal line? > > For example: > > back 1 2 forward > -- 3 4 - > > 4 items per sec
[jQuery] Re: jCarousel - set start variable based on class w/Dynamic data
Hi there, I'm looking to do the same sort of thing I don't need the dynamic list functionality but the var with a custom startPlace is exactly what I'm looking for. I have the .active class in place, problem that I'm getting is that after the page reloads, the carousel isn't auto-scrolling
[jQuery] Re: jCarousel issues... need to auto-scroll after page refresh
I'd appreciate a little help from anyone — especially Jan Sorgalla! Where are you Jan, holiday? ;) On May 4, 9:21 pm, uberschweiz wrote: > I have thejCarouselworking well. However the functionality I'm > looking for seems to be easy with the callbacks available -- I just > have no clue how
[jQuery] Re: jcarousel and text below image
Hi, Any more help on this please. Had no response since for weeks. I would realy apreciate the help. I looked up a lot of tutorials and stuff, and does not matter what I try, I do not manage to get it to work. Thanks. Hugo On Apr 18, 11:47 am, "globalpropertyonline@gmail.com" wrote: > Hi
[jQuery] Re: Jcarousel - Can I make a jcarousel completely reset and reload!
I'm also trying to have access to the jcarousel object. there are a couple of methods accessbile via a callback function, but since I'd like to call them from an other objects callback function - I'd need them to be accessble directly. Unless somebody has an other solution? On Feb 28, 2:01 am, Al
[jQuery] Re: jcarousel lite beforestart improvement
o.beforeStart.call(this, vis()); -> o.beforeStart.call(this, vis(), to); I was too fast, this is not enough. Something like this needed: var nextItem = parseInt(to); var numberOfScrolledItems = itemLength-2; if (nextItem < 1) { nextItem += numberOfScrolledItems; } else if (nextItem > numbe
[jQuery] Re: jcarousel and text below image
Hi Jay, Thanks for the help before but could you please be so kind to see me latest post below to brian and see what I have done so far and tell me where I am going wrong as I am still stuck with the text. I will realy apreciate it. Thanks Hugo On Apr 11, 12:49 am, jay wrote: > You can put i
[jQuery] Re: jcarousel and text below image
Thanks Brian. Could you have a look at this and tell me where I am going wrong or could you tell me where to place the information as I have done the following and can still not get it right. I will realy apreciate your help. Thanks Hugo Here is what I have done : I have now added the functi
[jQuery] Re: jcarousel and text below image
Hi Jay, Hope you had a good Easter Weekend. Any more help on my previous post will be much apreciated as I am still stuck with the same thing. Thanks in advance for your help. Hugo On Apr 11, 8:36 am, "globalpropertyonline@gmail.com" wrote: > Thanks for the response Jay. > > I have now ad
[jQuery] Re: jcarousel and text below image
Thanks for the response Jay. I have now added the function as follows in the head and tried the following two lines at three different places but still no luck. The errors seems to have gone away now , but I do not see the Bla. div = $("blah"); $(document.body).appendChild(div); 1) I have put t
[jQuery] Re: jcarousel and text below image
There's no need for body onload="" when using jquery. As long as the library is included, you need only do: $(function() { whatever(); }); Here, the whatever() function will run as soon as the DOM is loaded (generally, this occurs before the page is displayed). On Fri, Apr 10, 2009 at
[jQuery] Re: jcarousel and text below image
Thanks Jay, I have put a function Load() in the head and called it in body onload. and then add the two lines in Javascript just below the Div is declared but it seems to have a javascript error and no Bla is displayed. I tried to change a few things but no luck. This is what I have done. fun
[jQuery] Re: jcarousel and text below image
You can put it at the very bottom and wrap it with tags, or you could put it in the head in script tags like this: