• Spammy upgrade message taking up half of my site’s top admin menu. Also won’t recognize light colors; if you try a white or light gray background it changes it to dark gray.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ram Shengale

    (@ramshengale)

    Hi gators18,

    You can remove the upgrade message by adding the following code in your function.php file to make it look clean.

    function wpcb_remove_admin_bar_links() {
        global $wp_admin_bar;
        $wp_admin_bar->remove_menu('upgrade_to_wpcb_pro');
    }
    add_action( 'wp_before_admin_bar_render', 'wpcb_remove_admin_bar_links' );

    I’m also planning to remove that link from the admin menu bar in next update as I’ve received a couple of suggestions for the same.

    So maybe this helps you change your mind about the plugin rating. ??

    Thanks
    Ram

    Thread Starter gators18

    (@gators18)

    No. It doesn’t. It might have, but your following me around the forums because you got a bad review about something you admit is a problem shows that you’re a poor developer with a real attitude problem.

    But you don’t have to take my word for it. Just look at his upwork profile. “The contractor does not have a clear understanding of SEO and has mediocre English skills. The job was not competed in a satisfactory level.”

    Plugin Author Ram Shengale

    (@ramshengale)

    Hi gators18,

    Thanks for your feedback. If you see my Upwork profile, you’ll see every single web development work that I’ve done got me 5 stars. The specific job you’re talking about was SEO related and is the only one (out of 41) where I got bad rating, because I’m not good at SEO.

    And I did not follow you on forum, just saw your profile with all the ratings you’ve left.

    Anyways, I’ve fixed the issue now and will be pushing the update in next couple of hours.

    Thanks again for letting me know about the Upgrade message issue, it helped me improve the user experience of the plugin.

    Ram

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spam’ is closed to new replies.