CodeCanyon

Easy EU Cookie Law

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

Hi SamBenson,

Im having problem in showing the popup of cookies in my web. I’ve include the below files in <head> area,

<script src=”./includes/js/jquery-easy-eu-cookie-notify.min.js”></script> <script src=”./includes/js/jquery-easy-eu-cookie-law.min.js”></script> <link rel=”stylesheet” href=”http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css”> <link rel=”stylesheet” href=”./includes/css/easy-eu-cookie-notify.css”> <link rel=”stylesheet” href=”./includes/css/easy-eu-cookie-law.css”>

I’ve also include the below <script> in the body area, <script> $(function(){ $.cookieLaw({ onAccepted: function(){ $(’#cookieStatus’).val(‘Accepted!’); } });

$('#viewNonImplied').click(function(){
            $('#cookieStatus').val('Not Accepted');
</script>
var date = new Date();
        date.setTime(date.getTime()-1);
})
document.cookie = "euCookieLaw=; expires="date.toGMTString()"; path=/";
})
$('#notification_area li').remove();
$.cookieLaw({
    impliedConsent: false,
    onAccepted: function(){
        $('#cookieStatus').val('Accepted!');
    }
});
$('#clearCookie').click(function(){
    $('#cookieStatus').val('Not Accepted');
})
var date = new Date();
date.setTime(date.getTime()-1);
document.cookie = "euCookieLaw=; expires="date.toGMTString()"; path=/";

But, the popup doesn’t show as well. Kindly please help.

Thanks.

SamBenson

Hi EldredAng, it’s quite hard to decipher what you’ve written here – can you send me an email using the the form on my profile and include a link to the page you’re working on. That way I can help you in a much better and more personal way.

Thanks very much, Sam

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years
  • Ireland

Hi – wondering would you know of anything that would prevent the popup showing, as I’m having problems getting it to show on my main page – ive got it to show on other ‘minimal’ pages; so its obviously another script conflicting.

Any thoughts?

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years
  • Ireland

Got it sorted – from a previous comment! Some JQuery was being called after the notify JS file. =)

SamBenson

:D Glad you got it sorted!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi Sam, script is working but the “more info” at the bottom appears as a link not a button and the close X at the top right is missing, I’ve checked the links to the images and all other styling seems to work ok, any suggestions?

SamBenson

I’d be more than happy to take a look – could you send me your web address via the contact form on my profile?

Default-user

Hi Sam, solved the issues, the styling was affected due to my page being htpps and the link to the http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css was http which was being blocked. I solved this by hosting the css file locally also I had inadvertently added a line to the css file with the close.png location. Thanks for replying so promptly.

SamBenson

That’s excellent news :D

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

I have no idea how to install this. I had hoped it would come with an ‘idiots guide’ but I must be just too much of an idiot…. lol.

Please can you explain just what I need to do.

Thanks

Rob

SamBenson

Not in the slightest Rob, if you send me the details of your website via the contact form on my profile I’d be more than happy to help you out!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

I am using the plugin with version 1.9.0 of jQuery, I wondered if there was fix for the following error:

TypeError: Object [object Object] has no method ‘live’

I know that it has something to do with .on() or .bind() but I wasn’t sure if this would fix.

Thanks in advance.

SamBenson

I’ll be releasing an update for this soon, please keep an eye out!

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • United Kingdom

Hello will this work fine with WHMCS? because my website is WHMCS and I Don’t want any conflicting.

SamBenson

Hi, as long as WHMCS doesn’t use any other Javascript libraries that might conflict with jQuery I would imagine it would work just fine.

Default-user

Your after support is rubbish.

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years

Hi Before I buy this script, I want to confirm that if it runs jequery 1.4.2? My site have to use JQ 1.4.2 now.

Many thanks!!!

SamBenson

Hi, this won’t work with 1.4.2 unfortunately as in order for it to be compatible with new versions of jQuery I’ve had to use the .on() method which was introduced in version 1.7.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • United Kingdom

I can’t get this working either :l I’m using WHMCS but I’ve changed $ to jquery and also done these before the code:

<script>jQuery.noConflict();</script> <script type=”text/javascript”>$.noConflict();</script>

Nothing.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • United Kingdom

WHMCS uses: /! jQuery v1.7.2 jquery.com | jquery.org/license */

And

/! * Bootstrap v2.0.3 *

  • Bought between 100 and 499 items
  • Has been a member for 4-5 years

<link rel=”stylesheet” href=”http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css”>

is a major pain in the arse, why are all the styles not included? this is messing my page up, when I remove it all formatting is gone but the page returns to normal, also how do I select either implied or non implied?

cheers sheldon

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • United Kingdom

Personally I regret buying this, the support has gone down hill.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • United Kingdom

If anyone else is having issues and want a decent Cookie Law script Asap, I’ve just brought this one: http://codecanyon.net/item/jquery-cookie-compliancy/2291351 and they seem to be better support and it is easier to implant into the website.

  • Bought between 50 and 99 items
  • Has been a member for 1-2 years

Im having problem in showing the popup of cookies in my web. I’ve include all file as per instruction like copy css/js/images at root place css/js at head2head and before end of body here i am using php i am alreadu use <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js”></script> <script type=”text/javascript”> jQuery.noConflict(); </script> at head2head apart of that wheni add <link rel=”stylesheet” href=”http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css”> its affected my site look and fill above comment !! bytes-back !!solved this by hosting the css file locally can u provide me bootstrap.min.css so that it can host at my css folder regards

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
  • Ireland
punica Purchased

Unpacking the package…

Installing the plugin…

Warning: Invalid argument supplied for foreach() in /www/htdocs/w00e0129/www/wp-admin/includes/class-wp-upgrader.php on line 558 The package could not be installed. No valid plugins were found.

Plugin install failed.

SamBenson

Hi, punica. This isn’t a Wordpress plugin – it’s a jQuery plugin. In order to use it on your website you’d need to edit your theme files manually.

by
by
by
by
by