PDA

View Full Version : Can't find "add keyword"


JimW
Feb-15-2008, 10:49 AM
On the SM help page for adding keywords, it says that when I'm logged in (with Smugmug style), I should see "keywords - add" under my photo.

But it's not there in any of my galleries. Only "add caption" is there. Is that supposed to be the same thing?

Thank you,

Jim

denisegoldberg
Feb-15-2008, 11:18 AM
On the SM help page for adding keywords, it says that when I'm logged in (with Smugmug style), I should see "keywords - add" under my photo.

But it's not there in any of my galleries. Only "add caption" is there. Is that supposed to be the same thing?

Thank you,

Jim
You've hidden the keywords with this CSS
#photoKeywords {display: none;}
Change it to this, and the ability to add keywords to individual photos while you are loged in will reappear:
#photoKeywords {display: none;}
.loggedIn #photoKeywords {display: block;}
--- Denise

JimW
Feb-15-2008, 11:31 AM
Thank you kindly Denise. That was it. I appreciate you helping me out.

Jim