Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author sjtuffin

    (@sjtuffin)

    Hi Tim.

    Your site is not including the cookie control library before the cookie control options are triggered.

    If you were to include this script after the jQuery library has been added to the page (for instance just before the closing </head> tag), you should see everything working ok.

    <script type=”text/javascript” src=”https://hasslefreefinance.co.uk/wp-content/plugins/cookie-control/js/cookieControl-6.1.min.js?ver=3.6.1″></script&gt;

    Thread Starter treebo

    (@treebo)

    Hi SJ thanks for the swift response, to be honest I’m not that tech savvy so thought the WP Plugin would sort the structure out without having to insert any other code.

    Although its probably quite easy/simple, not 100% sure where to start, would the code go on the index page? Is that where the jQuery library is?

    Any help would be appreciated.

    Thanks

    Tim

    Plugin Author sjtuffin

    (@sjtuffin)

    Yes, generally the plugin adds the script for you, though I imagine there is some sort of conflict with the template you are using.

    To solve this, log in to the back end of your wordpress site and go to:

    appearance > editor , then select the header segment of your template. This is typically called something like header.php.

    You will see a block of code beginning <head>…

    Just before the closing </head> tag, add in the script above and you should see everything working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cookie Control Plugin – 2.1 Not working’ is closed to new replies.