some things are not dispalying propperly

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
gregor3000
Posts: 2
Joined: February 9th, 2015, 11:19 am

some things are not dispalying propperly

Post by gregor3000 »

I have a website in wordpress. I have a few things i find strange. but this one puzzles me most:

the sign for g+ and facebook is not showing correctly in Firefox but it shows nicely in chromium
here is a picture of them side by side (.png, size about 30 kb)
https://drive.google.com/file/d/0B2uTW3 ... sp=sharing

what is causing this?

verison 35.0.1

at first i though it was because i had a crash on one account, but then i noticed even the version on linux is dispalying strange signs (arrabic in that case or somethign similar) instead of the leters g and f.

i though it was a tzheme issue until i saw it dispaly normally in Chromium Secure
User avatar
DanRaisch
Moderator
Posts: 127231
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: some things are not dispalying propperly

Post by DanRaisch »

Moving to Web Development.
User avatar
trolly
Moderator
Posts: 39851
Joined: August 22nd, 2005, 7:25 am

Re: some things are not dispalying propperly

Post by trolly »

Enable web fonts.
Think for yourself. Otherwise you have to believe what other people tell you.
A society based on individualism is an oxymoron. || Freedom is at first the freedom to starve.
Constitution says: One man, one vote. Supreme court says: One dollar, one vote.
gregor3000
Posts: 2
Joined: February 9th, 2015, 11:19 am

Re: some things are not dispalying propperly

Post by gregor3000 »

how? searching for enable web fonts found many suggesitons about many things on google. no offcial guide though. i enabled it in no-script plugin (which can interfere) but still nothing.

i only found this: https://developer.mozilla.org/en/docs/W ... @font-face

Furthermore i do not understand why one of the older versions worked just fine while the newer versions of wordpress do not work propperly with firefox.

also it displays ok in other browser. so i am not sure how is this a website issue.
Dom1953
Posts: 52
Joined: July 24th, 2014, 6:02 am
Location: Australia

Re: some things are not dispalying propperly

Post by Dom1953 »

The web developer console in Firefox shows FontAwesome is not being downloaded, at all, because of a bad URI or cross domain address. I suspect Firefox thinks the latter.

The URL of FontAwesome is given in "core.css" and is relative to the URL of core.css itself, since it starts with "../". The URL of core.css is given in the HTML page served, and starts with 'href="http://www.tasty-indonesian-food.com"'. (It is but one of several link elements with href values starting with "http:/www").

So Firefox expects the font to be served from a server named 'www', but there doesn't appear to be one at your site - if I paste "http://www.tasty-indonesian-food.com/" into the address bar it changes back to "http://tasty-indonesian-food.com/" during page load.

Can you convince your chipmunk theme your site address is just "http://tasty-indonesian-food.com/" (or get a www server up and running) to see if that fixes the problem?
Post Reply