[Resolved] Cookie Consent

Home Forums Support [Resolved] Cookie Consent

Home Forums Support Cookie Consent

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #675980
    Levi

    Hello again =)

    I’m trying to add Cookie Consent code from Insites, but it’s not showing up. I tried adding it as a Hook through Elements, under the wp_head section, and Applied it to the Entire site, but no luck. Am I putting it in the right place?

    Here’s the code:

    <link rel=”stylesheet” type=”text/css” href=”//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css” />
    <script src=”//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js”></script>
    <script>
    window.addEventListener(“load”, function(){
    window.cookieconsent.initialise({
    “palette”: {
    “popup”: {
    “background”: “#43464c”
    },
    “button”: {
    “background”: “#a31a75”
    }
    },
    “theme”: “classic”,
    “position”: “bottom-left”,
    “content”: {
    “dismiss”: “GOT IT!”,
    “href”: “https://astorybookchapel.com/policies/&#8221;
    }
    })});
    </script>

    Thanks in advance.

    #675981
    Levi

    Disregard, I figured it out. I had to select All Users in the Users section as well. =)

    #676181
    David
    Staff
    Customer Support

    Awesome – glad you got it resolved ๐Ÿ™‚

    #676193
    Levi

    Thanks for checking in David. Have an awesome day sir. =)

    #676229
    David
    Staff
    Customer Support

    You too! ๐Ÿ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.