• Installed plugin. Duplicated menu. Can’t see the duplicate.
    Using a DIVI theme. Does that create a conflict?

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m also working with DIVI and a custom menu. My client’s menu is HUGE and it keeps blowing up when I change it. Arrgggg!

    Please let me know if you find a duplicate menu solution.

    Try changing line 107 in wp-content/plugins/duplicate-menu/duplicate-menu.php from :

    function options_screen() {

    to:

    static function options_screen() {

    Then change line 138 from:

    <?php wp_nonce_field( 'duplicate_menu','duplicate_menu_nonce' ); ?>

    to:

    <?php wp_nonce_field( 'duplicate_menu','duplicate_menu_nonce' ); ?>
    <?php wp_nonce_field( 'update-nav_menu', 'update-nav-menu-nonce' ); ?>

    Great Now it works !!!!!!

    • This reply was modified 6 years, 7 months ago by diver66.
    Plugin Author Jon Christopher

    (@jchristopher)

    Can someone with this issue email an export of their site content to [email protected] so I can reproduce the error and get a fix out? I’ve tried using my test menus but they duplicate as expected. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is this plugin still working’ is closed to new replies.