• Hi there,

    I’m building a website for a client (theme twenty eleven).
    The client wants her menu at the bottom of page (say footer area).
    First I hid the the original menu by use of css in the style sheet, like so:

    /* =Menu
    ————————————————————– */
    #access {
    display: none;

    That worked, the menu disappared

    Then I used the menubar plugin (Basic_46 without CSS) as footer widget. And the menu beatifully appeared in the place where it should be.
    But there is another menu at the top. (See: http://www.proudmary.me/renee/ )

    The menu disappears from the top when I select another type of bar (e.g. Basic_46 with b green css) but then another bar appears at the bottom above the footer widget, and the line covers the entire width.

    Clearly I did something wrong, but I can’t figure out what.
    Some help will be very appreciated 🙂

    https://wordpress.org/plugins/menubar/

Viewing 1 replies (of 1 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    Hi Mary,

    Probably you added a line:

    <?php do_action('wp_menubar','menu 1'); ?>

    at the end of your header.php or somewhere else in your theme, and that makes the menu appear in the header area. If so, you can simply delete that extra line.

Viewing 1 replies (of 1 total)
  • The topic ‘Double menubar’ is closed to new replies.