I came up with a strange problem. I am building this site: www.bellated.us.lt and after using search (let's say - http://www.bellated.us.lt/?s=nonews) all the custom typography (like font-faces and google webkits) disappear. This is only in firefox. Actually no idea where to start to look for the problem. Any ideas on this issue will be appreciated.

Regards,

link|improve this question

48% accept rate
feedback

1 Answer

You have invalid characters in <link rel=image_src. Firefox doesn't recover from those errors and fails to apply the following scripts.

To find invalid characters install Firebug. The source code will show you what went wrong:

enter image description here

link|improve this answer
Thanks for reply, but where exactly I should look for the problem or at least in what files? – user385917 Feb 1 at 10:12
Probably in your header.php or a plugin that adds this code. – toscho Feb 1 at 10:29
Removed. Not because of this. Problem remains. :/ – user385917 Feb 1 at 11:02
4  
No, there are still invalid characters in your source code. I made an update to my answer. Being pedantic: This is not exactly a WordPress problem. ;) – toscho Feb 1 at 11:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.