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

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #223471
    ronin
    Member
    Post count: 282

    Hi,

    For some reason FontAwesome isn’t working on this site. On the page sent there is just a little box with the character code in it. We haven’t done anything to the theme files, and we have updated to the most recent version of Dante, so we don’t really know what’s going on.

    Thanks

    #223477
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

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

    function sf_enqueue_styles_new(){
    wp_deregister_style('fontawesome-css');
    wp_dequeue_style( 'fontawesome-css' );
    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
    Mohammad

    #223715
    ronin
    Member
    Post count: 282

    Perfect! Thank you.

    Could you tell me why that happened?

    #223741
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad ๐Ÿ™‚ to help you. Its server related issue.
    Thanks
    Mohammad

    #228761
    dsc3333
    Member
    Post count: 21

    I have the same problem. Every time I do an Dante update my icons dissapear. I cant remeber how I fixed it but i know it was a headache. Can you please fix this issue one and for all please

    #228846
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Are you using child theme?
    Thanks
    Mohammad

    #232898
    dsc3333
    Member
    Post count: 21

    Hi,
    Sorry for the late reply.. I didnt get an email alert that you posted a new message..
    Yes I am using a child theme ๐Ÿ™‚ it doesnt make a difference if i switch back to normal mode anyway ๐Ÿ™

    And everytime I switch between the child theme and normal mode I have to always go into settings>reading and click on “A static page” because it always resets to “your latest posts” which is annoying.. The same happens when i update the theme too. Not sure if this “settings reset” feature you included has also reset some other settings that have maybe messed up my icons from showing.

    I checked “Notify me of follow-up replies via email” (i just noticed) This should be checked by default I think

    #232920
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me login detail to check and resolve the issue.
    Thanks
    Mohammad

    #255037
    dsc3333
    Member
    Post count: 21

    I found the problem of the font ICONs not showing up.

    A Plugin called “Bootstrap 3 Shortcodes” was causing the conflict. Im not sure if Dante is the real issue or the plugin ๐Ÿ˜›

    #255071
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Plugin is cause to issue. Please contact to plugin developer about it.
    Thanks
    Mohammad

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

You must be logged in to reply to this topic.