By applestalk on Thursday, 16 January 2014
Posted in Technical Issues
Replies 6
Likes 0
Views 1.2K
Votes 0
These icons were working fine and then suddenly stopped working but just in Firefox.

I'm wondering if this is a problem with FontAwesome? I can see the icons in Safari and Chrome OK.
Hello Russian,

I have tried to open the Firefox browser and access in your site, it seems like the toolbar button is existing, see my screenshot : http://screencast.com/t/UAYavrPRXE
Am i missing here? Is it possible provide us more information like screenshot or which toolbar button missing in your site when you access your site from Firefox? Please advise.
·
Thursday, 16 January 2014 22:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for replying Arlex,

I was trying to clear the " Unable to load stylesheet for mod_recentdiscussions." error message and cleared the cache in the system admin, EasyDiscuss admin and also my browser cache and I'm wondering if that has fixed this problem with the missing icons.
·
Thursday, 16 January 2014 22:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello RussianBlue,

You're welcome, i have replied in your forum post, please have a check.
·
Thursday, 16 January 2014 23:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

I am having the same issue.
http://screencast.com/t/fsGwswJmW7
·
Saturday, 08 February 2014 19:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi RussianBlue,

I had found a fix regards to the toolbar.

locate the file modules/mod_easydiscuss_search/styles/style.css
line 30:
Original

@font-face {
font-family: 'FontAwesome';
src: url('../../../media/foundry/2.1/styles/font-awesome/font/fontawesome-webfont.eot');
src: url('../../../media/foundry/2.1/styles/font-awesome/font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../../../media/foundry/2.1/styles/font-awesome/font/fontawesome-webfont.woff') format('woff'), url('../../../media/foundry/2.1/styles/font-awesome/font/fontawesome-webfont.ttf') format('truetype'), url('../../../media/foundry/2.1/styles/font-awesome/font/fontawesome-webfont.svg#FontAwesome') format('svg');
font-weight: normal;
font-style: normal;
}


Change to

@font-face {
font-family: 'FontAwesome';
src: url("../../../media/foundry/3.1/styles/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../../../media/foundry/3.1/styles/font-awesome/font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../../../media/foundry/3.1/styles/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../../../media/foundry/3.1/styles/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
font-weight: normal;
font-style: normal;
}


In the media file only contains 3.1, but don't know why the css file are calling a 2.1 folder.
·
Saturday, 08 February 2014 20:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Vincent,

I am really sorry for the delay of this reply as it is a weekend for us here.
Glad to heard your issues resolved and sharing on this.
I have checked in this file .../modules/mod_easydiscuss_search/styles/style.css, it seems like this code already including in latest version of Easydiscuss.

@font-face {
font-family: 'FontAwesome';
src: url('../../../media/foundry/3.1/styles/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
src: url('../../../media/foundry/3.1/styles/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../../../media/foundry/3.1/styles/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../../../media/foundry/3.1/styles/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../../../media/foundry/3.1/styles/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
font-weight: normal;
font-style: normal;
}
·
Sunday, 09 February 2014 15:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post