Just came here to say the same.
It even overlaps key functionality of the dashboard: https://i.imgur.com/pjiZW0i.png
Disgusting!
Yoast became more and more intrusive in the past years. Like showing “warnings” when in fact, it’s messages along the lines of “do you like us?”.
It isn’t like there aren’t any alternatives. I use this plugin on around 40 client websites that I maintain. It will take me some hours to switch, but I can’t stand this!
I always liked the plugin, but really, what the hell?!!
If there is an extra Plugin that removes your bloat, it should really make you think: https://www.ads-software.com/plugins/so-clean-up-wp-seo/
Sadly this Plugin doesn’t remove this ad. But it can be simply hidden by CSS:
add_action('admin_head', 'remove_yoast_bf_ad');
function remove_yoast_bf_ad()
{
echo '<style>
.yoast_bf_sale {
display: none !important;
}
</style>';
}
Get your things back together and get this ship back on course!
Sincerely,
Martin
EDIT:
Also, some of these 40 clients pay for your premium plugin. It goes without
saying that I can’t recommend this plugin to anyone anymore. Sad, just sad!
-
This reply was modified 4 years, 12 months ago by xsonic.
-
This reply was modified 4 years, 12 months ago by xsonic.
-
This reply was modified 4 years, 12 months ago by xsonic.
-
This reply was modified 4 years, 12 months ago by xsonic.