I have a page with the following:
<p>This one isn't appearing ->> <span class="glyphicon glyphicon-bed"></span></p>
<p>But this one is ->> <span class="glyphicon glyphicon-home"></span></p>
At this URL: http://1080422389.n303457.test.prositehosting.co.uk/property-detail.php?jbID=4
Why would one show but not the other. Man I'm so confused! :( NJ
The answer is, it's not declared in your Bootstrap CSS file. You might want to grab the latest pull of the glyphicon font and CSS declarations from GitHub, at least this part (but I would do the whole thing as it's possible it had been remapped):
.glyphicon-bed:before {
content: "\e219";
}
Your version (3.2) was before they added the bed (3.3.2).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With