Tagged: enfold, main menu, social icons
Dear support team,
thanks for the great theme, but as so many other, i have a special request. Perhaps i didn’t look good but i did not find a topic for this item for Enfold. I want to display social icons in the same container as the main menu. Hope you can help me with this.
greetings Ronny from the Netherlands
Hey,
What type of header do you have? You can modify the codes on header.php. This is the code for the social icons:
if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);
And this is the main menu:
echo "<div class='main_menu' data-selectname='".__('Select a page','avia_framework')."'>";
$args = array('theme_location'=>'avia', 'fallback_cb' => 'avia_fallback_menu', 'walker' => new avia_responsive_mega_menu());
wp_nav_menu($args);
Regards,
Ismael