-
AuthorPosts
-
freissmann Developer
freissmann
- Join date:
- February 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 71
- Thanks:
- 79
- Thanked:
- 29 times in 1 posts
January 13, 2014 at 8:09 am #193695When viewing JA Appolio on a Windows phone 8 we have a font issues as shown in the screenshot.
Any ideas on how to solve that?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 14, 2014 at 4:43 am #518359I have checked our demo here with Windows phone 8, see the screenshot:
Please clear your browser cache and check again.
freissmann Developerfreissmann
- Join date:
- February 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 71
- Thanks:
- 79
- Thanked:
- 29 times in 1 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 15, 2014 at 4:07 am #518496Look at the screenshot
<blockquote>GET http://rrcg2014.azurewebsites.net/plugins/system/t3/base-bs3/fonts/font-awesome/font/fontawesome-webfont.woff?v=3.2.1 404 (Not Found)
GET http://rrcg2014.azurewebsites.net/templates/ja_appolio/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3 404 (Not Found) </blockquote>
I got above-mentioned errors when debugging your site. This issue comes from configuration on your hosting. You can contact system administrator of your hosting to help on this configuration to access fontawesome-webfont.woff in T3 plugin framework and JA Appolio Template.
-
1 user says Thank You to Ninja Lead for this useful post
freissmann Developerfreissmann
- Join date:
- February 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 71
- Thanks:
- 79
- Thanked:
- 29 times in 1 posts
January 15, 2014 at 2:35 pm #518570Hi Ninja Lead,
thank you very much! That was the necessary push to the correct topic. To get fontawesome-swebfont.woff working on a Windows Azure Website it is necessary to add the folloing to web.config:
<system.webServer>
<staticContent>
<remove fileExtension=".svg" />
<remove fileExtension=".eot" />
<remove fileExtension=".woff" />
<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
<mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" />
<mimeMap fileExtension=".woff" mimeType="application/x-woff" />
</staticContent>
</system.webServer>Don’t Forget to clean cache.
1 user says Thank You to freissmann for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by freissmann 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum