• Resolved Josh Ovett

    (@josh-ovett)


    There seem to be two labels associated to one field.

    so far we see thing on these two fields. Custom Fields dont seem to have problem
    then have label above field.

    One show above the field and the other below

    Same field
    Question Author -default shows above
    Your Name -user configured overrides above
    What name should be displayed with your question? -default shows below
    Your Name -user configured overrides below

    Question Title -default shows above
    Please Fill in-user configured overrides above
    What question is being answered? -default shows belo
    What is your question? user configured overrides below

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Josh,

    Can you send us a link (or a screenshot) to the page you’re referring to?

    Thread Starter Josh Ovett

    (@josh-ovett)

    Plugin Author Rustaurius

    (@rustaurius)

    Hi Josh,

    “Site is currently down for maintenance”, is log in required to view the page?

    Thread Starter Josh Ovett

    (@josh-ovett)

    you can look at page now
    https://movingplace.com/questions/addQuestion/

    We had to us css to make transparent the words. on this page.

    So look at this page.

    we had to add the following to get it to look work.

    /* Formatting AddQuestion page form */
    /* Increases the font size of the field title */
    .ewd-ufaq-review-label, .ufaq-submit-custom-field-label, .ewd-faq-review-label {
    font-size: 20px;
    }
    /* Changes the color of the explaination text font */
    .ewd-faq-review-explanation, .ewd-ufaq-review-explanation {
    color: #666666;
    }
    /* Makes the Question input look more like a text-box */
    .ewd-ufaq-review-input input {
    width: 100%;
    height: 64px;
    }
    /* Makes the fields font more legible */
    input[name=”Custom_Field_4″], input[name=”Custom_Field_5″], select[name=”Custom_Field_6″], input[name=”Custom_Field_7″], .ewd-faq-review-input input, .ewd-ufaq-review-input input {
    font-size: 1em;
    }
    input#submit {
    background-color: green;
    color: white;
    font-size: 20px;
    margin-top: 15px;
    border-radius: 6px;
    padding: 5px 10px;
    font-weight: 600;
    border: darkgreen 2px solid;
    }

    Thread Starter Josh Ovett

    (@josh-ovett)

    Actually we just put in a period in the box so it would not show text

    still dont understand why there are two labels for the same field.

    Hello Josh,

    Instead of a period – “.”, could you try using the HTML entity for space?

    Try using the following:

     
    

    Best regards,

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Field Labels’ is closed to new replies.