Eu Cookie Compliance, October 2015
Sunday, November 1, 2015
Edit
We've had the Google CookieChoices banner inward our blogs - cheers to the European Union cookie privacy number - since Apr 2015.
Not all weblog owners - fifty-fifty those inward Europe, where its presence may endure required past times police trace - appreciate what Google provided for us. The banner clutters upwardly many templates, making our blogs to a greater extent than busy looking. In to a greater extent than or less cases, it may shroud - or endure hidden past times - of import weblog components.
There are several ways of customising the banner, to make it to a greater extent than acceptable - that are non also hard to use.
Different weblog owners stimulate got dissimilar weblog designs, which may non operate alongside the CookieChoices banner at the real elevation of the screen.
There are dissimilar solutions, to grip the banner.
Push the CookieChoices banner below the card / navbar.
The nigh obvious is to increase the elevation margin of the cookiechoices banner, too force the banner down. Simply add together i custom CSS rule, using the Template Designer "Add CSS" wizard.
50 px is the normal sum of vertical infinite used past times many card bars. If your template has a card bar at the top, yous may quest to adapt the size every bit necessary.
Move the CookieChoices banner, to the bottom of the screen.
Alternately, yous may prefer to reposition the banner, at the bottom of the screen.
This code is present, inward the "Responsive" degree templates. The banner is positioned at the bottom, already.
Force the CookieChoices banner to display on elevation of the possessor content.
Influenza A virus subtype H5N1 tertiary pick is to strength the banner to display on elevation of the content - every bit it does, normally, alongside the Blogger navbar.
With all three solutions, insert either code block inward "Add CSS" with a blank trouble separating it, from whatever previous CSS rule.
Disable the CookieChoices banner.
Influenza A virus subtype H5N1 4th pick - if yous actually quest - is to disable the banner. This requires that yous add a script, but later on the "<Head>" tag. You'll purpose Template Editor, to install this tweak.
As always, delight backup the template - earlier too later on making this change.
You'll hopefully exercise this, but earlier adding a tertiary political party banner - which may endure to a greater extent than to your tastes.
There are withal to a greater extent than possibilities, to ameliorate the banner, on your blog.
Start alongside Blogger Help: Cookies notification inward European Union countries.
Also, you'll detect suggestions inward How to style, modify or disable the Blogger European Union Cookie Notice.
The bottom line.
Verify the results of your changes, past times careful testing. Done properly, these solutions volition buy the farm along your weblog inward compliance - too hopefully assistance yous to avoid an all expenses trip (one way) to the Euro Capital City of your nightmares.
Not all weblog owners - fifty-fifty those inward Europe, where its presence may endure required past times police trace - appreciate what Google provided for us. The banner clutters upwardly many templates, making our blogs to a greater extent than busy looking. In to a greater extent than or less cases, it may shroud - or endure hidden past times - of import weblog components.
There are several ways of customising the banner, to make it to a greater extent than acceptable - that are non also hard to use.
Different weblog owners stimulate got dissimilar weblog designs, which may non operate alongside the CookieChoices banner at the real elevation of the screen.
There are dissimilar solutions, to grip the banner.
- Push the CookieChoices banner, below the card / navbar.
- Move the CookieChoices banner, to the bottom of the screen.
- Force the CookieChoices banner to display on elevation of the possessor content.
- Disable the CookieChoices banner.
Push the CookieChoices banner below the card / navbar.
The nigh obvious is to increase the elevation margin of the cookiechoices banner, too force the banner down. Simply add together i custom CSS rule, using the Template Designer "Add CSS" wizard.
#cookieChoiceInfo { margin-top:50px; }
50 px is the normal sum of vertical infinite used past times many card bars. If your template has a card bar at the top, yous may quest to adapt the size every bit necessary.
Move the CookieChoices banner, to the bottom of the screen.
Alternately, yous may prefer to reposition the banner, at the bottom of the screen.
#cookieChoiceInfo { bottom: 0; top: auto; }
This code is present, inward the "Responsive" degree templates. The banner is positioned at the bottom, already.
Force the CookieChoices banner to display on elevation of the possessor content.
Influenza A virus subtype H5N1 tertiary pick is to strength the banner to display on elevation of the content - every bit it does, normally, alongside the Blogger navbar.
.cookie-choices-info { z-index: 99999999; }
With all three solutions, insert either code block inward "Add CSS" with a blank trouble separating it, from whatever previous CSS rule.
Disable the CookieChoices banner.
Influenza A virus subtype H5N1 4th pick - if yous actually quest - is to disable the banner. This requires that yous add a script, but later on the "<Head>" tag. You'll purpose Template Editor, to install this tweak.
As always, delight backup the template - earlier too later on making this change.
<Head> <script type="text/javascript"> cookieChoices = {}; </script>
You'll hopefully exercise this, but earlier adding a tertiary political party banner - which may endure to a greater extent than to your tastes.
There are withal to a greater extent than possibilities, to ameliorate the banner, on your blog.
Start alongside Blogger Help: Cookies notification inward European Union countries.
Also, you'll detect suggestions inward How to style, modify or disable the Blogger European Union Cookie Notice.
The bottom line.
Verify the results of your changes, past times careful testing. Done properly, these solutions volition buy the farm along your weblog inward compliance - too hopefully assistance yous to avoid an all expenses trip (one way) to the Euro Capital City of your nightmares.