New Landing How can we help? Themeforest Theme Support Neighborhood Icons Don't Appear After Update

Viewing 15 posts - 1 through 15 (of 16 total)
  • #124920
    bprotected
    Member
    Post count: 51

    After updating to the latest version of the theme all default icons don’t seem to appear. An example is the shopping cart and search icon.

    Any idea?

    http://Www.bruut.nl

    #124956
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please add this custom php code at functions.php of your child theme.

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

    Thanks

    #124981
    bprotected
    Member
    Post count: 51
    This reply has been marked as private.
    #125054
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’ll assign this to Mohammad so he can get back to you ASAP 🙂

    – Kyle

    #125062
    bprotected
    Member
    Post count: 51

    Thank you Kyle.

    #125505
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Did you use a child theme for Mohammad’s code?

    – Kyle

    #125523
    bprotected
    Member
    Post count: 51

    No, I don’t work with child themes.

    #125527
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please update to the latest version of the theme, that should fix your issue

    – Kyle

    #125686
    bprotected
    Member
    Post count: 51
    This reply has been marked as private.
    #125691
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved it so please check it now.
    Thanks
    Mohammad

    #125695
    bprotected
    Member
    Post count: 51
    This reply has been marked as private.
    #125702
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just solved it completely.
    Thanks
    Mohammad

    #125706
    bprotected
    Member
    Post count: 51
    This reply has been marked as private.
    #125709
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please check it now.
    Thanks
    Mohammad

    #125941
    bprotected
    Member
    Post count: 51
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 16 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