Minor Issues

wilionwilion Registered Users Posts: 1 Beginner grinner
edited May 25, 2007 in SmugMug Support
1. I seem to keep getting bounced back to the login screen when I click on Customize on a gallery. I'm using IE 7.0

2. Is there anyway that you can keep the viewers from going back up the chain to the home page. I'd like to have several different categories of galleries without the viewer neccessarily knowing about the others.

Comments

  • richWrichW Registered Users Posts: 941 Major grins
    edited May 25, 2007
    Welcome to dgrin....wave.gif
    1. I seem to keep getting bounced back to the login screen when I click on Customize on a gallery. I'm using IE 7.0
    Could we get the link to your site so we can take a look?
    2. Is there anyway that you can keep the viewers from going back up the chain to the home page. I'd like to have several different categories of galleries without the viewer neccessarily knowing about the others.
    There are several ways to control which galleries your viewers see. You can use private and password protected galleries. You also have the ability to "hide owner" so no one knows you owns the gallery.

    Here are a few links for some additional information to get you started.
    http://www.smugmug.com/help/private-albums
    http://www.smugmug.com/help/picture-storage

    Yell back with the link to your site and if you have any more questions.....
  • richWrichW Registered Users Posts: 941 Major grins
    edited May 25, 2007
    viaEmail wrote:
    Thanks for the reply. My site is wilion.smugmug.com I was told it is
    imposible to hide the high level breadcrumb "wilion" on the pages or
    at least make it inactive.
    You can hide your user name in the breadcrumbs by adding this in your css section:
    #userName {
    display: none;
    }

    If you want to remove the word "home" use this:
    /* hides the word home */
    #userHome {
    display: none;
    }

    To get to the css section for your site. While you are logged in. control panel > organize & customize > customize, then look for "css - optional". You then can paste the codes I gave you there. Remember to press the "update" button on the bottom of the page.

    Here are a few links for you to help you out with your site customization. http://www.smugmug.com/help/custom-colors2
    Check out #24 for the code I gave you above. http://www.smugmug.com/help/customize-faq.mg

    If you need anything else...yell wave.gif
Sign In or Register to comment.