• Resolved cutu234

    (@cutu234)


    The CRM Entries menu item shows the typical red circle notification icon. How can I remove it? I can’t find any messages on the plugin pages. It is a little bit ennerving, and customers tend to ask time consuming questions. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author CRM Perks

    (@crmperks)

    where you see this ? send some screenshot

    Thread Starter cutu234

    (@cutu234)

    Here it is!

    Plugin Author CRM Perks

    (@crmperks)

    it is important feature , it shows number of form submissions in read circle

    Thread Starter cutu234

    (@cutu234)

    I don’t aggree. These read circles are usually not permanent. At least, with more than 10 years experience, I have NEVER used a plugin that permanently showed this kind of notificaton. It is very irritating. And how would it look like with, say, 3000 entries? And what’s the point anyway? You should include an option for disabling it. For those who want to get rid of it, here is a quick and dirty workaround:

    add_action('admin_head', 'dashboard_css');
    function dashboard_css()
    {
        echo '<style>
    #adminmenu .update-plugins.count-3 {display: none;}</style>';
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove the red circle notification icon?’ is closed to new replies.