Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @digitalgamemachine – Sorry to year your having issues. That said it should show up a max of 3 times unless something is going wrong. We like reviews but programmed it to purposefully not be annoying. Once you dismiss it once it shouldn’t show again for 2 weeks, if you dismiss again it’s gone for 4 weeks, and when you dismiss it a 3rd time it’s gone forever.

    Also if you simply click the already did link it dismisses permanantly.

    Is that not what your seeing? If it won’t go away then it likely means a JavaScript or PHP error is preventing it from saving that it was dismissed.

    Further it should only be showing up for users with permission to create popups or manage options.

    Otherwise I don’t think there is a built in way to blanket disable it. Maybe unhook it’s init functions would do the trick as a quick fix.

    Let me know.

    Thread Starter digitalgamemachine

    (@digitalgamemachine)

    It seems to give the pop up message for every user that is created and logs into the wp-admin interface.

    On the administrator account I’ve dismissed it and that seems to work but new users still receive it.

    The plugin is working great but having new end users receive the message to leave a review is not what I had in mind aside from that the plugin is perfect and easy to use.

    Plugin Author Daniel Iser

    (@danieliser)

    @digitalgamemachine – Sorry to hear that. Are all these new users also admins? In which case not much we can do about it as we have to trigger it based on common criteria, in our case admin users who haven’t seen it yet and have permision to edit all posts, which typically means those as editors & above to exclude guest bloggers etc.

    Try remove_action( 'init', array( '\JP\UM\Admin\Reviews, 'hooks' ) );

    Hope that helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hi There! You have been using – Remove’ is closed to new replies.