• Resolved wpforumuser

    (@wordpressforumhelp)


    Hi

    How do i go about blocking the Canddi Live Chat plugin?

    It is currently placed in the footer (using the Insert Headers & Footers plugin).

    <script async type="text/javascript" src="//cdns.canddi.com/p/xxxxxxxxxxxxxxxxxxxx.js"></script>

    Many thanks

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

    (@jarnovos)

    Hi @wordpressforumhelp,

    You can modify its’ <script></script> tags to wait for consent in the Complianz banner. Examples below:

    // Statistics
    <script type="text/plain" data-category="statistics"></script>
    // Marketing
    <script type="text/plain" data-category="marketing"></script>

    Kind regards,
    Jarno

    Thread Starter wpforumuser

    (@wordpressforumhelp)

    Hi @jarnovos

    Thanks for the quick reply…

    Sorry for sounding dumb…
    Do I remove it from the headers and footers script and then move it to Script Centre…?

    I tried this and I just get the
    “missing “;” before statement
    error message… in Add a third party script.

    Thanks

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @wordpressforumhelp,

    When applying my suggestion to the code you shared, you’ll get the below result which can then be added to Header Footer Code Manager, just like your current implementation.

    <script async type="text/plain" data-category="statistics" src="//cdns.canddi.com/p/xxxxxxxxxxxxxxxxxxxx.js"></script>

    Kind regards,
    Jarno

    Thread Starter wpforumuser

    (@wordpressforumhelp)

    Hi @jarnovos

    Great that worked a treat… have a great day ahead.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Canddi Live Chat’ is closed to new replies.