• Resolved pathuri

    (@pathuri)


    I used ‘Menu Swapper’ to define a new location and assigned a menu to it.
    Then I used the shortcode
    [maxmenu location=MENU_LOCATION_ID] to display in a widget location.
    but I’m not getting the menu display.
    I tried using the slug name, menu title, menu id etc etc.
    I get the following error
    <!– menu not found <!– menu not found [maxmenu location=3917] –>
    I have 4 theme locations.
    Tried using menu id as 0,1,2,3 and also tried the menu id displayed when hovered over the ‘delete’ in the menu configuration.
    Do we have to enclose in quotes (single/double)?
    Any Help is appreciated?.

    https://ww.wp.xz.cn/plugins/megamenu/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pathuri

    (@pathuri)

    Some more info :
    —————–
    a) In Menu Swapper, the following is the info

    Clear Theme Location Slug Theme Location Name
    × → prm_woo_menu prm-woo-menu
    × →
    + New Theme Location

    b) In ‘Menu’ Menu Settings info is below

    Auto add pages Automatically add new top-level pages to this menu
    Theme locations Navigation Bar Above Header (Currently set to: primary)
    Navigation Bar Below Header (Currently set to: secondary)
    sample-custom-menu
    prm-woo-menu

    I’m trying to use ‘prm-woo-menu’ with MMM.

    Thread Starter pathuri

    (@pathuri)

    Update : It Works
    Need to use menu slug name and then it works
    ———
    [maxmenu location=3] —> Not working
    [maxmenu location=”3″] —> Not working
    [maxmenu location=prmwoo] —> Not working
    [maxmenu location=prm-woo-menu] —> Not working
    [maxmenu location=prm_woo_menu] —> WORKS!!!

    Error message for the first four options :
    ————————————————
    <!– menu not found <!– menu not found [maxmenu location=3] –>
    <!– menu not found <!– menu not found [maxmenu location=3] –>
    <!– menu not found <!– menu not found [maxmenu location=prmwoo] –>
    <!– menu not found <!– menu not found [maxmenu location=prm-woo-menu] –>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘menu location not found’ is closed to new replies.