Most voted "bootstrap-glyphicons" questions
Glyphicons are a feature of the CSS Bootstrap framework that serves to add figures to a website by using fonts, rather than using images.
Learn more…16 questions
Sort by count of
-
7
votes2
answers22549
viewsHow to include Bootstrap Glyphicon inside the "<input></input>" tag?
With the following code: <a href="#" class="btn btn-primary"> <span class="glyphicon glyphicon-pencil"></span> Editar </a> I can create buttons like these: But I can’t seem…
-
5
votes2
answers398
viewsGlyphicons with error when publishing to IIS
I’m developing an application with Asp.net-mvc-5 and Bootsrap 3.3.5. In the visual studio, it works perfectly. However, when publishing the application in IIS 8, the bootstrap-glyphicons appear with…
-
4
votes1
answer1776
viewsVector images, Font Awesome, Bootstrap Glyphicons. How do they work, what are the advantages and disadvantages?
I was just taking a peek at Font Awesome and in the Bootstrap. They use a font scheme for icons: On Font Awesome I saw the following files: Fontawesome.otf fontawesome-Webfont.eot…
-
3
votes1
answer6100
viewsWhat is the right way to use form-group bootstrap?
Which Correct Way to Use Form Group ? I use it as follows <div class="row"> <div class="col-md-2" align="center"> <span class="glyphicon glyphicon-user"…
-
3
votes2
answers6977
viewsAdd external icons to Bootstrap
I downloaded a Bootstrap template and I want to exchange some icons that have in it, however, it already has a table of icons that can be used, I would like to know how to put other external icons,…
-
3
votes3
answers6430
viewsHow to change the color of a Glyphicon?
I’m using glyphicons, but I don’t know what the bootstrap does to add the color of it. It always comes with a "default color". How is the mechanism to define the color of glyphicons and how can I…
-
2
votes1
answer943
viewsHow to place *Bootstrap* (`glyphicon-bootstrap`) icons in the Yii framework menu
I am starting a project in the company where I develop, and we are being thank you using the Yii Framework along with the Bootstrap, but I’m not getting the icons of Bootstrap (glyphicon-bootstrap)…
-
2
votes1
answer123
viewsBootstrap usage in legacy layout without Grid system adoption
Consider a complex, legacy, Tables-dependent layout that cannot be converted to tableless. From this premise, if we insert CSS and Javascript from Bootstrap, we could use some components (like…
-
2
votes1
answer239
viewsError using glyphicon with bootstrap-Sass
Good afternoon, I’m trying to work with bootstrap-sass and sass, However, by including an icon in my class, nothing happens. Below follows the line of code that represents the same, I wonder if I…
-
2
votes1
answer107
viewsAnimate fa fa-Angle-double-down
Hello, I’m trying to cheer up this "guy" here: fa fa-angle-double-down because, many users don’t realize that I want it to be clicked to collapse more Infos. If it were any other guy, I’d do it like…
bootstrap-glyphiconsasked 6 years, 6 months ago Daniel 345 -
1
votes1
answer4028
viewsHow to include Bootstrap source files (Glyphicons) in Rails?
In my Rails applications I usually include Bootstrap manually in the folders: app/assets/stylesheets/lib (CSS) and app/assets/javascripts/lib (Javascript) Everything works perfectly with the…
-
1
votes0
answers173
views(ASP MVC) Glyphicons Bootstrap does not work in Firefox
I have an ASP MVC 5 application where I use the Bootstrap that comes along, however, both in debug and in publishing, the Bootstrap icons (glyphicons) are not being loaded, see image: I am using the…
asp.net-mvc bootstrap-3 firefox bootstrap-glyphiconsasked 7 years, 4 months ago Guilherme Golfetto 743 -
1
votes1
answer2700
viewsI can’t use bootstrap glyphicons
I am not able to use the bootstrap glyphicons, just do not appear, I am using a linux machine, and I know it is something related to fonts folder because it did not come in the common bootstrap…
html5 css3 twitter-bootstrap bootstrap-3 bootstrap-glyphiconsasked 6 years, 8 months ago Eduardo Rafael Moraes 710 -
1
votes1
answer197
viewsIcone bootstrap 4.0
I tried to change only the icone classes and it didn’t work out, what am I doing wrong? And how to change the color when I opened the card Previous question I opened icone no accordion bootstrap 4.0…
-
0
votes1
answer334
viewsGlyphicon for bootstrap 4 does not work
I am using this Cdn for the Glyphicon css link, the problem is that I am using bootstrap 4, and so it is giving conflict, what would be the right url of Glyphicon?…
bootstrap-glyphiconsasked 5 years, 11 months ago Wagner 157 -
0
votes1
answer35
viewsGlyphicons go missing in the IE 10
I’m having the following problem, I’m using the bootstrap Glyphicons. When I try on Chrome or firefox, they work perfectly. But in IE10 they keep disappearing, sometimes only appear passing the…