Options

Buy Photos Button all messed up...HELP

urbanariesurbanaries Registered Users Posts: 2,690 Major grins
edited October 27, 2006 in SmugMug Pro Sales Support
I just noticed this today, I don't know how long its been there. No wonder my clients are not ordering from me, and waiting to get their CDs to make prints.

Please help! Is there something in my code that is hiding the word "Buy"???? Its hidden whether I'm logged out or logged in.

www.lynnehulbertphotography.smugmug.com
Canon 5D MkI
50mm 1.4, 85mm 1.8, 24-70 2.8L, 35mm 1.4L, 135mm f2L
ST-E2 Transmitter + (3) 580 EXII + radio poppers

Comments

  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited October 27, 2006
    urbanaries wrote:
    Please help! Is there something in my code that is hiding the word "Buy"???? Its hidden whether I'm logged out or logged in.

    There sure is. Not sure why, but yuou put this in your CSS:

    .title {display: none; }

    Take that out, and you'll be fine.
  • Options
    urbanariesurbanaries Registered Users Posts: 2,690 Major grins
    edited October 27, 2006
    Andy wrote:
    There sure is. Not sure why, but yuou put this in your CSS:

    .title {display: none; }

    Take that out, and you'll be fine.
    Yes, but when I take it out, lynnehulbertphotography home reappears. Someone here gave me that code to hide that. How is that connected to the "Buy" button?
    Canon 5D MkI
    50mm 1.4, 85mm 1.8, 24-70 2.8L, 35mm 1.4L, 135mm f2L
    ST-E2 Transmitter + (3) 580 EXII + radio poppers
  • Options
    AnneMcBeanAnneMcBean Registered Users Posts: 503 Major grins
    edited October 27, 2006
    urbanaries wrote:
    Yes, but when I take it out, lynnehulbertphotography home reappears. Someone here gave me that code to hide that. How is that connected to the "Buy" button?
    .title covers a LOT of text. To target *just* your username, put this in your css box instead:

    #userName { display: none; }

    Also, from our help page http://smugmug.com/help/custom-colors2:
    Removing the word home on your home page:

    #userHome { display: none; }
    Removing the 's on your home page:

    .possess { display: none; }

    -Anne
  • Options
    urbanariesurbanaries Registered Users Posts: 2,690 Major grins
    edited October 27, 2006
    AnneMcBean wrote:
    .title covers a LOT of text. To target *just* your username, put this in your css box instead:

    #userName { display: none; }

    Also, from our help page http://smugmug.com/help/custom-colors2:
    Removing the word home on your home page:

    #userHome { display: none; }
    Removing the 's on your home page:

    .possess { display: none; }

    -Anne

    Thank you thank you thank you!!!!!!!:ivar
    Canon 5D MkI
    50mm 1.4, 85mm 1.8, 24-70 2.8L, 35mm 1.4L, 135mm f2L
    ST-E2 Transmitter + (3) 580 EXII + radio poppers
  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited October 27, 2006
    urbanaries wrote:
    Thank you thank you thank you!!!!!!!:ivar
    and don't forget the sticky, my FAQ:
    http://www.dgrin.com/showthread.php?t=26043
Sign In or Register to comment.