View Full Version : slideshow for portfolio
DanielB
Mar-30-2006, 01:14 PM
okay, so i want this slideshow for a portfolio... it will just be all the images in this gallery (http://standoutphoto.smugmug.com/gallery/1319558)
i've looked at the threads regarding the slideshows... looked at the coding. i can make out some of it, but naturally, its too advanced for me... so i'm lookin for some help. i really like how andy has his, and i want the slideshow to be in the "Portfolio" link for my navbar. instead of the gallery.
you guys are life-savers,
Daniel
Tmosley
Mar-30-2006, 01:19 PM
okay, so i want this slideshow for a portfolio... it will just be all the images in this gallery (http://standoutphoto.smugmug.com/gallery/1319558)
i've looked at the threads regarding the slideshows... looked at the coding. i can make out some of it, but naturally, its too advanced for me... so i'm lookin for some help. i really like how andy has his, and i want the slideshow to be in the "Portfolio" link for my navbar. instead of the gallery.
you guys are life-savers,
Daniel
cant you just choose slideshow as gallery view under customization,
DanielB
Mar-30-2006, 01:22 PM
cant you just choose slideshow as gallery view under customization,
but it has those ugly smugmug tool bars, i want mine clean, and with as few buttons as possible. and all pre-controlled.
Mike Lane
Mar-30-2006, 03:08 PM
Did you follow the directions? :ear
but it has those ugly smugmug tool bars, i want mine clean, and with as few buttons as possible. and all pre-controlled.
daniel, what you'll need to do is put an if statement in the footer where you assign your variables...check out my site for an example.
i have different slideshows on bigwebguy.smugmug.com and bigwebguy.smugmug.com/madeline
DanielB
Mar-30-2006, 03:47 PM
Did you follow the directions? :ear
tried to. :lol3
DanielB
Mar-30-2006, 03:51 PM
so what would i put in my ContainerId?
so what would i put in my ContainerId?do you mean where would you put your containerId?
put something like <div id="portfolioSS"></div> in the gallery description
then set slideshowContainerId = "portfolioSS"
DanielB
Mar-30-2006, 04:26 PM
do you mean where would you put your containerId?
put something like <div id="portfolioSS"></div> in the gallery description
then set slideshowContainerId = "portfolioSS"
okay... heres what i have so far to put in the footer.
<script type=”text/Javascript”>
/*required slideshow variables */
slideshowContainterID = “portfolioSS”;
slideshowAlbumId = “1319558”;
resizetoPhoto = true;
slideDuration = 5;
firstSlideUrl = “http://StandOutphoto.smugmug.com/photos/62251369-M.jpg”;
loadSlideshow() ;
</script>
how does that look?
okay... heres what i have so far to put in the footer.
<script type=”text/Javascript”>
/*required slideshow variables */
slideshowContainterID = “portfolioSS”;
slideshowAlbumId = “1319558”;
resizetoPhoto = true;
slideDuration = 5;
firstSlideUrl = “http://StandOutphoto.smugmug.com/photos/62251369-M.jpg”;
loadSlideshow() ;
</script>
how does that look?
looks delicious.
so the only slideshow you have is the one on your portfolio page then? no homepage slideshow?
DanielB
Mar-30-2006, 04:32 PM
so the only slideshow you have is the one on your portfolio page then? no homepage slideshow?
yep.
okay, so tell me why is it that i have to put it in my footer?
P.S.- i put the stuff in my footer, and the coding Andy gave us in my CSS box and i did that ContainerId thingy you told me to but it aint showin up:dunno
yep.
okay, so tell me why is it that i have to put it in my footer?
P.S.- i put the stuff in my footer, and the coding Andy gave us in my CSS box and i did that ContainerId thingy you told me to but it aint showin up:dunno
linky linky
DanielB
Mar-30-2006, 06:05 PM
linky linky
http://standoutphoto.smugmug.com/gallery/1319558
the gallery description part doesn't have anything there.... do i start a new gallery for my portfolio and use this one as the image storage?:dunno
http://standoutphoto.smugmug.com/gallery/1319558
the gallery description part doesn't have anything there.... do i start a new gallery for my portfolio and use this one as the image storage?:dunno
yes
just create a blank html only gallery and put that empty div in the description.
DanielB
Mar-30-2006, 07:18 PM
yes
just create a blank html only gallery and put that empty div in the description.
http://standoutphoto.smugmug.com/gallery/1320058 theres the gallery....
still nothing though:scratch
want me to PM you my sign-in info and you can figure out whats going on?
http://standoutphoto.smugmug.com/gallery/1320058 theres the gallery....
still nothing though:scratch
want me to PM you my sign-in info and you can figure out whats going on?
no, i want you to stop bugging me and figure it out yourself. :wxwax
but since we all know THAT's not gonna happen, just hang tight a second....i'm in the middle of packing for my trip. i'll check it out in a bit.
DanielB
Mar-30-2006, 07:56 PM
no, i want you to stop bugging me and figure it out yourself. :wxwax
but since we all know THAT's not gonna happen, just hang tight a second....i'm in the middle of packing for my trip. i'll check it out in a bit.
i'm tryin to be smarter:wink
brandofamily
Mar-30-2006, 08:05 PM
i'm tryin to be smarter:wink
Daniel, there was a thred awile back, before the slide show hack was invented, that gave a code set to remove the SM tools from the slide show option in the galleries. I do not remember the thread or code, but I bet Andy will. He seems to remeber everthing. That would solve your problems.
brandofamily
Mar-30-2006, 08:13 PM
i'm tryin to be smarter:wink
I found the code in an old CSS fcode set I had saved....
/*No Tools in Slide Show*/
.gallery_XXXXXXX .toolsbox {display: none;}
Obviously change the XXXXXXX to your gallery numbers.
This gives you a bsic slide show w/o the tools....
Hope this helps....
I assume you can arrange the setting for the gallery how ever you wish before hiding the tools. Like slide duration etc.
i'm tryin to be smarter:wink
daniel, open up that page in firefox then look at the javascript console.
your editing in Word b0rked things up beyond recognition.
start over.
Andy
Mar-30-2006, 10:54 PM
but it has those ugly smugmug tool bars, i want mine clean, and with as few buttons as possible. and all pre-controlled.
Talk about using a sledghammer to kill an ant! Daniel, Daniel, Daniel...
Allow me to introduce you to my FAQ:
http://www.dgrin.com/showthread.php?t=26043
There, by using your browser's "find" you'll get this thread on Forcing a Slide Show, and Eliminating The Toolbar:
http://www.dgrin.com/showthread.php?t=26359
And you can see an example on my site, click on NY Minute:
www.moonriverphotography.com
We're photographers, NOT web designers. Let's shoot more, and g33k out less. SmugMug has lots of stuff built right in, and we try really hard to get you the good stuff :evil
DanielB
Mar-31-2006, 02:39 PM
Talk about using a sledghammer to kill an ant! Daniel, Daniel, Daniel...
Allow me to introduce you to my FAQ:
http://www.dgrin.com/showthread.php?t=26043
There, by using your browser's "find" you'll get this thread on Forcing a Slide Show, and Eliminating The Toolbar:
http://www.dgrin.com/showthread.php?t=26359
And you can see an example on my site, click on NY Minute:
www.moonriverphotography.com (http://www.moonriverphotography.com)
We're photographers, NOT web designers. Let's shoot more, and g33k out less. SmugMug has lots of stuff built right in, and we try really hard to get you the good stuff :evil
:doh.... thanks andy and BrandofFamily, and especially you BigWebGuy.... its working now and looks mighty nice for all the hassle that was un-necesary.:D
*note to self, Andy says "use the search bar" for a reason*
DavidTO
Mar-31-2006, 02:47 PM
Looks good, Daniel. You've got at least one photo there that's not the same size as the rest, and when it hits the screen your footer jumps up. I have no idea how to fix that except that maybe you want to re-upload that photo with a black border to match the rest. You'd never notice the black, but it would then occupy the same space.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.