• Hey there,

    since the latest update of WP we get the follwing issue with the if menu
    If Menu detected a conflict with another plugin or theme (gdlr_core_walker_nav_menu_edit) and may not work as expected.

    Any ideas about that?
    If menu is the only plugin we are using. The last version of WP 5.3. everything was running fine

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’ve just noticed Walker_Nav_Menu_Edit_Custom as a detected conflict but can’t work out what’s causing/using it. The menu rules set previously still hold but I can’t see any option to edit them any more. I have disabled pretty much all plugins but the conflict is still being reported.

    Update – I found it’s the theme causing issues on this latest wordpress update all options are there in 2020 standard theme, I didn’t suspect it as worked fine with it before. I see the author replied to another person with similar issues explaining the updates needed on many other plugins and themes after this change in WordPress.

    • This reply was modified 4 years, 11 months ago by dubaidogfish.
    Thread Starter braehler

    (@braehler)

    We got a workaround for our theme. WE needed to comment out some lines in the php file which is responsible for the “standard theme integrated” menu. This works until all theme devs delivered some update regarding the newest changes in the core of the current WP version

    Plugin Author Andrei

    (@andreiigna)

    Hi,

    Some plugins or themes are not prepared for this change in WordPress 5.4

    New hooks let you add custom fields to menu items


    and break functionality for menu items in other plugins.

    There’s no ideal solution for this yet, but you can try one of these:
    – downgrade to WordPress 5.3
    – disable the theme/plugin that causes this conflict
    – contact the theme/plugin developers to ask about updating it
    – and as “braehler” mentioned, the code that causes this can be commented out. You can search the theme/plugin directory for wp_edit_nav_menu_walker and delete/comment-out that line of code

    Hope this helps

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflic with gdlr_core_walker_nav_menu_edit’ is closed to new replies.