Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi infobtox,

    Thank you very much for your question.Yes, you are right, when our plugin is activated, the plugin, Mailpoet, is still working, but it disappears from Menu bar in admin area. I have reported this problem to our developers, I totally believe that the problem will be solved the next released version of IG Page Builder. Please stay tuned and i will let you know as soon as the problem is tackled.

    Have you a good day

    Sincerely,
    Innogears Support Team

    Hi infobtox,

    My friend, Adam, He has a nice solution right now for your problem. Please following the instruction below

    First, you open “wp-content/plugins/ig-pagebuilder/core/init/admin-menu.php and next look for this line :

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

    and then replace as below and recheck:

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

    Best Regards,
    Innogears Support Team

    Thread Starter infobtox

    (@infobtox)

    Great it’s work fine! ??

    Thanks!

    Hi infobtox

    I am really happy to assist you. Let me thank you for trusting and using our product IG Page Builder. If you need any further assistant, please don’t hesitate to let us know.

    Have you a good day!

    Best Regards,
    Innogeas Support Team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘An other plugin manu bar disappear when activated IGPB’ is closed to new replies.