Comments Lisa started the conversationApril 12, 2016 at 2:02pmHi! thanks for the amazing theme. I have one problem. The mobile menu icon isn’t showing. I tried everything but i can;t fix it, it’s driving me crazy. this is the site: www.moxibiz.com can you please help me? thanks!Lisa repliedApril 12, 2016 at 2:31pmI found out, that it's a conflict with visual composer. how to fix it? 8,993Tahir repliedApril 13, 2016 at 12:26amHey, 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'); Cheers ThemeNectar Support Team Lisa repliedApril 15, 2016 at 10:40amWell, you are really awesome!Thank you so much it works perfectly! Sign in to reply ...
Hi! thanks for the amazing theme. I have one problem. The mobile menu icon isn’t showing. I tried everything but i can;t fix it, it’s driving me crazy.
this is the site: www.moxibiz.com
can you please help me?
thanks!
I found out, that it's a conflict with visual composer. how to fix it?
Hey,
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');
Cheers
ThemeNectar Support Team
Well, you are really awesome!
Thank you so much it works perfectly!