banner for new EU law about cookies
paddo
Registered Users Posts: 14 Big grins
hi, as I writ ein the title, as I can insert in my website (hosted by smugmug) a banner that it informs the customer of the use of cookies?
can you explique me like i can?
thanks.
can you explique me like i can?
thanks.
0
Comments
We are already showing the COOKIE message on SmugMug sites for European Visitors - see my screenshot:
To make sure it is not a setting in my browsers (and I tested with four different ones) I have also tested this against your site now, which I am certain to not have had opened previously. ;-(
I don't know maybe the definition of "Europe" is "continental Europe"? - even though countries like Norway or (I think even) Iceland who are not EU members but EWR members are required to follow EU Law...
So maybe the banner is not working 100%? I'll see if I can find someone willing to test this for me from my European contacts...maybe I can spot a pattern.
I'll try to give you a list of countries (will take some time to get build up):
Norway: No banner shown (confirmed by someone else but me - browsers used so far: IE, Chrome, Firefox, Safari)
UK: Banner shown (browsers so far: Chrome)
Norway and Iceland is not part of the European Union and that is why they do not see this banner - it is not required to have this information displayed in those countries. You can read more about this - here:
http://cookiepedia.co.uk/cookie-laws-across-europe
Even though Norway is not part of the EU, as you said, it is part of another European agreement (EWR in German I think, could be because of the EFTA agreements not sure) which basically means that Norway has to obey and implement every single EU law and as a matter of fact also this one. I could link you up to a Norwegian news article from today which actually resulted in 81% of the large companies with websites in Norway not obeying to this rule even though they have to... So I am sorry to say but cookipedia is wrong.
See here: http://www.nrk.no/livsstil/fire-av-fem-nettsteder-bryter-loven-1.12400893 (Four out of five websites break the law) or here: which you can download here: http://eng.nkom.no/laws-and-rules/_attachment/12665?_download=true&_ts=1453bfacd60 (PDF) or read in its original Norwegian here: http://www.nkom.no/teknisk/internett/cookies/informasjonskapsler-cookies
The banner you're talking about is present but it needs to be formatted to be completely seen: The question "What and why?" is not visible as you canNOT see here:
Any advice?
Thanks
Valerio
Hi there
Europe is just a Currency Union where everybody keeps doing whatever he wants, you know. As for everything EU Cookie Law is being applied in different ways throughout EU Countries and in some of them, like Italy, you must:
1) Have a short banner with a notice about cookies (and that's what we already have here on Smugmug)
2) Have a link to a Cookie Policy page inside that banner (the policy page is not a problem to do but I'm not able to add a link to that banner)
3) Have a Opt-In button accepting cookies
Some examples:
I would have found an easy and free solution usable also for people like me who aren't developers, but it needs to past a piece of Java script code. You can find the easy wizard to get exactly what we need here:
https://silktide.com/tools/cookie-consent/download/
So I'm gonna ask you for a way to past that code or a way to customise the current banner (and translate in a different language as well)
Please consider to solve this problem otherwise many of us will be forced to move on a different platform.
Thanks a lot in advance
Valerio
Please add this CSS to your THEME → ADVANCED tab → CSS :
.sm-eu-cookie-message a {
color: #fff !important;
}
Lille Ulven - we are working on solving the Cookie issue in Norway - please standby!
And I tried to find the connection that made it a requirement for Norway to implement EU laws in national laws as well.
It is as I thought the EEA (EWR in German) contract. This means that the "cookie-law" should also be a requirement in Iceland and Liechtenstein - which also are in the EEA but not in the EU in the same way as Norway. So if you can find a solution for Norway, it sounds like it might be a good plan to use the same solution for Liechtenstein and Iceland as well.
Could I please get some tasty fresh cookies now ;-)
Thanks a lot tomnovy, it works!
Just to know: have you seen my previous link about an easy way to solve the different EU Cookie Law throughout European countries with a Javascript code? I know new Smugmug doesn't love Javascript, but it really would solve everything:
This is what I'd get with it just putting the following code after the </head> tag
<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
<script type="text/javascript">
window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website. If you agree with accepting cookies click OK","dismiss":"OK","learnMore":"More info","link":"http://www.valeriolivigni.com/Privacy-Policy/n-VvbJH5","theme":"dark-top"};
</script>
<script type="text/javascript" src="//s3.amazonaws.com/cc.silktide.com/cookieconsent.latest.min.js"></script>
<!-- End Cookie Consent plugin -->
Thanks again for your time
If you cannot manage the previous Javascript, a partial but relevant solution could be a customisation of the present banner: are you able to let me change the link "What and why?" with a link to my privacy policy page? http://www.valeriolivigni.com/Privacy-Policy/n-VvbJH5
Valerio
In other words I'd like to paste this HTML but I don't know where as in THEME → ADVANCED tab there is just a CSS section:
<div class="sm-eu-cookie-message">
FYI: This website uses cookies to make sure your visit is as awesome as possible. Continuing to browse this website, you agree to our use of cookies. To find out more about it see our <a class"headermessagelink"="" target="_blank" href="http://www.valeriolivigni.com/Privacy-Policy/n-VvbJH5"> Privacy Policy</a>
<div class="sm-eu-cookie-close"> <button type="button" class="sm-button sm-button-size-small sm-button-skin-default sm-button-nochrome">
<span class="sm-fonticon sm-button-fonticon sm-fonticon-small sm-fonticon-XCross"></span>
</button>
</div>
</div>
But I just saw one more "error" with the banner (as I have right now a chance to test from within the EU): the banner is not shown in Safari (8.0.6) on Mac OS 10.10.3 (Yosemite), it works fine on the very same machine and location for Firefox 38.0.5 and Chrome 43.0.2357.124 (64-bit), so I figured to rather mention this one here than opening yet another thread for it, I hope that's OK for you
Best of luck
Lille Ulven
You can keep this on this thread - I will check this for you and I will come back to you as soon as I have some information.
I have tested this on multiple computers and the cookies message does appear on Safari with clear cookies and cache - see my screenshot:
http://take.ms/MHVp9
you can also test this by visiting your site in PRIVATE MODE
The cookie is not visible if you have already visited your site using this browser.
I can see it now in Safari too.
Here is the code { you have to add it to the THEME → ADVANCED tab → CSS}:
/* Cookie section modification */
/* First part of the code is to make the cookie message wider */
.sm-eu-cookie-message {
line-height: 40px !important;
}
/* This code controls the colour of the cookie message close button */
.sm-fonticon-XCross {
color: #fff !important;
}
/* This code changes the WHY AND WHAT? link - first line is the colour of the link, second creates a border, third part creates space between the text and the border and the last part moves the link little bit to the right side from the text */
.sm-eu-cookie-message a {
color: #fff!important;
border: 1px white solid;
padding: 2px 6px 2px 6px;
margin-left: 8px;
}
I think you should also add a piece of code to change the cookie-message font size. I've used this one:
/* First part of the code is to make the cookie message wider */
.sm-eu-cookie-message {
line-height: 40px !important;
font-size: 130%;
}
As Italian I had to delete the What and Why? link because we cannot link a third party cookie policy/instructions but ours (hopefully in the future). Thus i wrote:
.sm-eu-cookie-message a {
display: None;
}
Well, I got something decent even though not completely functional yet:
The problem is that the X button on the right doesn't work and then it's impossible to close the cookie bar
HTML
<div class="cookie-bar">
This website uses cookies to make sure your visit is as awesome as possible. Continuing to browse this website, you agree to our use of cookies. To find out more about it see our <a class"headermessagelink"="" target="_blank" href="http://www.valeriolivigni.com/Privacy-Policy/n-VvbJH5"> Privacy Policy</a>
<div class="sm-eu-cookie-close"> <button type="button" class="sm-button sm-button-size-small sm-button-skin-default sm-button-nochrome">
<span class="sm-fonticon sm-button-fonticon sm-fonticon-small sm-fonticon-XCross"></span>
</button>
</div>
</div>
CSS
.sm-eu-cookie-message {
display: None;
}
.cookie-bar {
line-height: 30px !important;
font-size: 100%;
top: 0px;
left: 0px;
right: 0px;
bottom: auto;
padding: 0px 0px 0px 6px;
color: #fff!important;
background-color: #555;
opacity: 0.6;
}
.cookie-bar a {
color: #fff!important;
border: 1px white solid;
padding: 1px 6px 2px 6px;
margin-left: 2px;
}
.sm-fonticon-XCross {
color: #fff !important;
padding: 0px 6px 0px 0px;
}
I'm not a developer, just a patient guy who tried to look for some piece of code on the net after not having got any comforting post here on Dgrin . Well, everything I found which would have been useful to solve the Cookie Message problem is a Javascript and SmugMug doesn't support it. At this point I'll start browsing some other web platform, maybe better a Europe-based one, to migrate from here. I know that the EU Cookie Law is a stupid law but we risk to pay a fine from 6,000 to 35,000 euros having a website not compliant with it and I don't want to.
Goodbye
Valerio
Try doing this:
HTML
[html]
<div class="popup-wrapper" id="popup">
<div class="popup-container">
<p>This website uses cookies to make sure your visit is as awesome as possible. Continuing to browse this website, you agree to our use of cookies. To find out more about it see our <a class="privacy-policy" href="http://www.valeriolivigni.com/Privacy-Policy/n-VvbJH5" target="_blank" >Privacy Policy</a></p>
<a class="popup-close" href="#popup">X</a>
</div>
</div>
[/html]CSS:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thanks! I technically don't need a privacy policy, but I added one recently. I pretty much copied (with permission) from WordPress (I use WP).
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thanks a lot Mike, I truly appreciated your time and efforts: it is the first time I got such piece of advice from the day I start asking a solution for this problem here.
I tried your code but there's a big problem with it: it's impossible to close the cookie banner clicking on X or wherever you want and so it keeps floating on your pages.
As far as I know the X closing button is another Javascript question, which cannot be applied here as SmugMug doesn't like JSqueries.
Hopefully somebody can complete what we started with a definitive suggestion.
Have a nice day and a great weekend
Valerio
Do you have a link to the page that shows the popup?
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
'Course! http://www.valeriolivigni.com/
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk