Removing slideshow from gallery page

camillercamiller Registered Users Posts: 202 Major grins
edited November 4, 2008 in SmugMug Support
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
Cindy

Comments

  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited November 4, 2008
    camiller wrote:
    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 to give you the galleries page.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • camillercamiller Registered Users Posts: 202 Major grins
    edited November 4, 2008
    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.
    Cindy
Sign In or Register to comment.