Zen Cart Logo
Forums / General Questions / Missing Labels on Registration/Billing Screen

Missing Labels on Registration/Billing Screen

Locked

Views: 790

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
3 Jun 2008, 11:26 PM
#1
ultralowincome avatar

ultralowincome

New Zenner

Join Date:
Jun 2008
Location:
Los Angeles
Posts:
11
Plugin Contributions:
0

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

4 Jun 2008, 12:58 AM
#2
lissae avatar

lissae

Totally Zenned

Join Date:
Oct 2007
Location:
Australia
Posts:
814
Plugin Contributions:
0

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;
/
}

4 Jun 2008, 4:58 AM
#3
ultralowincome avatar

ultralowincome

New Zenner

Join Date:
Jun 2008
Location:
Los Angeles
Posts:
11
Plugin Contributions:
0

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!:D I hope I get that A now (I'll settle for a B minus!):smartalec:

4 Jun 2008, 5:03 AM
#4
lissae avatar

lissae

Totally Zenned

Join Date:
Oct 2007
Location:
Australia
Posts:
814
Plugin Contributions:
0

Re: Missing Labels on Registration/Billing Screen

LOL you're welcome, glad I was able to help :laugh: