Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2008
    Location
    Los Angeles
    Posts
    11
    Plugin Contributions
    0

    Default Missing Labels on Registration/Billing Screen

    Urgent request (aren't they all?) as i'm half an hour away from presenting this project to my school staff for Finals. After testing the links and all, I came across a serious issue...

    http://happilygreen.com/shop

    Try to register for an account. No salutations or address or labels are shown. User can still input information but have no idea what they're inputting for. Same goes for the checkout screen.

    I use template overrides and css religiously, but I'm not sure what would cause this problem. After 15 minutes of Google and Zen forum searches, I'm no closer than I was a while ago. Thanks!

    ~Carlos

  2. #2
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Missing Labels on Registration/Billing Screen

    You have this in your stylesheet:

    LABEL, h4.optionName {
    /*line-height: 1.5em;
    padding: 0.2em;*/
    display:none;
    }

    I am thinking it might be the display:none removing it, try removing that line and see what happens :)

    If it's just the option name you don't want to display, separate them out

    h4.optionName {
    /*line-height: 1.5em;
    padding: 0.2em;*/
    display:none;
    }

    LABEL {
    /*line-height: 1.5em;
    padding: 0.2em;*/
    }
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  3. #3
    Join Date
    Jun 2008
    Location
    Los Angeles
    Posts
    11
    Plugin Contributions
    0

    Default Re: Missing Labels on Registration/Billing Screen

    I have no idea why i would put that command there. Maybe the hours tolling away at css, smacking away at it like a jailbird hitting a boulder with a hammer... i gotta comment my code next time.

    but yes, that did the trick. thank you soooo much! I hope I get that A now (I'll settle for a B minus!)

  4. #4
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Missing Labels on Registration/Billing Screen

    LOL you're welcome, glad I was able to help
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

Similar Threads

  1. v151 Field alignment on the Billing Information screen... need directions on how to fix
    By rgehrs in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 17 Feb 2015, 03:25 AM
  2. Replies: 6
    Last Post: 21 Oct 2014, 09:27 PM
  3. Address missing when store owner tries to print labels from PayPal
    By TecBrat in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 14 Dec 2010, 07:27 PM
  4. White screen on registration and debug not working
    By PigPog in forum General Questions
    Replies: 2
    Last Post: 26 Jun 2009, 02:36 PM
  5. Registration Screen Issue
    By gamenano in forum General Questions
    Replies: 2
    Last Post: 9 May 2009, 12:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg