Title: Conflict
Last modified: August 21, 2016

---

# Conflict

 *  Resolved [helmike](https://wordpress.org/support/users/helmike/)
 * (@helmike)
 * [12 years ago](https://wordpress.org/support/topic/conflict-16/)
 * There seems to be a conflict which prevents the Mailpoet newsletter menu items
   showing in the admin panel . When I deactvate the IG PageBuilder plugin the Mailpoet
   menu shows up again.
 * [https://wordpress.org/plugins/ig-pagebuilder/](https://wordpress.org/plugins/ig-pagebuilder/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [good homer](https://wordpress.org/support/users/good-homer/)
 * (@good-homer)
 * [12 years ago](https://wordpress.org/support/topic/conflict-16/#post-4873369)
 * Same thing happens with me, disappearing Mailpoet menu items.
 *  [Adam](https://wordpress.org/support/users/hieudm/)
 * (@hieudm)
 * [12 years ago](https://wordpress.org/support/topic/conflict-16/#post-4873378)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/ig-pagebuilder.svg)
 * [IG PageBuilder](https://wordpress.org/plugins/ig-pagebuilder/)
 * [Support Threads](https://wordpress.org/support/plugin/ig-pagebuilder/)
 * [Active Topics](https://wordpress.org/support/plugin/ig-pagebuilder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ig-pagebuilder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ig-pagebuilder/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Adam](https://wordpress.org/support/users/hieudm/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/conflict-16/#post-4873378)
 * Status: resolved