Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28031

    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

    #136209

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Social icons combined with main menu in Enfold’ is closed to new replies.