Gallery customization in new SM - don't want to display keywords
neophyte
Registered Users Posts: 39 Big grins
In trying to 'customize all galleries' in the new SM, when I mouse over the part of a gallery page in the Smugmug style, I see a box called "Area reserved for default Smugmug content." That area contains the standard Smugmug layout, with thumbnails on the left and the larger photo on the right, then the caption for the photo, then a list of keywords and a comment section.
I want to lose the keywords entirely and then drop the comments out lower on the page, but that whole part of the page has a 'locked' symbol and I don't seem to be able to get at it. I'm hoping I just haven't kicked the tires enough and I'm missing something, because the unveiling today claimed we'll be able to customize this thing down to the individual atom.
Don't want to list keywords under photos, and I just kind of want to bust open that "Area reserved for default Smugmug content" on principle. Could it be that one only sees the keywords when logged in? Anybody got any ideas?
Thanks very much.
Neo
I want to lose the keywords entirely and then drop the comments out lower on the page, but that whole part of the page has a 'locked' symbol and I don't seem to be able to get at it. I'm hoping I just haven't kicked the tires enough and I'm missing something, because the unveiling today claimed we'll be able to customize this thing down to the individual atom.
Don't want to list keywords under photos, and I just kind of want to bust open that "Area reserved for default Smugmug content" on principle. Could it be that one only sees the keywords when logged in? Anybody got any ideas?
Thanks very much.
Neo
0
Comments
http://www.moose135photography.com
Thanks here as well. I was wondering how to solve that problem myself.
- Richard
Yeah - that helped a lot here as well. Many thanks!!
I tried adding css code to galleries content and it still didn't work. I then tried adding it to each individual gallery, ie SENIORS, and it still didn't work. I don't see the keywords on my pc but I see it on my iphone as it scrolls through my galleries.
Now how to get rid of the comments box?
In the Gallery Settings (you can get there by selecting the gallery in Organize mode, or when viewing a gallery choose Customize, Gallery Settings), turn off "Allow Comments" in the "Social" section.
Chooka chooka hoo la ley
Looka looka koo la ley
You can select multiple galleries in the Organize tool, then click the Settings button at top left. That will allow you to make the change for all galleries in a given folder.
I don't know a way to do it globally.
Chooka chooka hoo la ley
Looka looka koo la ley
Thanks
To get rid of captions AND keywords, use this (Note that more may get hidden - I'm not sure yet what else gets placed in this box):
To get rid of just captions (Note to Smugmug - it'd be swell if captions had a class like .sm-tile-caption) :
To get rid of just keywords:
You can easily combine these types of rules like the following, which hides all the commenting and keywords (note the use of a comma):
You can also have multiple rules in a single block - don't add a new CSS block for every single rule!
At what level should this be added? Is it sitewide or can it be specific to certainly folders and sub-folders?
This needs to be in it's own thread and hopefully made a sticky. Then new codes could be added and easily found. This is very good info. Thanks.
Like Legacy site .notLoggedIn ..... {display:none;}
My Website index | My Blog
Andy
toggle that class name between logged in and logged out.
Edit: found one unveiled site
The only thing I could find in the page source is this.
loggedInUser=null
No class names anywhere for this part "logged".
My Website index | My Blog
a.s.
.sm-tile-info, .sm-tile-keywords {
display: none;
}
work with it. All gallery content from legacy is locked in the sandbox.
My Website index | My Blog
Thanks for the response Allen, do you know what I need to do there?
You have not unveiled, correct?
My Website index | My Blog
I'm having too many problems to unveil. I want to remove the locked area for smugmug content.
here is my legacy site. www.ConnieAndersonPhotography.com Thanks Allen
The locked areas appear in specific contexts. For example, on a gallery page. You can't get rid of it from a gallery page, but you CAN do something other than a gallery page. For example, if you want to display a gallery with your own arrangement of text and pictures, you can just create a page, put either the multi-photo or single photo blocks there (as often as you like, arranged however you like), and tie them to what you want to display.
The gallery page (with its locked content) still exists, but if it's not linked to your home page it's not going to show up. You can even make it unlisted if you like (not private as then you can't get the images to appear).
Another locked area is on a folder display -- same principle, if you don't like that kind of display, don't link to folders, link to pages you format yourself.
Now formatting everything you want as individual pages works if you want a half dozen such -- if you have dozens or hundreds it's not viable.