New Landing How can we help? Themeforest Theme Support Dante Social icons not showing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #72081
    vandand
    Member
    Post count: 40

    Hi,

    The social icons are not showing on my posts:
    http://www.staging.apmoebelpolstring.dk/3107-3207-laeder/

    Best regards, Mie

    #72193
    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