Home › Forums › Calendar Products › Community Events › Date Picker?
- This topic has 9 replies, 2 voices, and was last updated 13 years ago by
Barry.
-
AuthorPosts
-
May 5, 2013 at 7:08 pm #47654
hometownchatter
ParticipantIs there a way to change the Date Picker to a Date Ticker? I would love for users to be able to click on a calendar and choose date, rather than have to actually type the date in.
May 6, 2013 at 2:24 pm #47727Barry
MemberI’m not quite sure what you mean by a Date Ticker. Currently though if everything is working as expected they should be able to select a date without typing it in manually – here’s a screenshot showing how it ought to work (just in case you are experiencing something else).
May 6, 2013 at 2:35 pm #47731hometownchatter
ParticipantThis reply is private.
May 6, 2013 at 3:28 pm #47743Barry
MemberYeah, unfortunately it does look as though those (date picker) fields are being ‘hijacked’ by the selectbox script, which is enqueued by your theme.
We could definitely meet you half way here – this script, if added to your theme’s functions.php – can potentially get rid of that particular effect and targets only the submit events page: the catch is that you will need to figure out the name of the selectbox script handle.
For that I’d suggest going back to your theme vendor and asking, “What is the script handle used to enqueue selectbox.min.js?”
Supposing they tell you it is simply selectbox (and perhaps it is – you could certainly try that and a few other likely combinations out) then just replace the code in that snippet reading:
$handle = 'select2-handle';With:
$handle = 'selectbox';I hope that helps to resolve at least one of these issues 🙂
May 6, 2013 at 3:31 pm #47744Barry
MemberThis reply is private.
May 6, 2013 at 3:40 pm #47747hometownchatter
ParticipantThanks for all the help and getting back to me so quickly Barry! I’ll get to working on your suggestions ASAP! I’ll keep you posted if it works! :o)
May 6, 2013 at 3:41 pm #47749hometownchatter
ParticipantThis reply is private.
May 6, 2013 at 3:52 pm #47755Barry
MemberGreat!
May 7, 2013 at 7:45 am #47818hometownchatter
ParticipantLuckily in my themes advanced settings I was able to uncheck “Use SelectBox JS library” and now the date picker is working properly! 🙂
May 7, 2013 at 7:53 am #47823Barry
MemberExcellent – I’ll go ahead and close this thread since it sounds like this is all resolved.
Thanks!
-
AuthorPosts
- The topic ‘Date Picker?’ is closed to new replies.
