• Resolved megamenu

    (@megamenu)


    Hi,

    This plugin is removing items from menus created with Max Mega Menu.

    Please can you change line 123 of src/NavigationMenuLinks/FrontEnd.php from:

    if ($item->title == $item->url) {

    To:

    if (strlen($item->title) && ($item->title == $item->url)) {

    … or find another way to detect your own items before they are removed? Maybe add a property which can be checked against before removing any items.

    Regards,
    Tom

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with Max Mega Menu’ is closed to new replies.