Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1488528

    fontawesome only works with version 4!!! when i ulpoad version 5 (file is smaler then version 4) or version 6, always server error on any server i try!!!

    #1488568

    Hey Christian,
    Where are you trying to upload fontawesome?
    Typically you do not upload fontawesome, it is not compatible with the theme font manager and will not show in the ALB icons.
    So you need to sign up here to get your “Kit”
    Then you will get a code like this to put in your header: <script src="https://kit.fontawesome.com/244e4f20aaa.js" crossorigin="anonymous"></script>
    add it to the end of your child theme functions.php file in Appearance ▸ Editor in this function:

    function Font_Awesome_7(){
    ?>
    <script src="https://kit.fontawesome.com/244e4f20aaa.js" crossorigin="anonymous"></script>
    <?php
    }
    add_action('wp_head', 'Font_Awesome_7');

    be sure to change the link to yours.
    Then choose your icon and make sure that you add a size to the icon code, for example <i class="fas fa-mug-hot fa-10x"></i>
    and add it to your page.
    Screen Shot 2025 08 26 at 4.24.34 PM
    See this documentation:
    https://docs.fontawesome.com/

    Note they also have a plugin, I have not tried it, see: https://docs.fontawesome.com/web/use-with/wordpress

    Best regards,
    Mike

    #1488576

    i have uploaded in theme… but when it dont work i try the plugin

    #1488577

    Version 4 appears show in the ALB icons.

    #1488590

    Hi,

    Thank you for the update.

    How did you upload the icons? Please provide the login details in the private field so we can inspect the issue.

    Best regards,
    Ismael

    #1488591

    its not important.. we can close the thread.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘fontawesome’ is closed to new replies.