Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Jaxsunsports

    (@jaxsunsports)

    I found something new when i edit with Firebug

    ul.mc_list li {
    font-size: 12px;
    }
    .ui-datepicker-year {
    display: none; (that the problem if i setup true working but dont know where to find this code !)
    }
    #ui-datepicker-div.show .ui-datepicker-year {
    display: inline;
    padding-left: 3px;

    Try adding the change-year parameter to the shortcode for the date field, see the bolded text in the example below:

    [date date-444 date-format:mm/dd/yy change-year]

    Thread Starter Jaxsunsports

    (@jaxsunsports)

    Hello Spcaer,

    I made the change but it s still not working, isn’t because the query ?

    When i edit with firebug and i change display: none to true it s working

    .ui-datepicker-year {
    display: none; (that the problem if i setup true working but dont know where to find this code !)

    Any other idea?

    Thanks

    Matt

    Hey, Matt. Can you paste the shortcodes from your form settings page so I can see the parameters of each? If need be you could always add your own jQuery which would specify the parameters for that field, but it wouldn’t be a scalable solution.

    http://jqueryui.com/datepicker/#dropdown-month-year

    Thread Starter Jaxsunsports

    (@jaxsunsports)

    Hello Spcaer,

    Here all the short code

    <p>Votre date de naissance(obligatoire)
    [date* datedenaissance date-format:mm/dd/yy change-year]

    If you want i can give you access back office if you have an email.

    Thanks

    That shortcode works as expected in one of my sites, have you tried disabling your other plugins one at a time to see if one of those is causing a conflict?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Datepicker don't show year’ is closed to new replies.