Hi, Denis!
Can You provide a URL link to Your website?
Hello Denis,
The AGP Font Awesome Plugin is using Version 4.3…
Font Awesome is now at Version 4.4.0, this might be the issue.
Font Awesome is also experiencing pressure from third parties (i.e. Facebook now has an official “fa fa-facebook-official” icon.
If need be I can give you instructions to install it the ‘ole fashioned way’ with CDN.
Best,
Munzy
Hi, munsunc
You are wrong, because the fa-calculator icon is exists in the 4.3.0 icon set.
The plugin with FA 4.4.0 is testing now and will be available soon, but it not resolve this problem.
Here’s a sandbox site to replicate the issue:
http://sandbox.nukecontracting.com/
As you can see in the menu bar, calculator one is missing while others work.
Denis
I think, I have found the issue.
Your WP theme includes own Font Awesome Icons with version 4.0.3 and has conflict with AGP Font Awesome plugin.
For resolving this problem, You can try comment or delete Font Awesome connection in the style.css file of Your theme:
File: themes/canvas/style.css
Lines ~: 174 – 179
Code to delete:
@font-face {
font-family: 'FontAwesome';
src: url("includes/fonts/fontawesome-webfont.eot?v=4.0.3");
src: url("includes/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("includes/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("includes/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("includes/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal; }
It will help.
… or if You don’t want edit this file, You can try to contact with support of Your theme for updating FA version in the theme. It will help too, but it can be very slowly process
Alexey, you did not read my post carefully.
Try being a little nicer today my friend.
Denis
Now You can try update plugin to the latest version (v2.5.1)
The updates provides latest version of the Font Awesome and contains changes, that may be useful for you with Your issue.
@alexey, deleting the theme (Canvas) FA code did the trick to resolve my issue.
Hi Denis,
If the issue is resolved, can I resolve this topic?
Hi Denis,
Currently, I marked this topic as resolved. If you still have this issue, please re-open this topic and send additional info.