• Resolved coldrealms65

    (@coldrealms65)


    A few versions ago you added a nag message for collecting non-sensitive data…
    I opt out of that, however every single page that nag screen keeps appearing. I really hope this is not intentional because once I opt out please leave me alone about it ??

    MSG: `Want to help make PostX even more awesome? Allow PostX to collect non-sensitive
    diagnostic data and usage information. Allow No Thanks`

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author WPXPO

    (@wpxpo)

    Hi @coldrealms65,

    Thank you for using our PostX plugin. If you want to ignore the PoatX message just click the “No Thanks” button.

    hello, I am experiencing this too… and i have hit “no thanks” many times and it comes back again. I have also hit “Allow” just to try to get it to go away forever, but that does not work either.

    @coldrealms65 is this still happening for you too?

    Thread Starter coldrealms65

    (@coldrealms65)

    I have hit “No Thanks” a hundred times… It always comes back on the next pageload.

    Well, since I cannot take it anymore ??
    I added this to my functions file until they can address the issue properly.

    function remove_notice() {
    echo ‘<style>
    .notice-success {
    display: none !important;
    }
    </style>’;
    }
    add_action(‘admin_head’, ‘remove_notice’);

    Actually, this is more specific:

    .wpxpo-btn-tracking-notice {
    display: none !important;
    }

    Thread Starter coldrealms65

    (@coldrealms65)

    well done onegoodroad ??

    ?? thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Nag message will not go away…..’ is closed to new replies.