[jQuery] Re: JQuery Cycle Plugin Multiple Pagers on one page

2009-04-11 Thread Skinnyl
Thanks a lot! That's finally it... phew. I really appreciate your help.

[jQuery] Re: JQuery Cycle Plugin Multiple Pagers on one page

2009-04-10 Thread Mike Alsup
On Apr 10, 1:11 pm, Skinnyl wrote: > Hi > > Thanks so much for that it works perfectly... except... > > If I add a text filled div to be included in the cycle like this: > > >     >     >     >     >                 text text text >     > > > > ... Once i've cycled to 4 the 3 images disapp

[jQuery] Re: JQuery Cycle Plugin Multiple Pagers on one page

2009-04-10 Thread Skinnyl
Hi Thanks so much for that it works perfectly... except... If I add a text filled div to be included in the cycle like this: text text text ... Once i've cycled to 4 the 3 images disappear and only the text div works. I've used classes instead of IDs

[jQuery] Re: JQuery Cycle Plugin Multiple Pagers on one page

2009-04-10 Thread Mike Alsup
> Ok so i've solved it by changing all the tags and adding new scripts > for each one > > http://www.lukeskinnerdesigns.co.uk/jq-test.html > > It looks good but i'm concerned that i'm gonna have a huge amount of > css and javascript with all the different slideshows. > > So is there a better way t

[jQuery] Re: JQuery Cycle Plugin Multiple Pagers on one page

2009-04-10 Thread Skinnyl
Ok so i've solved it by changing all the tags and adding new scripts for each one http://www.lukeskinnerdesigns.co.uk/jq-test.html It looks good but i'm concerned that i'm gonna have a huge amount of css and javascript with all the different slideshows. So is there a better way to do it?

[jQuery] Re: JQuery Cycle Plugin Multiple Pagers on one page

2009-04-10 Thread Skinnyl
Thanks for your reply but no luck... That does bring up two sets of navs that work but they are both with the first #portfolio div as i mentioned in my fist post (situation 2) They work fine but in the wrong place.

[jQuery] Re: JQuery Cycle Plugin Multiple Pagers on one page

2009-04-09 Thread Ralph Whitbeck
I'm sorry in my previous reply replace the words portrait with the word portfolio ... sorry. Ralph On Fri, Apr 10, 2009 at 12:17 AM, Ralph Whitbeck wrote: > Hey Luke, > > You have two ID's with the same ID "portrait" You can only have one ID > named portrait on the page...name the other portrai

[jQuery] Re: JQuery Cycle Plugin Multiple Pagers on one page

2009-04-09 Thread Ralph Whitbeck
Hey Luke, You have two ID's with the same ID "portrait" You can only have one ID named portrait on the page...name the other portrait2 or something. In your jQuery code change $("#portrait")... to $(".pics")... Both will then work. Although there seems to be other issues both cycles now cycle.