PDA

View Full Version : Removing slideshow from gallery page


camiller
Nov-04-2008, 02:21 PM
Hi, I'm not sure if I'm posting in the correct place. I've searched through pages of threads/posts and tutorials but I haven't found an answer to my problem. I can't seem to get my navbar to work correctly. Especially the galleries link. My other problem is that I don't want the slideshow to show up on the galleries page. I have a power account and I'm using IE7. Can someone please help or tell me where to look? Thanks.

http://cynthiamiller.smugmug.com

jfriend
Nov-04-2008, 03:27 PM
Hi, I'm not sure if I'm posting in the correct place. I've searched through pages of threads/posts and tutorials but I haven't found an answer to my problem. I can't seem to get my navbar to work correctly. Especially the galleries link. My other problem is that I don't want the slideshow to show up on the galleries page. I have a power account and I'm using IE7. Can someone please help or tell me where to look? Thanks.

http://cynthiamiller.smugmug.com

You have this CSS:

/* turn off the login link on the minifooter */
.loginLink {
display: none;
} in your footer javascript section and it doesn't belong there. Take that out of the footer javascript section and put it into your CSS section and you slideshow will go away from the galleries page.

After testing this change out myself, the slideshow does go away, but I don't see any galleries on hyour galleries page though so something else will need to get fixed too. You have either hidden the galleries entirely (in which case you need to go to the homepage tab in your control panel and show them) or you haven't followed all the steps in the slideshow tutorial here (http://dgrin.smugmug.com/gallery/2160039) to give you the galleries page.

camiller
Nov-04-2008, 04:05 PM
Hi, that worked. The other problem was caused by a line of code I commented out. It seems to be working now. Thanks for your help.