• Open
  • Michael Sinclair
    Spectator
    10.10.2020 at 22:51 #45405

    I’m using a plugin to sort pages into different menus. it should add an additional menu field above the menu editor ‘Move’ tab but is unable to because because of the following error:
    **** plugin detected a conflict with another plugin or theme (evolve_Mega_Menu_Walker_Nav_Menu_Edit) and may not work as expected.
    I have tried adding a fieled using the following short piece of code

    function wporg_my_custom_field() {
    esc_html_e( ‘Howdy! WordPress 5.4 is coming!’, ‘wporg’ );
    }
    add_action( ‘wp_nav_menu_item_custom_fields’, ‘wporg_my_custom_field’ );

    But to no avail

    Any help on how I can add an extra menu field would be very much appreciated.

    Thank you

    Michael Sinclair
    Spectator
    Posts: 30
    15.10.2020 at 22:15 #45420
    This reply has been marked as private.
    Michael Sinclair
    Spectator
    Posts: 30
    16.10.2020 at 10:26 #45421
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 1010
    16.10.2020 at 12:32 #45422
    This reply has been marked as private.
    Michael Sinclair
    Spectator
    Posts: 30
    16.10.2020 at 21:01 #45423
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 1010
    18.10.2020 at 14:29 #45426

    Corrected. It was, actually, a problem on our side. It was corrected in your installation and in the next update, we will push it to everybody.

    Michael Sinclair
    Spectator
    Posts: 30
    18.10.2020 at 17:04 #45427
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 1010
    18.10.2020 at 17:06 #45428

    Yes, we do not require the access anymore. Thank you for your patience.