Hi @donsenilo1968
Thanks for writing in,
Please refer to the documentation in the link below.
https://docs.wpuserregistration.com/docs/why-is-my-profile-details-page-empty/
I hope this helps.
Regards!
Ok, got it.
But Profile Image does not work and the Date Picker has no Year.
Hi @donsenilo1968
If possible, could you please share the form’s URL? If the URL is private and can’t be shared publicly, you can contact us via our live chat at wpeverest.com. We will check on the issue and write the required solution on this thread.
Regards!
Hi @donsenilo1968
You can use this custom CSS code to fix the issue with the year
.flatpickr-current-month input.cur-year{
color: black !important;
}
Could you please refer to this documentation guide to add the custom CSS? https://docs.wpeverest.com/user-registration/docs/where-do-i-add-my-custom-css/
Also, would you please explain about the profile image issue?
Regards!
The year is there but hidden under the month:
https://abload.de/img/screenshot-so03.09.2052fte.jpg
The picture upload works but gets overwritten by Gravatar.
I saw you released a new version. But the problem with the year and the user image are still there.
Hi @donsenilo1968
Please use the following code.
.flatpickr-current-month .flatpickr-monthDropdown-months{
display: inline-block !important;
}
Regards!
Hi
Ok, looks good. I can now select the year BUT it is not saved. After saving the date field is empty. Also an additional text field.
Hi @donsenilo1968
Could you please let me know if the value in the data field is not being shown on the database? Also, would you please let us know a bit more about the ‘Additional field’ mentioned on the above reply?
Regards!
With the latest update all works fine now. Thanks !