Okay
  Public Ticket #561157
Font Awesome Not working
Closed

Comments

  • James started the conversation

    Hi,

    I have recently uploaded the latest theme files and since doing so all of the icons that are from Font Awesome have stopped displaying as well as social icons in the footer, on product pages etc.

    Could you please advise how I can get this working again?

    Thanks, James

  •  9,643
    Tahir replied

    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