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
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?
How can I add icon in menu voice, like this?
http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/MyMenuIcons.jpeg
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
You did the trick :)
Thank you very much, it\'s just what I wanted and work very fine.
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?