By Philip on Monday, 04 August 2014
Posted in General Issues
Replies 14
Likes 0
Views 552
Votes 0
Toolbar Icons not displaying correctly in Firefox, Safari is OK. Please Advise.
Can you give this a try again Philip. It looks like the css is outdated somehow but I have tried recompiling the less file again and it seems to be working fine now
·
Tuesday, 05 August 2014 01:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Philip,

Based on your explanation, I do think this is probably because of Firefox's cross domain policy (Most likely you have a CDN plugin that is replacing urls). That is why it appears fine on Safari and Chrome. You will need to add the rules that is shown at the answer here, http://stackoverflow.com/questions/16866872/font-awesome-not-working-in-firefox in your htaccess file.
·
Monday, 04 August 2014 22:54
·
0 Likes
·
0 Votes
·
0 Comments
·
well...

i added this to htaccess.txt in public_html and then renamed it to .htaccess, but icons still don't display. Where should I look next?

<FilesMatch ".(eot|ttf|otf|woff)">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
·
Monday, 04 August 2014 23:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Philip,

I believe it's best that you check this with your hosting provider. There are possibilities where your hosting provider doesn't allow you to override this on the htaccess level.
·
Monday, 04 August 2014 23:22
·
0 Likes
·
0 Votes
·
0 Comments
·
With further tinkering I found the issue. It was the EasyDiscuss module whos_online that was causing it to break. Anyway I can use this module without it breaking the icons?

I checked, and anywhere I use an ED module the icons break. Doesn't matter what page.
·
Monday, 04 August 2014 23:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Philip,

Please provide us with the back end and FTP access to your site because we need to check on this. As far as I am aware, the only issues that causes the font icons to mess up is when you have a CDN setup.
·
Tuesday, 05 August 2014 00:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Here you go. Go to Module Manager and search for "online." Enable the Who's online module at position bottom-1, and then go to the Forum page after logging in on the front. Maybe you should check the front first to see the icons displayed correctly before enabling the module.

thanks again you guys have awesome support!
·
Tuesday, 05 August 2014 00:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Philip,

I am getting this error when I login to the site,

You do not have access to the administrator section of this site.
·
Tuesday, 05 August 2014 00:42
·
0 Likes
·
0 Votes
·
0 Comments
·
sorry about that, it should work now.
·
Tuesday, 05 August 2014 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Philip,

I cannot access to the settings of EasyDiscuss because the user does not have permissions. Can you kindly please set the user with super administrator privileges please?
·
Tuesday, 05 August 2014 01:28
·
0 Likes
·
0 Votes
·
0 Comments
·
apologies yet again. its fixed.
·
Tuesday, 05 August 2014 01:31
·
0 Likes
·
0 Votes
·
0 Comments
·
you're a total boss. it works!

Is this only for the Who's Online module? I have ED modules in the "Elections" page that seem to be messing with the dropdown caret on the "Calendar" tab, but I'll probably remove them as they don't fit into the context of Elections, so no need to bother with those. I was just asking in case I add something at a later time, but if the difficulty level is greater than a 6/10 don't bother, as its probably over my head.

thanks again
·
Tuesday, 05 August 2014 02:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Out of curiosity, and I'm referring to the Who's Online Module, when it displays the name of the online individuals it also displays the number of "guests." Is this some arbitrary number, because I don't see anyone logged in Joomla! admin?
·
Tuesday, 05 August 2014 02:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Philip,

EasyDiscuss actually queries Joomla's sessions table to get the total number of users / guests online. The 5 guests is actually because there are records in the #__sessions table
·
Tuesday, 05 August 2014 02:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post