Keywords not hidden anymore
Tic Tac
Registered Users Posts: 70 Big grins
In lightbox view, the following code used to prevent displaying keywords:
/* REMOVE KEYWORDS */
.sm-tile-keywords {
display: none;
}
For some reason, this is not working anymore! Any ideas?
http://www.smugmug.com/photos/i-c3SZNkQ/0/L/i-c3SZNkQ-L.jpg
That is what it looks like...
/* REMOVE KEYWORDS */
.sm-tile-keywords {
display: none;
}
For some reason, this is not working anymore! Any ideas?
http://www.smugmug.com/photos/i-c3SZNkQ/0/L/i-c3SZNkQ-L.jpg
That is what it looks like...
0
Comments
You will need to add the following to also control and remove the keywords in the Lightbox view:
/* Remove Lightbox Keywords */
.sm-lightbox-keywords {
display: none;
}
Thanks -Scott
When did they make a change causing them to appear? Any other changes?
Scott does this go into the CSS for the 'entire site'?
If so, it is not removing my keywords. Any ideas?
The above code in CSS has not worked for me ... I added it for the site ... what now?
And why are they monkeying with what worked previously???? Annoying to say the least ...
Link to your site? Preferably in your signature with the 'http://' before the link.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
http://untamednewyork.smugmug.com/
On D-Grin, there is a clipboard icon near the top-right. Click on that and find 'Edit Signature' on the left panel. Add your site there. This way it will be visible to everybody each time you post.
To answer your question about the footer issue. I use this, site-wide:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
My question is about keywords and what shows up in the lightbox ... all of a sudden I have 3 lines - add title, filename, and keywords ... I just want the file name to show.
This will hide the keywords in the lightbox:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Just to add, I only see the file name and keywords.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
"You miss 100% of the shots you don't take" - Wayne Gretzky
I use this to hide my keywords:
I searched for one of my (hidden) keywords, 'half dome', and it works: http://mike.imagesinthebackcountry.com/search/#q=half+dome&i=0
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
"You miss 100% of the shots you don't take" - Wayne Gretzky
I won't sell out even if the whole world think's I'm crazy.
found this re: hidden keywords http://www.dgrin.com/showthread.php?t=246046
Instagram
Twitter
I did some checking. I hide my keywords (I use Thumbnail Style Galleries). Searching works because of this: http://www.dgrin.com/showpost.php?p=1946989&postcount=8
I opened up on of the lightbox pages and looked at the source code. Could find any keywords. I removed the hidden keyword CSS. Still can't find ANY keywords.
So Smugmug is hiding the keywords regardless of being hidden or not. Unless I'm missing something.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Yes. I can hide them with CSS....no big deal there. What I'm talking about is if I DON'T hide them, I can't see the keywords in the source code. If the keywords aren't there in the source code, Google isn't going to see it either. That's bad.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Musings & ramblings at https://denisegoldberg.blogspot.com
That picture's keywords are:
The metadata keywords say this:
The metadata shows that gallery, not the individual photo. Google doesn't use metadata keywords anyway. BUT Google SHOULD display the words (keywords) as text, just like a <title>, description etc.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
.sm-gallery-smugmug .sm-tile-keywords {display: none;} code for my Smugmug style galleries which worked fine, but that doesn't work for the Collage Portrait gallery. I tried to replace smugmug with collage-portrait or collageportrait but that seems not to work.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
/Zevs