[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.

[jQuery] JQuery Cycle Plugin Multiple Pagers on one page

2009-04-09 Thread Skinnyl
Hi, First of i'm sorry if the answer to this is somewhere on here already but i've been staring at the screen for hours trying fix this and haven't found exactly what i need. Also i should warn you i know next to nothing about jquery or javascript or any other internet magic past HTML and CSS.

[jQuery] Cycle Plugin: Multiple pagers

2008-11-10 Thread ppblaauw
Hi all, Is it possible to use multiple pagers for one slideshow. Eg. a pager above the slides and a pager below the slides. One pager could be a number pager and the other an image pager or both the same. Thanks, ppblaauw