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 7 years, 9 months ago by
diver66.
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!