• Resolved buddhatunes

    (@buddhatunes)


    Hi, the author of Nav Menu Roles – Kathy Darling – suggests this modification to allow menu plugins to work together. Any chance of implementing in Mega Menu?
    ———————-
    Therefore, as of version 1.6 I am modifying my admin walker to *only* adding the following line (right after the description input):

    <?php
    // This is the added section
    do_action( ‘wp_nav_menu_item_custom_fields’, $item_id, $item, $depth, $args );
    // end added section
    ?>

    I am then adding my fields to this hook. Ask your conflicting plugin/theme’s author to do the same and our plugins should become compatible.

    https://wordpress.org/plugins/megamenu/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi buddhatunes,

    Yep, every chance. It seems like a very good thing to standardise this across all menu plugins in the absence of an official method. I’ll change it in the next update – thanks for bringing it to my attention 🙂

    Regards,
    Tom

    Plugin Author megamenu

    (@megamenu)

    Hi buddhatunes,

    Just released 1.2 which includes this change. Nav Menu Roles is a nice plugin, it’s all working together now 🙂

    Please consider leaving a review if you get a spare minute!

    Regards,
    Tom.

    Thread Starter buddhatunes

    (@buddhatunes)

    thanks! works great 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Nav Menu Roles Conflict’ is closed to new replies.