Bootstrap 3.0 Glyphicons funktionieren nicht in IE und FF

Ich habe diese Seite, wo ich bin mit Bootstrap 3.0.2
Das Problem ist, dass in Chrome die glyphicons zeigen perfekt, aber Sowohl im IE und im FF nicht, im FF die Symbole werden als kleines Kästchen mit zahlen, und in der FF-Konsole bekomme ich diese

[11:31:54.537] downloadable font: download failed (font-family: "Glyphicons Halflings" style:normal weight:normal stretch:normal src index:1): bad URI or cross-site access not allowed
source: http://url.com.com/templates/a_template/fonts/glyphicons-halflings-regular.woff 

[11:31:54.691] downloadable font: download failed (font-family: "Glyphicons Halflings" style:normal weight:normal stretch:normal src index:2): bad URI or cross-site access not allowed
source: http://url.com/templates/a_template/fonts/glyphicons-halflings-regular.ttf 

[11:31:54.691] downloadable font: no supported format found (font-family: "Glyphicons Halflings" style:normal weight:normal stretch:normal src index:4)
source: (end of source list) 

und im IE (alle Versionen die ich bisher ausprobiert habe) bekomme ich keine icons und zeigt die Konsole diese

CSS3117: A error occurred in a request to the origin of @ font-face. There is limited access to the resource.
glyphicons-halflings-regular.eot

CSS3117: A error occurred in a request to the origin of @ font-face. There is limited access to the resource.
glyphicons-halflings-regular.ttf

CSS3117: A error occurred in a request to the origin of @ font-face. There is limited access to the resource.
glyphicons-halflings-regular.woff

Ich habe versucht, jede Lösung, die ich habe Kabel-zu finden hier und bei google aber mit wenig Glück.

In meinem template habe ich auch diese:

<link  href="<?php echo $template_path; ?>/css/bootstrap.min.css" media="screen">
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="<?php echo $template_path; ?>/js/vendor/bootstrap.min.js"></script>

Wie bekomme ich die icons, die anzeigen in IE und FF?

  • Sieht aus wie es gibt entweder schlecht Berechtigungen auf die schriftart-Dateien, oder Sie versuchen, Sie ziehen aus einer anderen Domäne und seine Probleme verursacht. Versuchen Sie, sich diese URLs zu, die FF gibt Fehler auf und sehen Sie, wenn Sie auf die Datei zugreifen kann.
  • Ich habe versucht, die Berechtigungen auf 777 gesetzt (mit ubuntu) und Sie sind auf der gleichen domain / server, ich habe also keine Ahnung, warum es werfen, dass bis. und wenn ich versuche, auf Sie über die URL gegeben, mein Firefox Sie DL Prima
  • Eine andere Sache, die ich bemerkt habe, ist, dass das einzige Symbol, das zeigt sich sowohl im IE und FF ist das Briefumschlag-Symbol aus irgendeinem Grund.
  • Ich würde sagen, dieser thread ist off-topic, da das problem/die Lösung sind sehr lokalisiert zu dieser Umgebung. Ich glaube nicht, dass es von allgemeinem Interesse für die Benutzer Debuggen glyphicons oder auf der Suche nach apache-Berechtigungen Probleme.
InformationsquelleAutor Epodax | 2013-11-08
Schreibe einen Kommentar