• Resolved shihtzurescue

    (@shihtzurescue)


    1. If we choose Complianz to monitor Google Analytics instead of say, MonsterInsights, then we get the above message and the % of completion drops. Other than directly visiting the GA website, what do you recommend for visualizing data on the dashboard if we disable MonsterInsights that would not cause the above two “issues”?

    2. We have reCaptcha enabled within WPForms. The placeholder works well in the sense that we see the icon prior to consent but there is no message requesting the enabling of cookies to fire reCaptcha. Any suggestions please as some people might not realize they cannot complete the form without enabling marketing cookies?

    Thank you.

    • This topic was modified 4 years, 10 months ago by shihtzurescue.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @shihtzurescue,

    For 1. Could you check if Monster Insights Integration is enabled under Complianz > Integrations > Plugin? If not could you do a new cookie scan and proceed to Statistics. It should mention the integration with Monster Insights. After, you can configure your Analytics in Monster Insights and the notice should be gone.

    For 2. Could you direct me to the URL where this is happening?

    Let me know! Aert

    Thread Starter shihtzurescue

    (@shihtzurescue)

    1. @aahulsebos thank you for your reply. If I want Complianz to handle Google Analytics, should I enable or disable MonsterInsight in Integrations to get rid of the double implementation message? I have it disabled. Does this mean MonsterInsights will not need consent?

    I am confused by how this configuration works. I did read the documentation about duplicate implementation as well.

    2. The website link is in the original post. Please look at the contact form to see what I mean.

    Thank you for your time.

    • This reply was modified 4 years, 10 months ago by shihtzurescue.
    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @shihtzurescue,

    Please enable Monster Insights and configure Analytics in Complianz. Run the cookie scan after and if there’s no other implementation than Monster Insights, the notice should be gone.

    For reCaptcha: somehow the blocked content notice is shifted to the top of the page, with some CSS you can fix this: (Can be added in your theme directly, or through Appearance -> Customizer -> Additional CSS)

    .cmplz-blocked-content-container.recaptcha-invisible .cmplz-blocked-content-notice, .cmplz-blocked-content-container.g-recaptcha .cmplz-blocked-content-notice {
        top: 2px;
        position: relative!important;
        width: 50%;
        /* float: left; */
        top: 50%;
        line-height: 15px;
        font-size: 14px;
        background-color: #187BF2;
        padding: 10px 5px 10px 5px;

    For the placeholder:

    .cmplz-blocked-content-container.recaptcha-invisible, .cmplz-blocked-content-container.g-recaptcha {
        max-width: 200px;

    You can of course choose your own background color and add CSS is you want. regards Aert

    • This reply was modified 4 years, 10 months ago by Aert Hulsebos.
    • This reply was modified 4 years, 10 months ago by Aert Hulsebos.
    Thread Starter shihtzurescue

    (@shihtzurescue)

    Thank you so much for your time, @aahulsebos ! The duplicate notice is gone.

    I will add the CSS to our forms and tinker with it.

    We truly appreciate the support for this plusgin.

    Plugin Contributor Mathieu Paapst

    (@paapst)

    Hi @shihtzurescue , Great to hear that your issue is resolved! Could you tell us what you think of the plugin or the support by casting your Review here? We’d love to hear your feedback!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Duplicate implementation of statistics with Monster nsights’ is closed to new replies.