close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

UK cookie acceptance

Thread began 10/28/2014 6:48 am by Jamie | Last modified 11/21/2014 12:30 am by Jamie | 782 views | 2 replies |

Jamie

UK cookie acceptance

Hi guys

Am trying to get a cookie accept/decline bar to work. I have it working fine but struggling to get the google analytics code to be hidden should the visitor decline cookie usage.

Basically, all I am trying to do is create an if statement to wrap around the analytics code but am not sure how to structure the if statement to 'capture' if the decline button has been selected.

Have attached the js file and the if statement that I have got (and isnt working) is this:

<?php if(jQuery.cookieBar('cookies')){ ?>
analytics code to go here
<?php } ?>



with that, I am getting the following error:

Fatal error: Call to undefined function cookieBar() in /home/motlemso/public_html/includes/fixed/analytics.htm on line 2



any pointers in the right direction would be most grateful

Cheers

Jamie

Attached Files
jquery.cookiebar.js
Sign in to reply to this post

Nathon Jones Web Design

Hi Jamie. Please try the following:

<link rel="stylesheet" href="jquery.cookiebar.css" type="text/css" />
<script type="text/javascript" src="scripts/jquery.cookiebar.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$.cookieBar();
});
</script>
<script type="text/javascript">
if(jQuery.cookieBar('cookies')){
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'YOURANALYTICSID', 'yourdomain.com');
ga('send', 'pageview');
}
</script>

I've attached jquery.cookiebar.js and jquery.cookiebar.css for your reference.
Hope that sorts it for you.
NJ

Attached Files
jquery.cookiebar.css
jquery.cookiebar.js
Sign in to reply to this post

Jamie

Hey Nathon

Sorry but I didnt see your reply til just now!

Thanks for this and I will give it a crack today!

All the best

Jamie

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...