For some reason with my code for a progress bar it won't show the colour. For instance if I put the class as "bar background-purple" it will make it a bar but not give it the class purple also. If I take out the bar part it will be purple and if I take out the background-purple part it stays the same. I will attach the code and a screenshot.
Using Bootstrap 3.
Btw this is the same code I have from a different page on my website where it does show colour. Any ideas?
<div class="skill-container span8">
<div class="row-fluid">
<!-- BEGIN FIRST SKILL -->
<div class="latest-skill first-skill skill-widget span6">
<h4><i class="icon-bookmark"></i> Progress </h4>
<div class="progress">
<div class="bar background-purple" data-score="85">
<span class="skill-title">HTML</span>
<span class="title-score"></span>
</div>
</div><!-- .progress -->
</div><!-- .progress -->
</div><!-- .latest-skill .skill-widget -->
</div><!-- row fluid -->
</div><!-- .skill-container -->
</div><!-- .big-element -->
</div><!-- .about .row -->
To make sure I didn't attach the CSS files wrongly, I copied and pasted the header from my other document.
http://gyazo.com/e8c19bd43f5e3b99f26d7a1b06a1d4ef.png
There must be another thing wrong with the CSS because the icons at the bottom of the page aren't centered and that code is copied from my other working page too.
If you need a snippet of the header, etc.. just let me know! Thanks!
Update!!
Error Google Chrome gives me!
GET http://localhost/js/jquery.min.map 404 (Not Found) public.php:15
Uncaught TypeError: Cannot read property 'offsetWidth' of null main.js:29
The scripts I have included:
<script type='text/javascript' src='js/jquery-1.9.1.min.js'></script>
<script type='text/javascript' src='js/jquery.isotope.js'></script>
<script type="text/javascript" src="js/jquery.isotope-function.js"></script>
<script type='text/javascript' src='js/modernizr.js'></script>
<script type='text/javascript' src='js/jquery.animateNumbers.js'></script>
<script type='text/javascript' src='js/jquery.flexslider-min.js'></script>
<script type="text/javascript" src="js/jquery.hoverflow.min.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo-1.4.3.1-min.js"></script>
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/sendmail.js"></script>
<script type="text/javascript" src="js/welcome.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="js/maps.js"></script>