No Photos dialog - the "Let's hope it gets good ones soon!" text
RogersDA
Registered Users Posts: 3,502 Major grins
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:
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:
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....
0
Comments
we'll update the customizing faq #39 as well, for the .notLoggedIn stuff
Portfolio • Workshops • Facebook • Twitter