PDA

View Full Version : Slideshow and Gallery Issues


BrandonH
Feb-23-2009, 09:56 PM
I've been struggling with customizing my site, but after several hours feel like I am making some progress. I finally figured out how to put a slideshow on my homepage, now I need to know how to have it just on the homepage and not when I go to my galleries page. I also would like to take the galleries off my homepage, but when I hit the hide button I am unable to access my galleries page via my toolbar. These are probably bumb questions, but I am stumped.

BTW, my site is www.handhphotos.com (http://www.handhphotos.com)

Thanks,

Brandon

earthairfire
Feb-23-2009, 10:38 PM
I've been struggling with customizing my site, but after several hours feel like I am making some progress. I finally figured out how to put a slideshow on my homepage, now I need to know how to have it just on the homepage and not when I go to my galleries page. I also would like to take the galleries off my homepage, but when I hit the hide button I am unable to access my galleries page via my toolbar. These are probably bumb questions, but I am stumped.

BTW, my site is www.handhphotos.com (http://www.handhphotos.com)

Thanks,

Brandon

Hey Brandon,

I'm fairly new to Smugmug customisation too, but managed to get what you're asking for by following the latter part of this guide:

http://dgrin.smugmug.com/gallery/2160039

I think in your case, you just need to add this to your css code:


.galleries #bioBox {
display: none !important;
}


Hope it helps!


Tim

BrandonH
Feb-24-2009, 06:22 AM
Hey Brandon,

I'm fairly new to Smugmug customisation too, but managed to get what you're asking for by following the latter part of this guide:

http://dgrin.smugmug.com/gallery/2160039

I think in your case, you just need to add this to your css code:



Hope it helps!


Tim

I added what you suggested to my css code and it did take my slideshow off the other pages like I wanted, however I am still having issues linking my gallery. I'm trying to hide my gallery from the homepage, but still be able to see it when I click on the "gallery" tab on the nav bar. I know it's something easy, I just can't figure it out.

-Brandon

denisegoldberg
Feb-24-2009, 06:25 AM
I added what you suggested to my css code and it did take my slideshow off the other pages like I wanted, however I am still having issues linking my gallery. I'm trying to hide my gallery from the homepage, but still be able to see it when I click on the "gallery" tab on the nav bar. I know it's something easy, I just can't figure it out.

-Brandon
You need all of the code in the sections labeled The Galleries in the tutorial that was linked above - not just the single CSS statement that was suggested.

--- Denise

BrandonH
Feb-24-2009, 06:50 AM
Thanks... I think I figured it out.