-
Notifications
You must be signed in to change notification settings - Fork 718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This dashboard doesn't play well with datetime pickers #16
Comments
Try putting the datetimepicker css before the light bootstrap css. |
Did it here: http://jsfiddle.net/La8z2b8s/10/ No difference. |
Add this code below the light bootstrap css:
|
@jdeen93 and @gilbertlacas thank you for using our product and sorry for the late response. It seems there is a bug on our dropdown because we added an animation on it. So, to fix that please go inside assets/css/light-bootstrap-dashboard.css to line: 1447 and replace the Please let us know if that is working fine. Best, |
@alexandru-paduraru Now the dropdown menu wont open up from the top navbar. The class |
Same issue, please help! |
@dariodipalma did you made the change that I wrote here: #16 (comment) ? Best, |
I resolved problem.. my solutions ; I change I replaced bootstrap-datetimepicker-widget dropdown-menu to bootstrap-datetimepicker-widget dropdown-menu custom-datetimepicker
light-bootstrap-dashboard.css
|
@alexandru-paduraru, your solution work fine for me, thx. |
@alexandru-paduraru your solution works for me! altho for me it's at line 2061 now... :) |
The solution of @HBurakKaradag works for me |
@HBurakKaradag, your solution works fine, thanks a lot! |
@alexandru-paduraru, the solution which you gave is not working ... |
@alexandru-paduraru many thx, works for me! |
I have been trying to put this library: https://github.com/Eonasdan/bootstrap-datetimepicker
In a website which uses light bootstrap dashboard, but they simply wont work with each other. What happens is the datetimepicker doesn't show up at all.
When I remove the CSS of light bootstrap dashboard, the datetime picker starts working fine again.
I was having the same problem with this datetime picker too: https://github.com/smalot/bootstrap-datetimepicker
So I'd say that this theme wont play along nicely with other libraries...
Reproduced error on this fiddle using the first library linked: http://jsfiddle.net/La8z2b8s/9/
To see it work, simply remove the
light-bootstrap-dashboard.css
from the resources list and the calendar will be shown.To trigger the calendar, you need to click on the tiny calendar icon on the right of the input.
Help would be appreciated.
The text was updated successfully, but these errors were encountered: