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 <ralph.whitb...@gmail.com>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 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. > > Ralph > > > On Thu, Apr 9, 2009 at 7:44 PM, Skinnyl <l...@lefthandedmonkey.co.uk>wrote: > >> >> 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. >> >> I've been trying to use the cycle pager from here >> http://www.malsup.com/jquery/cycle/int2.html to create a series of >> slideshows for my portfolio. Bascially there is one slideshow for >> each client with 3 to 5 slides in each. I got the first one to work >> like a charm and assumed i could just paste a few more in and change >> the images... but no... >> >> After hours of tinkering i get a few scenarios (none of which are >> right) >> >> 1. The first slideshow has the nav buttons and works fine but the >> other one (i'm just trying to get 2 going for now) has no buttons at >> all >> 2. The nav buttons for BOTH slideshows are underneath the first one >> only, regardless of where they're placed in the HTML >> 3. The buttons all disappear completely. >> >> I've tried changing tags and copying the scripts multiples times and >> all sorts. >> >> I'm sure the solution is embarrasingly easy but i just can't get it. >> >> So can anyone help me out? >> >> Here is a link by the way to what i've got so far >> http://www.lukeskinnerdesigns.co.uk/jq-test.html. The HTML and CSS >> are all over the place so don't judge me on that - one problem at a >> time. >> >> >> >