New Landing How can we help? Themeforest Theme Support Dante UPDATE FONT AWESOME 4.3

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #147828
    Francis
    Member
    Post count: 19

    Hello!
    How can i update my Font Awesome to 4.30?
    It’s very important! ^^

    Thank you <3

    #147843
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste this code at functions.php of child theme.
    <?php

    function sf_enqueue_styles_new(){
    wp_deregister_style('fontawesome');
    wp_dequeue_style( 'fontawesome' );
    wp_register_style('fontawesomeNew', '//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css', array(), NULL, 'all');
    wp_enqueue_style('fontawesomeNew'); 
    }
    add_action('wp_enqueue_scripts', 'sf_enqueue_styles_new', 111); 

    ?>
    Thanks
    Mohammad

    #147867
    Francis
    Member
    Post count: 19

    Thank you…but, where is child theme?

    #147869
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It should be inside the files downloaded from themeforest, if you can’t find it let us know that I will send you a direct link.

    -Rui

    #147870
    Francis
    Member
    Post count: 19

    I’ve downloaded only WordPress Installation from Themeforest.

    🙁

    How can i do?

    #147878
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @Francis

    Update to the latest version of the theme, we have already updated the packaged version to 4.3

    – Ed

    #147882
    Francis
    Member
    Post count: 19

    I’ve updated the latest version…but when i put the name of the icon, nothing appear…

    #147893
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Try clearing your browser cache, checked here and definitely updated. Where are you checking? Make sure you aren’t including “fa-” in your search.

    – Ed

Viewing 8 posts - 1 through 8 (of 8 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