New Landing How can we help? Themeforest Theme Support Dante I updated the theme and all my FA icons disappeared

Viewing 15 posts - 1 through 15 (of 20 total)
  • Posted in: Dante
  • #62878
    dani_s
    Member
    Post count: 20

    As the title says. Is there a solution to this?

    #63076
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please could I see your link? I will try and solve this issue for you.

    – Kyle

    #63223
    dani_s
    Member
    Post count: 20
    This reply has been marked as private.
    #63262
    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

    #63268
    dani_s
    Member
    Post count: 20

    Thank you! Also– there is white space under the menu when you scroll up if there is a parallax on top (like on the homepage). How do I remove this skipping?

    #63295
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this css code
    div.inner-page-wrap{padding-top:0px !important}
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #63326
    dani_s
    Member
    Post count: 20

    Hi, I tried this and I’m still getting issue..

    #63331
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to use this code

    .spb_parallax_asset{
    margin-top: -5px;
    }

    Thanks

    #63337
    dani_s
    Member
    Post count: 20

    I’m sorry but still nothing. I tried with both the important and not.

    #63343
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please share always website URL so i can provide you quick solution .

    Thanks

    #64253
    dani_s
    Member
    Post count: 20
    This reply has been marked as private.
    #64275
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I see that its appearing for few moments and not to all time .

    #64286
    dani_s
    Member
    Post count: 20

    yup exactly. How do I remove this?

    #64295
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am trying to fix but its cause to more problem in sticky and header . Hope you will understand .
    Thanks

    #64296
    dani_s
    Member
    Post count: 20

    OKay Thanks. If you can provide a solution that’d be great. It looks like its skipping. WHy doesn’t this happen on other people’s pages?

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