Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @gopa4,

    “scribd-custom” or “scribd-minimal” won’t work, because the placeholders aren’t specific to a blocked script in the Script Center.

    What you could do: for your Scribd integration (Complianz > Integrations > Script Center > Block a script), select a placeholder of a service that you don’t use, TED for instance, and override that one instead. So in that case you would use ‘ted-minimal.jpg‘ as the filename.

    So that every service that you apply the TED placeholder to, will use your custom placeholder.

    Kind regards, Jarno

    Thread Starter gopa4

    (@gopa4)

    Hi Jarno,

    Thanks for your explanation.

    Almost solved. It works! But not for this frame

    <script type="text/javascript" src="https://tools.daisycon.io/energy-nl/app.js"></script>
    <div class="dc-tool dc-energy-tool" data-config='{"mediaId":{"daisycon":123567,"xpartners":null},"locale":"nl-NL"}'></div>

    I have blocked it like this but no placeholder would be shown. No standart no custom placeholder works.

    • This reply was modified 2 years ago by gopa4.
    • This reply was modified 2 years ago by gopa4.
    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @gopa4,

    That’s probably because in this case, the blocked content isn’t an iFrame ??

    I expect that it will work correctly after you disable the “Blocked content is an iFrame” checkbox for this integration, and use either dc-tool or dc-energy-tool as the “div class or ID to add the placeholder”.

    Hope it helps!

    Kind regards, Jarno

    Thread Starter gopa4

    (@gopa4)

    It works!! Many thanks!

    How to change the color of the banner (but only) when it closed? It is almost not visible now due to the background

    https://monosnap.com/direct/jSVEubCKhYjIdXhHJLBzS49LjAl7Vc

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @gopa4,

    Great, glad to hear!

    You can adjust the “Manage Consent” button color with some CSS (which can be added under Apperance > Customize > Additional CSS in WordPress).

    #cmplz-manage-consent button.cmplz-manage-consent {
        background-color: #333333; /* background */
        color: #ffffff; /* text-color */
    }

    Kind regards, Jarno

    Thread Starter gopa4

    (@gopa4)

    Hi Jarno,

    Many thanks!

    How can I block Google search?

    <form id="cse-search-box" action="https://mywebsite.org/huishoudboekje_google/">
    <div><input name="cx" type="hidden" value="partner-pub-54xxxxxxxx" /> <input name="cof" type="hidden" value="FORID:10" /> <input name="ie" type="hidden" value="UTF-8" /> <input name="q" size="70" type="text" /> <input name="sa" type="submit" value="Zoeken" /></div>
    </form><script src="https://www.google.nl/coop/cse/brand?form=cse-search-box&amp;lang=nl" type="text/javascript"></script>
    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @gopa4,

    I adjusted your HTML to include another class “cmplz-google-search-class” which we can use to add the placeholder. And I’ve set the z-index of the <form> element itself to -1, to prevent the search bar from appearing on top of the placeholder image.

    <div class="cmplz-google-search-class">
    <form id="cse-search-box" action="https://mywebsite.org/huishoudboekje_google/" style="z-index: -1;">
    <div><input name="cx" type="hidden" value="partner-pub-54xxxxxxxx"> <input name="cof" type="hidden" value="FORID:10"> <input name="ie" type="hidden" value="UTF-8"> <input name="q" size="70" type="text"> <input name="sa" type="submit" value="Zoeken"></div>
    </form></div><script src="https://www.google.nl/coop/cse/brand?form=cse-search-box&amp;lang=nl" type="text/javascript"></script>

    After which you can use the following configuration under Complianz > Integrations > Block a script, iframe or plugin to block this element prior to consent.

    Kind regards, Jarno

    Thread Starter gopa4

    (@gopa4)

    Hi Jarno, It works! Thanks!!!

    How to block Coudfare recaptcha (I use plugin)?https://www.ads-software.com/plugins/simple-cloudflare-turnstile/

    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @gopa4. Working on it as we speak. You can try the script centre if you want.

    I am checking voor an integration, but it needs some research on the privacy side as well.

    ETA will be next week.

    Regards Aert

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Custom placeholder iFrame’ is closed to new replies.