Okay
  Public Ticket #491612
FontAwesome. The font is not displayed
Closed

Comments

  • Andrey started the conversation

    I have a problem. Not displayed font FontAwesome.I do not see social shared buttons.

    The source code I did not touch. All changes if they are needed to do through child theme

    Version themes: 5.5.53

    WordPress version: 4.2.3

    Site url: https://artc.at

    Screenshot from Mozilla: http://joxi.ru/BA0Mb93c3p3vry

    Screenshot from Google Chrome: http://joxi.ru/v294yLjsapaOmG

    Screenshot of Microsoft Edge: http://joxi.ru/gmv3V8JiW1W82a

  •  9,108
    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


    ThemeNectar Support Team 

  • Andrey replied

    Awesome! It worked!

    thx a lot!