I'm not sure what happened, but the Date Calendar under "Date of Birth" on the Join page has stopped working. It works fine on the "Edit Profile" page, but not the join.
I'm running 6.1.6.
Any help would be appreciated.
I'm not sure what happened, but the Date Calendar under "Date of Birth" on the Join page has stopped working. It works fine on the "Edit Profile" page, but not the join. I'm running 6.1.6. Any help would be appreciated. |
The site I'm working on is http://www.tsrnetwork.com |
What did you change on the site's source files? The Date Picker (calendar) does not normally just go away.
The template doesn't look familiar, is this one you made yourself? Often the templates cause issues and you have to dig around to find the exact spot of the error. |
Its worked fine until yesterday, and all that was done was rearranged the menu and made some css changes. No changes to the physical site files. You said it looks different but all the fields are the same... unless you're referring to the cosmetic look of the site. |
Did you solve the problem? My site has just did the same |
Did you solve the problem? My site has just did the same No its still busted.... no idea whats up with it. Changed to bought join page and its botched up the site too. Yay... |
Its worked fine until yesterday, and all that was done was rearranged the menu and made some css changes. No changes to the physical site files.
You said it looks different but all the fields are the same... unless you're referring to the cosmetic look of the site. It's in your CSS files. We've talked about this before and had issues trying to find it. Don't believe me, rename your current template to something besides templ_uni and re-upload the templ_uni directory (you only need the css). You'll then note the calendar will begin to work again.
The way to find the file causing the issue is to then begin to replace the files you just uploaded with the files that don't work, one by one and test the calendar after each css file uploads. Once the calendar quits working you can then begin to look closer at that file.
In the past, I have noted the majority of times this happens that it is in the templ_uni/css/general.css file that has the issue. Specifically, when a designer attempts to use rounded corners they will sometimes use:
width: expression(100%-2px);
The formula doesn't matter, but the use of the word "expression" will cause the calendar to NOT work in Dolphin. Don't know why, as the section of CSS that they attempt this trick in is not in an apparent manner used by the calendar, but it does error it out.
|
Did you solve the problem? My site has just did the same No its still busted.... no idea whats up with it. Changed to bought join page and its botched up the site too. Yay... I noticed on your site you found a workaround using another calendar! Can you advise how you solved this? I'm having the same problem, and reverting the .css style sheets to original unfortunately didn't do it for me. See also http://www.boonex.com/unity/forums/#topic/Dolphin-calendar-bug-.htm Thanks, Dirk |
Hi Archer, found a workaround, this might be helpful for you: http://www.boonex.com/unity/forums/#topic/Dolphin-calendar-bug-.htm I need to understand more about code insertion into the Dolphin framework to get a smarter fix. If your site is only in one language, this workaround might work for you. Dirk |