Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Shareaholic

    (@shareaholic)

    Yes, as what has become common practice by other popular plugins, we also request that our users consider posting a review about their experience after a few days of using the plugin. Shareaholic is mostly a free plugin and a lot of work goes into it — a review is all we ask for and it keeps us motivated…

    Sorry to hear that the Review banner is not deactivating for you after dismissal. This is likely an edge case as our plugins are installed on over 100k+ websites and we haven’t come across this before. If you can provide more details that can help us debug the issue that you’re facing, we would appreciate it.

    Here’s the code for how it works: https://plugins.trac.www.ads-software.com/browser/shareaholic/trunk/admin.php#L72

    As detailed in this plugin’s FAQs, you may also disable the Review Notice programmatically –

    https://www.ads-software.com/plugins/shareaholic/#can%20i%20disable%20the%20review%20notice%20forever%3F

    /**
     * Disable Shareaholic Review Notice
     *
     */
    function shareaholic_disable_review_notice() {
      remove_action('admin_notices', array('ShareaholicAdmin', 'display_review_notice'));
    }
    add_action('admin_init', 'shareaholic_disable_review_notice', 11);

    You may also disable the notice by checking the following option under Shareaholic -> Plugin Settings -> Advanced in your WordPress Console: “Disable Review Notice”

    Plugin Author Shareaholic

    (@shareaholic)

    @shagimuratov Hope the above note was helpful. Please let us know if we can help/support you in any other way. We would appreciate any additional information you can provide to help us debug the issue you’re facing (as we’re unable to replicate it on our end and have not received any other reports of this issue). Please feel free to open a support thread too as this is probably more appropriate for that forum. Thank you!

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Moderator note: @shareaholic It’s not clear to me why you reported this topic. I can see that this *could* be a support topic, but it’s also the user’s experience with your plugin, so it’s a valid, if harsh, review.

    @shagimuratov If you plan on continuing to use the plugin, please open a support thread.

    Plugin Author Shareaholic

    (@shareaholic)

    @sterndata in error, however, there have been recent examples where other moderators have moved similar threads for other plugins to support. We suppose it comes down to the moderator’s judgment. In our opinion, this is a support issue but indifferent to whether it is moved. Can provide an example on Slack if helpful.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    *Reads*

    In our opinion, this is a support issue but indifferent to whether it is moved. Can provide an example on Slack if helpful.

    Yeah. No. Please do not attempt to rule, past example the moderators. No one likes that in D&D or forums.

    This review, while not terribly useful, is a valid feedback from a user and will remain.

    You don’t have to argue, debate, show what you think are examples. Each review is evaluated and this one stays.

    Plugin Author Shareaholic

    (@shareaholic)

    We were not arguing or debating ?? As mentioned, we’re indifferent in this case. Our hope, in general, is only that we all remain open and continue to learn, improve and move forward as a community.

    ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Banner to rate the plugin is on every page of WordPress console’ is closed to new replies.