I have a strange Unicode problem with a WordPress page I am about to create:
(At least with Firefox and IE.)
On the development page http://natzet.kunden.fincha.com I can see the Unicode signs
(before the blue links and in the address field at the bottom)
but not on the actual page http://www.natzet.de, which has the same code.
Does anyone have an idea, how I could solve that – without replacing the signs by images?
Greetings from Leipzig…
Actually it is not Unicode characters. You are using “Font Awesome” icons.
On http://natzet.kunden.fincha.com you are loading styles from http://www.natzet.de. And for some reason it cannot load font file: http://www.natzet.de/wp-content/themes/emode/fonts/fontawesome-webfont.ttf?v=3.0.1 Maybe because of some domain restrictions.
Try to use css files from the same domain.
Try putting this in your
<head>
Also, try changing the
de-DE
in the<html>
tag to<html lang="de" prefix="og: http://ogp.me/ns#">
let me know if that works