Hi,
Birhdate field allows only TODAY field.
In another case, Years doesn't include 2015 ..
Since last week I cannot upload files with the message ..
herein link to Dropbox:
dropbox
Birthdate.png - screenshot of the problem
Please asvise.
regards,
Udi
Hi Udi,
I just tested your site and in all browsers i see the datepicker and it is working correctly
Hi Paul,
Thank you for taking care.
Avatar upload - OK.
Birthdate during registration - NO change.
I tried in 2 PC's Chrome, firefox - still have the problem.
As I cannot attach files to this msg, it seems we face different picture ...
You can find current screenshot at the dropbox link.
regards,
Udi
Hi, Udi.
Your issue with calendar is caused by your template. Header has z-index: 777 so it covers top part of calendar.
ROOT/templates/jf_social/css/jftemplate.css line 1 (file is minified?):
#jf-header {
background-color: #eee;
background-image: url("../images/jf/header/header-bg.png");
background-position: 20% 30%;
background-repeat: no-repeat;
border-bottom: 1px solid #ddd;
margin: 0 0 15px;
padding: 10px 0;
position: relative;
transition: all 0.3s ease-in-out 0s;
width: 100%;
z-index: 777;
}#ui-datepicker-div {
z-index: 999 !important;
}
Hi, Udi.
I don't know where your programmer applied it... I added my code to ROOT/templates/jf-social/css/jf-custom.css and it works as I sait it will be:
prntscr.com/6k8xpp
Browse to registration form, clear browser cache by hitting: CTRL+F5