• i need to embed image menu in site header and “not” in the primary menu bar… i have tried two codes and inserted them in theme’s functions.php but none of them work. i am trying to do this using Menu image plugin By Alex Davyskiba aka Zviryatko.

    i want only images to appear with in a horizontal manner without a name tag. which when hovered will result in its own vertical menu.

    here is a link…. notice shortcode i tried to call in header [menu name = ‘menubar’] but that doesnt workout

    https://www.mbauol.webatu.com/

    Thanks. Any help is greatly appreciated

Viewing 1 replies (of 1 total)
  • Thread Starter M_Z

    (@m_z)

    i tried to use this code as well in functions .php

    function register_my_menus() {
      register_nav_menus(
        array(
          'header-menu' => __( 'Header Menu' ),
          'extra-menu' => __( 'Extra Menu' )
        )
      );
    }
    add_action( 'init', 'register_my_menus' );

    but it resulted in a disaster… making me not even able to access the site or admin pannel

Viewing 1 replies (of 1 total)
  • The topic ‘Image menu within site header in twenty fourteen theme’ is closed to new replies.