Feature a gallery but not show it elsewhere?
StevenV
Registered Users Posts: 1,174 Major grins
It appears not to be possible to put a Private gallery into the Featured Galleries section.
Is there any other way to have a gallery that only shows up in the Featured Galleries section (i.e. not in any other displayed category)?
Is there any other way to have a gallery that only shows up in the Featured Galleries section (i.e. not in any other displayed category)?
-Steven
my words, my "pro"pictures, my "fun" pictures, my videos.
my words, my "pro"pictures, my "fun" pictures, my videos.
0
Comments
No, becuase it has to be public, so it'll be on your homepage either within the categories or as a gallery itself, depending on how you are displaying.
Hope this helps,
Portfolio • Workshops • Facebook • Twitter
but yes, thanks.
my words, my "pro"pictures, my "fun" pictures, my videos.
Here's one idea, but it probably requires JavaScript. You could make your gallery public. Put it in a category called "Hidden Galleries" or any name you want. Then, using JavaScript on your home page, you could hide the "Hidden Galleries" category by finding it in your page and setting that one and only one parent <div class="miniBox"> to a style of display:none. You can't do this with only CSS (and shouldn't try it) because CSS will affect all miniBox divs and make all your thumbs disappear (something you probably don't want to happen) - that's why you'd have to use JavaScript to only change one of the miniBox divs. Then, on your gallery page, you could hide the breadcrumb parts that would show it's in that Hidden Galleries category. You could have as many galleries as you want in this special category and feature whichever ones you want.
This does point out a nice feature request for a smugmug CSS enhancement so that this could be done with CSS. If, like each gallery has a class name specific to each gallery, each thumb in your home page could have the same gallery classname associated with the containing .miniBox, then your goal could all be accomplished with CSS. This would then allow gallery specific styling on your homepage via CSS with no JavaScript. I don't know how many people actually want that, but it would solve your problem and it doesn't really cost smugmug anything to take the same gallery-specific classname (or a close derivative of it) and put it on the containing .miniBox.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Alas, it was not to be found.
my words, my "pro"pictures, my "fun" pictures, my videos.
Hopefully, they will add it in the future. JT seems to be continually adding more and more identifying things that aren't in there yet. Hopefully we're going to soon get identifying tags on the different pieces of the camera info so we can show/hide just the pieces we want or style them differently. Maybe he can add this one to the list for the future - identifying tags on each thumb.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
http://perfectpixel.smugmug.com/
I have a Portfolio gallery as the only featured galleries item, and you don't see it in my other galleries because it's private. When I'm logged in it even says "private gallery" under the Portfolio gallery name in the featured section.
Did I misunderstand the question??
Is there something special about the 'Portfolio' category, I wonder.
my words, my "pro"pictures, my "fun" pictures, my videos.
http://photos.mikelanestudios.com/
I tried this for another private gallery application: galleries for communities. I'd really love to be able to have galleries in communities which don't show up in my home page. I'd especially like to be able to highlight them.
Perhaps with enough javascript?
my words, my "pro"pictures, my "fun" pictures, my videos.
You'll probably need someone like JT to answer for sure, but in all the time I've been hanging around here, I've never heard anything to imply that there are any categories that are treated specially.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question