Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Posts
    9
    Plugin Contributions
    0

    Default State Drop Down still shows Text Box

    Whenever I enable the state drop down feature from the Admin page, my account creation page still shows a text area for the state. It has both. The drop down works and the text area is not selectable. It's just there.

    If you can help and want to look at it just go to:

    http://www.stungunsdefense.com/

    Then try and register. You'll see what I mean.

    Any help is very much appreciated!

  2. #2
    Join Date
    Nov 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: State Drop Down still shows Text Box

    I jumped the gun. I did some more searching and found my answer here:

    http://www.zen-cart.com/forum/showth...ght=state+drop

    It was some code missing in my css file.

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: State Drop Down still shows Text Box

    Thanks for the update and for posting the link that helped you out ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4

    Default Re: State Drop Down still shows Text Box

    I am having the same issue, but I think I need a bit more explanation of how to fix it. The last post said something about adding to the CSS...can someone explain further?

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: State Drop Down still shows Text Box

    If you are displaying the input box when it should not be there on the address information, then you are most likely missing some of the class settings in the stylesheet.css file of your templates directory ...

    You need to add these to your stylesheet.css for your template:
    Code:
    .hiddenField {
    display: none;
    }
    .visibleField {
    display: inline;
    }
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6

    Default Re: State Drop Down still shows Text Box

    Thanks Ajeh! Where do I add that? Is there a specific place within the code?

 

 

Similar Threads

  1. Help needed - Address areas State/County text area / drop down
    By davidperks in forum General Questions
    Replies: 2
    Last Post: 10 Mar 2010, 01:45 PM
  2. State drop down box
    By AvieLF in forum General Questions
    Replies: 5
    Last Post: 5 Dec 2007, 01:32 AM
  3. Drop down Box/Editable Text Field Color
    By The Von Royale in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Jun 2007, 10:53 PM
  4. State Drop down menu turn off shows up
    By cshart in forum General Questions
    Replies: 3
    Last Post: 11 Jan 2007, 05:05 AM
  5. Drop Down State / Province box
    By RKB in forum General Questions
    Replies: 2
    Last Post: 27 Oct 2006, 05:08 PM

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