Tagged: x
-
AuthorPosts
-
October 25, 2016 at 5:05 am #1229586
DesignbytrickParticipantI have tried using the fix in this trhead: https://community.theme.co/forums/topic/updating-font-awesome/ But it doesn’t seem to work anymore.
There are icons in the latest version of Font Awesome (4.7.0) that I really need to use.
Any other way to get these icons to show up?
October 25, 2016 at 5:38 am #1229609
ThaiModeratorHi There,
Please download the latest version of the FontAwesome: http://fontawesome.io/assets/font-awesome-4.7.0.zip.
Then upload to this directory: /wp-content/themes/x/framework/fonts/font_awesome/.
Hope it helps 🙂
October 25, 2016 at 7:38 am #1229739
DesignbytrickParticipantHi
Thanks for the advice. It still doesn’t work. I can’t figure out why not.
October 25, 2016 at 9:12 am #1229861
ChristianModeratorHey there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
October 27, 2016 at 3:02 am #1232774
DesignbytrickParticipantThis reply has been marked as private.October 27, 2016 at 3:57 am #1232819
LelyModeratorHi There,
FTP credentials is not working. Although I did try to login via wordpress addmin and I can see that the code is not added on your child theme functions.php file. Then if you add the file we need to check using FTP.
October 28, 2016 at 2:53 am #1234415
DesignbytrickParticipantI re-did the whole thing and now it works. Not sure what I did differently his time…
Thanks for the help!
October 28, 2016 at 3:03 am #1234433
DesignbytrickParticipantIn case someone else needs it:
Step 1: Download the latest version of Font Awesome here: http://fontawesome.io/assets/font-awesome-4.7.0.zip or go to their website to doanload it: http://fontawesome.io/
Step 2: Upload to this directory: /wp-content/themes/x/framework/fonts/font_awesome/
Step 3: Add the following to your child theme (http://theme.co/x/member/kb/how-to-setup-child-themes/) functions.php file:
function my_custom_head_output() { ?> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <?php } add_action( 'wp_head', 'my_custom_head_output', 99999 );Make sure the version in this code matches the version you uploaded.
Step 4: Insert the icons by using this code (it doesn’t work when you use the shortcode):
<i class="fa thumbs-up"></i>October 28, 2016 at 4:03 am #1234508
RadModeratorThanks for sharing!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1229586 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
