Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1132272

    Hi!

    I’m using enfold 4.6 with Ultimate Member plug in for users management. I have a problem with the datepicker. It seems to have a conflic, bottoms and colours aren’t properly shown, it is very dificult to choose the date.

    You can check it on the link, just try to set your birthday on the registration form

    Thank you!

    • This topic was modified 4 years, 12 months ago by AFDCO.
    #1132664

    Hey AFDCO,

    That looks a bit strange yes, how exactly is it supposed to look like?

    Best regards,
    Rikard

    #1132706

    I have test the picker with other themes and it works properly.

    I just get a screen shot from ultimate’s demo page. Check the drive’s link.

    thank you in advance.

    • This reply was modified 5 years ago by AFDCO.
    #1133190

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .um .picker__select--year {
        width: 22.5% !important;
        margin-left: 20%;
        display:inline;
    }
    
    .um .picker__table th, .um .picker__table td {
        background: #47B0EC;
    }

    Best regards,
    Rikard

    #1136529

    Hi!
    The code has improved it, however month bottoms are still not visible, and they appear on three different lines.

    #1137744

    Hi,

    This should revert the style of the select element to default and improve the calendar layout a bit.

    #top select.picker__select--year, #top .avia_ajax_form .select, #top .entry-content-wrapper select {
        max-width: 129px;
        float: left;
        left: 50px;
        position: relative;
        top: -10px;
        -webkit-appearance: menulist !important;
    }
    

    Thank you for the update.

    Best regards,
    Ismael

    #1139976

    A lot more better!

    thank you

    #1139987

    Hi,

    Did you need additional help on this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1257444

    Hello,

    Something may have change and the code is not longer working. The picker is again not usable. Can you take a look?

    Also,whenever someone tries to register and put a weak password and clik the register bottom, a massage under the password field appears with a not readable white font “Tu contraseña debe contener, al menos, una letra minúscula, una letra mayúscula y un número” class= um-field-error. Where can I change the colour?

    #1258498

    Hi,

    Thank you for the inquiry.

    Looks like the markup of the select element changed a lot since the last time we checked it. You may need to contact the plugin developers to inspect the element and correct the layout issue.

    Best regards,
    Ismael

    #1462156

    Well done guys this solved my problem too. Many thanks

    #1462285

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Utimate Member Date Picker’ is closed to new replies.