Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1047316

    Do you know why this happens like that?
    http://prntscr.com/lxk1o7

    I didn’t change it at all. It suddenly happened.
    Would you help me?

    #1047954

    Hi Erin!

    1- It seems like when you updated Enfold, FontAwesome was deleted. I added following code to Functions.php file in Appearance > Editor and it worked

    function avia_add_fontawesome(){
    ?>
    <script src="https://use.fontawesome.com/650859c78a.js"></script>
    <?php
    }
    add_action('wp_head', 'avia_add_fontawesome');

    2- WPML released a new update today.
    Could you please update WPML to the latest version and check language issue once again?

    Best regards,
    Yigit

    • This reply was modified 6 years ago by Yigit.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.