Open juanchristian opened 10 years ago
This is due to the wrong path given in the bootflat.css and bootflat.min.css files, more specifically at the .icheckbox_flat, .iradio_flat
selectors.
Change
background: url("../bootflat/img/check_flat/default.png") no-repeat;
to
background: url("../img/check_flat/default.png") no-repeat;
I added the following lines to my code in the according places:
<link rel="stylesheet" href="https://bootflat.github.io/bootflat/css/bootflat.min.css">
<script src="https://bootflat.github.io/bootflat/js/icheck.min.js"></script>
<script src="https://bootflat.github.io/bootflat/js/jquery.fs.selecter.min.js"></script>
<script src="https://bootflat.github.io/bootflat/js/jquery.fs.stepper.min.js"></script>
But when I try to use the checkbox
<input class="icheckbox_flat" type="checkbox" name="quux[1]">
it shows the "normal" one, not flat.On my root, I have the folder bootflat > img > check_flat > default.png
Image: https://i.imgur.com/J4rTQna.png