Unlisted Gallery Password Protected Not Prompting?

SamirDSamirD Registered Users Posts: 3,474 Major grins
edited October 6, 2009 in SmugMug Support
I have a single gallery that is password protected and unlisted. This is the first time I've had to password protect a gallery. Here's the gallery link:
http://newpics.huntsvillecarscene.com/gallery/9866573_n52nA

But the gallery doesn't prompt for the password. :scratch I've even tried changing the style to smugmug from custom and still the same results. :scratch

Any assistance appreciated.
Pictures and Videos of the Huntsville Car Scene: www.huntsvillecarscene.com
Want faster uploading? Vote for FTP!

Comments

  • AllenAllen Registered Users Posts: 10,014 Major grins
    edited October 5, 2009
    SamirD wrote:
    I have a single gallery that is password protected and unlisted. This is the first time I've had to password protect a gallery. Here's the gallery link:
    http://newpics.huntsvillecarscene.com/gallery/9866573_n52nA

    But the gallery doesn't prompt for the password. headscratch.gif I've even tried changing the style to smugmug from custom and still the same results. headscratch.gif

    Any assistance appreciated.
    This is hiding it in your CSS.

    #content {display:none;} /* removes no gallery msg on homepage */
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • SamirDSamirD Registered Users Posts: 3,474 Major grins
    edited October 5, 2009
    Allen wrote:
    This is hiding it in your CSS.

    #content {display:none;} /* removes no gallery msg on homepage */
    Thank you Allen. I thought it would be something like that.

    Now according to the comments beside that piece of CSS, it indicates that it would suppress the no gallery message on the homepage. Is there a piece of CSS that can still do that while allowing the password prompt?
    Pictures and Videos of the Huntsville Car Scene: www.huntsvillecarscene.com
    Want faster uploading? Vote for FTP!
  • AllenAllen Registered Users Posts: 10,014 Major grins
    edited October 6, 2009
    SamirD wrote:
    Thank you Allen. I thought it would be something like that.

    Now according to the comments beside that piece of CSS, it indicates that it would suppress the no gallery message on the homepage. Is there a piece of CSS that can still do that while allowing the password prompt?
    Not familiar with any no gallery msg on the homepage but add the .homepage
    in front to only apply to the homepage.


    .homepage #content {display:none;} /* removes no gallery msg on homepage */
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • SamirDSamirD Registered Users Posts: 3,474 Major grins
    edited October 6, 2009
    Allen wrote:
    Not familiar with any no gallery msg on the homepage but add the .homepage
    in front to only apply to the homepage.


    .homepage #content {display:none;} /* removes no gallery msg on homepage */
    Actually, I think I originally put this in my css for this no gallery message that would also appear on the homepage.
    No galleries found
    
    Perhaps you'd like to try searching for one?
    
    It's entirely possible this person has galleries, but they may be Unlisted.
    
    I get this when going to something other than my homepage like:
    http://newpics.huntsvillecarscene.com/Events

    How can I suppress this message without suppressing the password prompt for protected galleries?
    Pictures and Videos of the Huntsville Car Scene: www.huntsvillecarscene.com
    Want faster uploading? Vote for FTP!
  • SamirDSamirD Registered Users Posts: 3,474 Major grins
    edited October 6, 2009
    Nevermind Allen, looks like some theme vs site-wide CSS stuff was causing some problems. At some point, I need to completely re-evaluate all my SM customizations. :cry That's not going to be fun...
    Pictures and Videos of the Huntsville Car Scene: www.huntsvillecarscene.com
    Want faster uploading? Vote for FTP!
  • AllenAllen Registered Users Posts: 10,014 Major grins
    edited October 6, 2009
    SamirD wrote:
    Nevermind Allen, looks like some theme vs site-wide CSS stuff was causing some problems. At some point, I need to completely re-evaluate all my SM customizations. :cry That's not going to be fun...
    Why are you linking to a category with no or all unlisted galleries, makes no sense.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • SamirDSamirD Registered Users Posts: 3,474 Major grins
    edited October 6, 2009
    Allen wrote:
    Why are you linking to a category with no or all unlisted galleries, makes no sense.
    I don't, but I don't want people to see the "no gallery..." message if they are trying to find images.
    Pictures and Videos of the Huntsville Car Scene: www.huntsvillecarscene.com
    Want faster uploading? Vote for FTP!
Sign In or Register to comment.