• Author took the effort to fix the nag bug! Thank you.

    ———————————————————-

    Old Review: “Stupid feedback nag”

    Stupid feedback nag keeps popping up on my dashboard, otherwise I would have been happier with it just working…

    It doesn’t matter if I click “Leave a Feedback”, ” Maybe Later”, “Don’t Show Again” or even the “X”. If I refresh or return back to my wp-admin dashboard, it will re-appear! It’s at least happening in Safari on my admin account.

    pffft.

    • This topic was modified 4 years, 7 months ago by exius.
    • This topic was modified 4 years, 2 months ago by exius. Reason: Author fixed nag bug
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Hi @exius,

    I’m sorry to hear the nag doesn’t go away. You probably have a javascript from another plugin on your admin which causes a console error, causing the dismiss not to work.

    If you deactivate the plugin causing the javascript error, the issue should be gone.

    As alternative, you can also add this to your functions.php:

    $options = get_option('rlrsssl_options');
    $options['review_notice_shown']= true;
    update_option('rlrsssl_options', $options);

    We’ll also look into alternative methods to dismiss the notice, for cases when a javascript error prevents our script from running.

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Hi @exius,

    We have released a new version, with an improvement we hope will resolve the issue on configurations such as yours.

    As fallback we have added a new setting which you can use to dismiss the notice.

    Please let us know if this resolves the issue for you.

    Rogier

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Hi @exius,

    As the previous update apparently didn’t resolve the issue for everyone, we have released a new update, with a completely new method of dismissing the review notice (version 3.3.3). Please let me know if this resolves your issue.

    Rogier

    Thread Starter exius

    (@exius)

    Hey @rogierlankhorst,

    Sorry just saw your responses. For the past few months I haven’t noticed anything usually wrong, so I’ll consider this fixed.

    Feel free to mark this ticket as solved!

    Thank you for taking care of it.

    Exius

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Works like it should’ is closed to new replies.