PDA

View Full Version : Clickable Slide Show


Techie77
Jul-11-2007, 08:30 AM
I have a slide show on my page (photons.smugmug.com). I would like to include a clickable link so that when any slide in the show is clicked, my Galleries page comes up (not the slide show gallery). Possible? Thanks a lot.

brandofamily
Jul-11-2007, 10:40 AM
I have a slide show on my page (photons.smugmug.com). I would like to include a clickable link so that when any slide in the show is clicked, my Galleries page comes up (not the slide show gallery). Possible? Thanks a lot.

the answer is yes... I did it w/ mine... look for this code in the slide show JS and put in your gallery location...
function ssAddSlideClick(sUrl) {
addEvent(sSlide, 'click', function(){location.href="http://brandolinoimaging.com/gallery/1595381";});
}

Techie77
Jul-11-2007, 02:30 PM
the answer is yes... I did it w/ mine... look for this code in the slide show JS and put in your gallery location...
function ssAddSlideClick(sUrl) {
addEvent(sSlide, 'click', function(){location.href="http://brandolinoimaging.com/gallery/1595381";});
}

Anthony,

Thanks for the reply, but I pasted the code into my JS section and nothing changed. Did I do something wrong?

Frank

brandofamily
Jul-11-2007, 07:03 PM
Anthony,

Thanks for the reply, but I pasted the code into my JS section and nothing changed. Did I do something wrong?

Frank

You did not read the post correctly....
LOOK for this piece of code in the slideshow JS... it's ALREADY there in a slightly different form.... once you FIND it, then modify it as I did mine...
Good luck...
Let me know if I can be of any more assistance...

Techie77
Jul-12-2007, 04:41 AM
You did not read the post correctly....
LOOK for this piece of code in the slideshow JS... it's ALREADY there in a slightly different form.... once you FIND it, then modify it as I did mine...
Good luck...
Let me know if I can be of any more assistance...

That's what I did. It doesn't work.

Thanks for your time.

brandofamily
Jul-12-2007, 04:52 AM
That's what I did. It doesn't work.

Thanks for your time.

OK... next question, did you add the header/footer code from the slideshow thread to make it clickable?

Techie77
Jul-12-2007, 05:02 AM
OK... next question, did you add the header/footer code from the slideshow thread to make it clickable?

That was it. Thanks.

brandofamily
Jul-12-2007, 08:18 AM
That was it. Thanks.
no problem... just have faith...:thumb