Can't find "add keyword"

JimWJimW Registered Users Posts: 333 Major grins
edited February 15, 2008 in SmugMug Support
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

I don't want the cheese, I just want to get out of the trap.


http://www.jimwhitakerphotography.com/

Comments

  • denisegoldbergdenisegoldberg Administrators Posts: 14,339 moderator
    edited February 15, 2008
    JimW wrote:
    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
  • JimWJimW Registered Users Posts: 333 Major grins
    edited February 15, 2008
    Thank you kindly Denise. That was it. I appreciate you helping me out.

    Jim

    I don't want the cheese, I just want to get out of the trap.


    http://www.jimwhitakerphotography.com/
Sign In or Register to comment.