[Support request] Cookie Consent

Home Forums Support [Support request] Cookie Consent

Home Forums Support Cookie Consent

  • This topic has 1 reply, 2 voices, and was last updated 7 years ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #299378
    Xavi

    Hi,
    I’m trying to implement the “Cookie Consent” with https://silktide.com/tools/cookie-consent/download/.
    It generates the code that it is below; it shall be include before the </head> label.
    I tryed to do it introducing the code in the “WP-Head” hook in GeneratePres but when I press the “Save Hoooks” button I’m redirect to http://comermindfulness.com/wp-admin/options.php page that doesn’t exist.
    Do someone know what is wrong?
    Thanks

    <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
    <script type="text/javascript">
        window.cookieconsent_options = {"message":"Este sitio web utiliza cookies para que usted tenga la mejor experiencia de usuario. Si continúa navegando está dando su consentimiento para la aceptación de las mencionadas cookies y la aceptación de nuestra política de cookies.","dismiss":"Acepto","learnMore":"Más información","link":"http://comermindfulness.com/politica-de-cookies/","theme":"light-bottom"};
    </script>
    
    <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10/cookieconsent.min.js"></script>
    <!-- End Cookie Consent plugin -->
    #299488
    Tom
    Lead Developer
    Lead Developer

    Interesting, second person to bring this up today: https://generatepress.com/forums/topic/cant-add-google-analytics-code-to-gp-hooks-options-php-not-found/#post-299297

    It seems some hosts won’t allow

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