I am in the same boat as Menno. I have used this plugin on several of my other sites and have never found this problem. I have no idea how to do what you are suggesting Ali.
There has to be an easier way.
I found the menu icons disappeared when I installed the Modula Grid Gallery Lite plugin – I uninstalled and everything was fine again.
Hi aliXharif,
do you know are these fixes known to the plugin dev and will they be applied to the next update?
Thanks!
It looks like aliXharif is modifying the code to upgrade to the newer version of FontAwesome. There’s already a filter provided for this. Add this to a theme or plugin to enable:
add_filter( 'storm_social_icons_use_latest', '__return_true' );
This is in the readme.
Coloring will vary by theme. It’s up to each user to finesse conflicts with their individual theme and whether it already uses a FontAwesome library.
Where I should add te code
add_filter( ‘storm_social_icons_use_latest’, ‘__return_true’ );
It only appears a square instead of an icon.
Thanks!
As noted in the readme, to your theme’s functions.php.