ResolvedFACEBOOK ICON ISSUE

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #31064
    masu
    Participant

    THE FACEBOOK ICON IS MISSING (SEE ATTACHED LINKS), WHEN I CLICK THE ICON, IT TAKES ME TO FACEBOOK PAGE BUT THE ACTUALLY ICON IS NOT SEEN SIMILAR TO INSTAGRAM OR PINTEREST. HOW TO CORRECT THIS? THIS IS THE CASE IN BOTH THE FOOTER AND TOP MENU.

    #31076
    Althemist
    Keymaster

    Hi masu,

    Please, provide a working link where we can see the problem live. I am afraid we can’t tell what could be wrong by looking at a cropped picture. 🙂

    Also, please, don’t use ALL CAPS for your messages!

    #31078
    masu
    Participant
    This reply has been marked as private.
    #31079
    Althemist
    Keymaster

    OK, found the problem. It looks like you’re using Dokan which is forcing a really old version of the Font Awesome icon font.

    Unfortunately, there is nothing we can do from the theme. Dokan team is informed about the problem and they didn’t update the Font Awesome for more than a year. Also, there is really no point to load the font awesome from Dokan. The page builder is loading it by default. The best thing you can do is to ask them if it’s possible to dequeue their version of Font Awesome. The code they have to give you would be similar to this (it’s for older version of Dokan):

    function wpse_remove_styles() {
       wp_dequeue_style('dokan-fontawesome');
    }
    add_action( 'wp_print_styles', 'wpse_remove_styles', 100 );
    #31080
    masu
    Participant
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register