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?
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