Viewing 2 replies - 1 through 2 (of 2 total)
  • Same thing happens with me, disappearing Mailpoet menu items.

    Hi,

    Please open wp-content/plugins/ig-pagebuilder/core/init/admin-menu.php and look for this line :

    if ( ! isset( $position ) ) {
    	$position = 50;
    } else {
    	$position++;
    }

    then update as below and recheck :

    if ( ! isset( $position ) ) {
    	$position = 51;
    } else {
    	$position++;
    }

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