Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / I have an extra (empty) field in my shipping estimator

I have an extra (empty) field in my shipping estimator

Locked

Views: 1,284

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
10 Nov 2007, 7:39 AM
#1
shannonl avatar

shannonl

New Zenner

Join Date:
Feb 2005
Posts:
13
Plugin Contributions:
0

I have an extra (empty) field in my shipping estimator

I have a blank box in between State/Province and Post/Zip Code when not logged in. I use the pop-up version of the shipping estimator. Is this normal? Does it serve some purpose that I am unaware of? I want to remove it, but am not sure how (that is, if it is not there for a reason).

the site is: http://www.puffypp.com

Thanks for your help!

10 Nov 2007, 7:41 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: I have an extra (empty) field in my shipping estimator

Your stylesheet is not up to date and you are missing some classes:

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
10 Nov 2007, 7:53 AM
#3
shannonl avatar

shannonl

New Zenner

Join Date:
Feb 2005
Posts:
13
Plugin Contributions:
0

Re: I have an extra (empty) field in my shipping estimator

Ajeh:

Your stylesheet is not up to date and you are missing some classes:

.hiddenField {
display: none;
}
.visibleField {
display: inline;
}


That is the code that is in my stylesheet.  Do I need to delete it?  I'm sorry for the ignorance - I don't know anything about this stuff - I just noticed the extra field.
10 Nov 2007, 5:54 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: I have an extra (empty) field in my shipping estimator

If you have that in your stylesheet then check your template ...

Try a switch to the Classic Template, does it work now?

Some where you have out of date code, template or stylesheet that is not rendering the page correctly ...

10 Nov 2007, 5:57 PM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: I have an extra (empty) field in my shipping estimator

NOTE: I sure don't see those classes in your stylesheet when I view it on your template ... :unsure:

11 Nov 2007, 7:35 AM
#6
shannonl avatar

shannonl

New Zenner

Join Date:
Feb 2005
Posts:
13
Plugin Contributions:
0

Re: I have an extra (empty) field in my shipping estimator

Thank you so much! I must've been looking at the wrong stylesheet. I added the bit of code and all is working now - good as new! Thanks again :)