Thread: Question

Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Question

    Looking at your login page I see a couple of possibilities. First is you are missing a section of the CSS code that should hide the grayed-out block.

    Add this to your stylesheet -

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

    Second - I think you need to add the UK counties in order for that dropdown to work properly. Check the downloads section for the addition.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  2. #2
    Join Date
    Nov 2005
    Posts
    278
    Plugin Contributions
    0

    Default Re: Question

    Quote Originally Posted by Kim View Post
    Looking at your login page I see a couple of possibilities. First is you are missing a section of the CSS code that should hide the grayed-out block.

    Add this to your stylesheet -

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

    Second - I think you need to add the UK counties in order for that dropdown to work properly. Check the downloads section for the addition.
    Kim,
    Thanks for the answer but can you help me to find this information and how to change it.

    Thanks.

  3. #3
    Join Date
    Nov 2005
    Posts
    278
    Plugin Contributions
    0

    Default Re: Question

    Quote Originally Posted by Adds View Post
    Kim,
    Thanks for the answer but can you help me to find this information and how to change it.

    Thanks.
    I think the problem could be within the State/Province: area as it only shows the UK?

 

 

Similar Threads

  1. Newbie question - spacing question...
    By coolcat in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 May 2007, 03:23 AM
  2. I'm not sure if this is a CSS question or an admin panel question....
    By kinget in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Mar 2007, 08:29 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