Hello, i am using the latest t3 bs3 template and i have a datepicker that does not work. When selecting the input field, nothing happens. The user has to type in their dates. I used the standard t3_blank template which is Bootstrap 2, and the datepicker works perfectly!
I am using an offline (localhost) server for developement so i cannot show you a live sample Does anybody know of a way to repair this?
I found a possible solution here : http://stackoverflow.com/questions/18887950/how-do-i-get-bootstrap-datepicker-to-work-with-bootstrap-3 but i have no idea where to implement it as T3 uses one script file. So the line numbers given in the possible solution do not correspond with the line numbers in T3's script.
To clarify, the datepicker works with Bootstrap 2 but not on Bootstrap 3.