Is Glyphicons included in this theme? I'm trying to use it as per Bootstrap's website using
<dt><span class="glyphicon glyphicon-home"></span> Home</dt>
But it's not showing up?

Thank you

Comments

zilla’s picture

strange - they're working for me using that same snippet on any random page, but perhaps something is happening when doing within a menu.

could it be related to this? https://drupal.org/node/2120479

btw, have you tried icon api and downloading icons from fontello? it works like an absolute charm, and you can then use the default class like , as well as place the class within a text filter throughout the site (in my case, it's only me using the class)

hmartens’s picture

Thanks for the response Zilla. I've discovered it's not because it's in a menu because I tried it in a node as well and it doesn't work. What is strange is that when I use the code from http://marcoceppi.github.io/bootstrap-glyphicons/ which is used in the way it works, but when I use the code from http://getbootstrap.com/components/ which is it doesn't work...very strange! And I've got nothing funny on my theme. It's just a normal bootstrap sub-theme...

ñull’s picture

hmartens, the two icons sets are not identical. In the second I found glyphicon-log-in and there is no equivalent in the first list. This issue is still valid.

markhalliwell’s picture