New Landing How can we help? Themeforest Theme Support Dante Social Icons Show as "?" and load incorrectly

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #69243
    alicia2joy
    Member
    Post count: 2

    The social media icons on the top right header are not loading correctly. The colors are there and they move when you hover, but the actual icon is not on there (FB, instagram, twitter, youtube).

    They have always worked and I have noticed this problem just happen recently over the past couple days. Thank you for your help.

    http://www.injoyliferesources.com

    #69263
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit functions.php at /wp-content/themes/dante/

    1-Find this code at line 140 
    wp_register_style('fontawesome', SF_LOCAL_PATH .'/css/font-awesome.min.css', array(), NULL, 'all');
    
    Replace with 
    wp_deregister_style('fontawesome');
    wp_register_style('fontawesomeNew',SF_LOCAL_PATH.'/css/font-awesome.min.css',array(),NULL,'all');
    
    2-Find this code at line 147
    wp_enqueue_style('fontawesome'); 
    
    Replace with
    wp_enqueue_style('fontawesomeNew'); 

    Hopefully it will work sure .
    Thanks 🙂
    With Best Regards
    Swift Ideas

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register