ColorlibHQ / AdminLTE

AdminLTE - Free admin dashboard template based on Bootstrap 5
https://adminlte.io
MIT License
43.9k stars 18.17k forks source link

Sliders #805

Closed Johnathon332 closed 8 years ago

Johnathon332 commented 8 years ago

My sliders are just showing up as input text boxes both the ion and bootstrap ones.

I was also wondering if I wanted to use the bootstrap ones but with only one slider and not dual, how I go about doing that?

almasaeed2010 commented 8 years ago

It seems like you didn't load the appropriate JS and CSS files. To use the range slider plugin you need the following files:

For the bootstrap slider:

To create a bootstrap slider without the range selector option, you can review their documentation where you will find what you want as the very first example http://seiyria.com/bootstrap-slider/

Thanks

hansaliyad1 commented 8 years ago

My slider shows up but it does not work. I mean it does not slide left to right or right to left. It just shows up. Does nothing. I made sure that my slider.css is added in the head and even script bootstrap-slider.js at bottom in script sections. It does not show me any errors in browser console. Any idea what problem I am facing?