No Photos dialog - the "Let's hope it gets good ones soon!" text

RogersDARogersDA Registered Users Posts: 3,502 Major grins
edited January 29, 2010 in SmugMug Support
Something may have changed when you all implemented the new No Photos dialog ; e.g., the "Let's hope it gets good ones soon!" text.

To hide this, according to FAQ #39 you add the following CSS:
.notLoggedIn .gallery_[COLOR=Teal]XXXXXX[/COLOR] .nophotos { 
display: none; 
}
What I have noticed is that new galleries have a GalleryID of eight characters, whereas old galleries have seven characters.

The above code seems to work for the my new galleries with an eight-character GalleryId, but it did not work for my galleries that had the older seven-character GalleryID.

To get around this I simply used the code with no specific gallery:
.notLoggedIn .nophotos { 
display: none; 
}
That might not be desirable for everyone though....

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited January 29, 2010
    that code would work always. It's the preferred method, my posts on Dgrin had been updated, too.

    we'll update the customizing faq #39 as well, for the .notLoggedIn stuff
Sign In or Register to comment.