• Open
  • Michael Sinclair
    Participant
    October 10, 2020 at 10:51 pm #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
    Participant
    Posts: 26
    October 15, 2020 at 10:15 pm #45420
    This reply has been marked as private.
    Michael Sinclair
    Participant
    Posts: 26
    October 16, 2020 at 10:26 am #45421
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 988
    October 16, 2020 at 12:32 pm #45422
    This reply has been marked as private.
    Michael Sinclair
    Participant
    Posts: 26
    October 16, 2020 at 9:01 pm #45423
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 988
    October 18, 2020 at 2:29 pm #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
    Participant
    Posts: 26
    October 18, 2020 at 5:04 pm #45427
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 988
    October 18, 2020 at 5:06 pm #45428

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