Home Forums WoodMart support forum FontAwesome 5 icons don’t appear on menu items

FontAwesome 5 icons don’t appear on menu items

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #646713

    d_ch
    Participant

    Hi,

    For some reason at WoodmartVersion: 8.1.1 the FontAwesome 5 icons don’t appear currently on my main header menu on both desktop and mobile.

    At theme settings -> Fonts & Icons -> Font Awesome library is set to “Always use”.

    Could you please give me some further advice on this?

    Regards,
    Dimitris

    Attachments:
    You must be logged in to view attached files.
    #646739

    Luke Nielsen
    Keymaster

    Hello,

    Is there any chance that you could give me access to the dashboard area so I can check the settings there?

    Looking forward to collaborating with you!

    Kind Regards

    #646751

    d_ch
    Participant

    Hello Luke,

    Please check at extra information the required details.

    Waiting for your further reply.

    #646756

    Luke Nielsen
    Keymaster

    Hello,

    Add the code below into the functions.php file in your child theme:

    add_action( 'wp_enqueue_scripts', function () {
    		wp_enqueue_style( 'vc_font_awesome_6' );
    }, 10000 );

    In the next update, it will be fixed.

    Kind Regards

    #646784

    d_ch
    Participant

    Thank you for the quick fix Luke!

    #646788

    Luke Nielsen
    Keymaster

    Hello,

    Always remember that you can reach out to us with any questions you may have.

    Wish you all the best.

    Kind Regards

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

The topic ‘FontAwesome 5 icons don’t appear on menu items’ is closed to new replies.