• Resolved Oliver Campion

    (@domainsupport)


    Hi,

    Your plugin adds the following advert in “Dashboard – Tools – Site Health” which cannot be dismissed …

    1 critical issue
    Your site does not have Cookie Compliance

    Run Compliance Check to determine your site’s compliance with updated data processing and consent rules under GDPR, CCPA and other international data privacy laws. Run Compliance Check

    This leaves the site health status in the Admin Dashboard as “Should be improved” and when clicking “Run Compliance Check” there is no other option but to “Sign up to Cookie Compliance” with your company or to deactivate the plugin to prevent this notice in the Admin Dashboard.

    Can you please consider an option to dismiss the “Critical” notice in Site Health so that users who do not wish to register with your company do not have to be told that their website health status “Should be improved”.

    Thank you,

    Oliver

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Oliver Campion

    (@domainsupport)

    Nevermind, we developed our own lightweight solution.

    Oliver

    dont resolve this issue, just cause you fixed it for yourself. or share your plugin ??????

    Thread Starter Oliver Campion

    (@domainsupport)

    Oh, haha, OK, it’s not a stand-alone plugin but if you want the code I can share.

    I wanted something that would prevent Google Analytics from being loaded at all until Cookies had been accepted and I wanted a “Rescind Cookie Acceptance” link which would delete all the cookies left by the site including the CookieAccept cookie (used to remember that cookies had been accepted).

    So I created a shortcode that I used in a block in the footer template to show the banner if CookieAccept cookie wasn’t present and then used the wp_head hook to inject the Google Analytics only if the CookieAccept was present.

    I then put some JavaScript in the wp_footer hook that dealt with the buttons in the banner and loaded Google Analytics without refreshing the page if cookies are accepted.

    Finally I used another shortcode to show the “Rescind Cookies” link in the footer if the CookieAccept cookie is present.

    You can see it all working here [ redundant link removed ]

    I can share the code if you want …

    Oliver

    • This reply was modified 2 years, 5 months ago by Yui.
    • This reply was modified 2 years, 5 months ago by Jan Dembowski.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin Advert on Site Health Screen not Dismissible’ is closed to new replies.