I'm running ChronoForms 4.0 RC3.5.2 on my Joomla 2.5 website. Icannot get the MooDatePicker to work properly on my website no matter what I do. Also, I can't figure out how to change the size or color of the fonts on the DEFAULT DatePicker, nor can I get the date to display the way I want: "2/28/2013" or "February 28, 2013"
I've read thru everything related to the DatePicker on this website, and STILL cannot find an answer. Can anyone help? Here's a link to the page in question...the field is labeled "Event Date & Time."
http://www.thebigshowkaraoke.com/alpha/quote
Your help would be appreciated. Thanks!
I've read thru everything related to the DatePicker on this website, and STILL cannot find an answer. Can anyone help? Here's a link to the page in question...the field is labeled "Event Date & Time."
http://www.thebigshowkaraoke.com/alpha/quote
Your help would be appreciated. Thanks!
Hi ROXXSOLID,
Your template CSS is over-riding the datepicker CSS :-(
Please try adding this to a Load CSS action in your form:
The second part will probably need adjusting.
I imagine that some similar CSS will let you change the font colours - I've never seen that question asked before.
Please see this post for notes on setting formats.
Bob
Your template CSS is over-riding the datepicker CSS :-(
Please try adding this to a Load CSS action in your form:
.datepicker_dashboard .title {
font-size: 10px;
}
.datepicker_dashboard .header .title {
width: 100%;
margin: 2px 0 0 0;
}The second part will probably need adjusting.
I imagine that some similar CSS will let you change the font colours - I've never seen that question asked before.
Please see this post for notes on setting formats.
Bob
Cool, thanks for the info - I'll try your suggestion.
So, any idea why the MooDatePicker isn't working?
So, any idea why the MooDatePicker isn't working?
One more thing - WHERE exactly do I add the custom CSS for the form like you mentioned? Thanks for your help.🙂
Nevermind, I found the CSS for the default DatePicker - and got it looking sharp!🙂 Would still like to know why the MooDatePicker won't work though...
This topic is locked and no more replies can be posted.
