Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1035541
    hype
    Participant

    X-Theme 4.5.2 doesn’t seem to include the latest Font Awesome release (4.6.3), which has the new Instagram icon. When do you think we’ll see this updated in X-Theme?

    http://fontawesome.io/cheatsheet/

    #1035730
    Lely
    Moderator

    Hi There,

    Thanks for posting in. I have forwarded this request to our developers to update. Unfortunately, we can’t promise an ETA for this.

    Please try to add this code in your child theme’s functions.php file as temporary fixed:

    // Load Font Awesome
    add_action( 'wp_enqueue_scripts', 'enqueue_font_awesome' );
    
    function enqueue_font_awesome() {
    
    	wp_enqueue_style( 'font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css' );
    
    }

    Hope this helps.

    #1036219
    hype
    Participant

    Unfortunately, this didn’t work. Perhaps because it is referencing Font Awesome 4.6.0 instead of 4.6.3? I can just wait for the next X-Theme update at this point, but please let your development team know this is a priority for everyone who uses Instagram.

    #1036479
    Rahul
    Moderator

    Hey There,

    Our developers are already working on the fix and hopefully it should be fixed very soon, no ETA but it is on priority for us.

    Thanks

  • <script> jQuery(function($){ $("#no-reply-1035541 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>