Okay
  Public Ticket #559058
Social Share Buttons Disappeared
Closed

Comments

  •  2
    jordan started the conversation

    Hi,

    The social media icons have disappeared on my social share widgets. Can you help debug? I'm sure it's some plugin but I've tried disabling them with no success.

    Thanks!

  •  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