[jQuery] Cycle plugin: problem showing slide titles in pager (using pagerAnchorBuilder function)

2009-08-20 Thread lumpysimon
Hi This question has been asked several times in various places online, but the solution that's usually given isn't working for me. I want to show the slide titles (rather than just numbers) in the pager, so am calling it like this: jQuery(document).ready(function() { jQuery('#cycle-pic

[jQuery] Re: Jquery Cycle Plugin Problem

2008-11-10 Thread Mike Alsup
> But if you could test in a pentium, the cpu ups to 90-100% and the > memory will increase until the pc will block. I had tested in 2 > different pc ( more than 15 minutes but it´s a problem if you have the > window open). Yes, as I mentioned, JavaScript animation is very CPU intensive. If you'

[jQuery] Re: Jquery Cycle Plugin Problem

2008-11-10 Thread Jorge
On 7 nov, 19:00, Mike Alsup <[EMAIL PROTECTED]> wrote: > > There is a problem with pc memmory when the plugin is working ( Tested > > in a few pcs). At Least you need a 2 core duo for a not problem > > experiencie, but try in a pentium  4 with 1gb of ram... and you will > > Khnow. > > Open the tas

[jQuery] Re: Jquery Cycle Plugin Problem

2008-11-07 Thread Mike Alsup
> There is a problem with pc memmory when the plugin is working ( Tested > in a few pcs). At Least you need a 2 core duo for a not problem > experiencie, but try in a pentium  4 with 1gb of ram... and you will > Khnow. > Open the task administrator and test de memmory. It's not clear to me wheth

[jQuery] Jquery Cycle Plugin Problem

2008-11-07 Thread Jorge
There is a problem with pc memmory when the plugin is working ( Tested in a few pcs). At Least you need a 2 core duo for a not problem experiencie, but try in a pentium 4 with 1gb of ram... and you will Khnow. Open the task administrator and test de memmory. Any Solution for this?

[jQuery] Re: jquery cycle plugin problem?

2008-11-06 Thread Netherscurial
Thanks Mike, I got it working, i have to add inline widths to the first slide for the background endcap containers. The IE 6 problem is frustrating. The CSS looks fine. Could you take a look at the CSS and code to see if I am doing ti right? I have this for js call $('#s7').cycle({

[jQuery] Re: jquery cycle plugin problem?

2008-11-06 Thread Mike Alsup
> Explorer 7 there seems to be a graphic glitch on the initial slide/ > frame, the top header looks like it is overwriting part of the box,   > same with bottom. It's fine after the first frame. > > In Explorer 6, there is a blue background that is showing behind the   > testimonial box. Hmm, I d

[jQuery] Re: jquery cycle plugin problem?

2008-11-06 Thread Netherscurial
I solved the problem in IE 7, it seems the top and bottom divs/spans that contains the background image were collapsing width wise, so I have to add a width inline on the first slide to get it to work. I am still having trouble with the blue background problem in IE 6. It seems that the backgroun

[jQuery] jquery cycle plugin problem?

2008-11-06 Thread KEVIN EVANS
Hello, I have a site here http://www.crsdepo.com/newsite/index_cycle.html where I am using the Jquery cycle plugin but I am having some problems in Explorer 7 and 6. In the right column near the bottom there is a testimonials section, which I have it cycling up, it looks perfect in Firefox

[jQuery] cycle plugin problem

2008-03-04 Thread Diego A.
Hi all, (and Hopefully Mike Alsup) I have not been able to use the cycle plugin and it's driving me insane. The error message (in firebug): this.domManip is not a function I know the error originates from this line on the cycle plugin... opts.before[0].apply(e0, [e0, e0, opts, true]); I have ch