I have set the following social media icons to display in my footer (Twitter, Instagram, LinkedIn) and none of them appear. In addition, the up arrow that typically displays in the bottom right of the footer when scrolling, is missing as well. I am assuming I need to turn a specific icon font on, but can't find the location to do so.
I have tried viewing in both Chrome and Firefox. Icons missing from both.
Try opening your functions.php file and changing these items:
wp_enqueue_style(\'font-awesome\');
wp_register_style(\'font-awesome\', get_template_directory_uri() . \'/css/font-awesome.min.css\');
to this:
wp_enqueue_style(\'font-awesome-2\');
wp_register_style(\'font-awesome-2\', get_template_directory_uri() . \'/css/font-awesome.min.css\');
Also, if you’re using page transitions, change the method to the standard option form the “AJAX” one
Hello,
I have set the following social media icons to display in my footer (Twitter, Instagram, LinkedIn) and none of them appear. In addition, the up arrow that typically displays in the bottom right of the footer when scrolling, is missing as well. I am assuming I need to turn a specific icon font on, but can't find the location to do so.
I have tried viewing in both Chrome and Firefox. Icons missing from both.
See attached screenshot.
Thanks for your help,
Karen
Hey,
Try opening your functions.php file and changing these items:
wp_enqueue_style(\'font-awesome\');
wp_register_style(\'font-awesome\', get_template_directory_uri() . \'/css/font-awesome.min.css\');
to this:
wp_enqueue_style(\'font-awesome-2\');
wp_register_style(\'font-awesome-2\', get_template_directory_uri() . \'/css/font-awesome.min.css\');
Also, if you’re using page transitions, change the method to the standard option form the “AJAX” one
Cheers
Salient Support Team