Okay
  Public Ticket #553057
Menu icon
Closed

Comments

  • Andrea started the conversation
  •  8,990
    Tahir replied

    Hey,

    Try using a Third party plugin like this: https://wordpress.org/plugins/menu-icons/ .

    Also if the icons dont show up try opening your functions.php file and changing these items:

    wp_enqueue_style(\'font-awesome\');
    wp_register_style(\'font-awesome\', get_template_directory_uri() . \'/css/font-awesome.min.css\');
    to this:

    wp_enqueue_style(\'font-awesome-2\');
    wp_register_style(\'font-awesome-2\', get_template_directory_uri() . \'/css/font-awesome.min.css\');
    Also, if you’re using page transitions, change the method to the standard option form the “AJAX” one

    Cheers

    Thanks


    ThemeNectar Support Team 

  • Andrea replied

    You did the trick :)
    Thank you very much, it\'s just what I wanted and work very fine.

  • Chris replied

    Hey there, the menu icons plugin works wonders! - just wondered if there was a quick fix on the top of your head why it wont allow the icon to be above or below the text? only left or right?