Eu Cookie Compliance, October 2015
Wednesday, October 2, 2019
Edit
We've had the Google CookieChoices banner inwards our blogs - cheers to the European Union cookie privacy number - since Apr 2015.
Not all spider web log owners - fifty-fifty those inwards Europe, where its presence may live on required yesteryear constabulary - appreciate what Google provided for us. The banner clutters upwards many templates, making our blogs to a greater extent than busy looking. In roughly cases, it may shroud - or live on hidden yesteryear - of import spider web log components.
There are several ways of customising the banner, to make it to a greater extent than acceptable - that are non likewise hard to use.
Different spider web log owners cause got unlike spider web log designs, which may non move amongst the CookieChoices banner at the rattling summit of the screen.
There are unlike solutions, to handgrip the banner.
Push the CookieChoices banner below the bill of fare / navbar.
The close obvious is to growth the summit margin of the cookiechoices banner, in addition to force the banner down. Simply add together i custom CSS rule, using the Template Designer "Add CSS" wizard.
50 px is the normal amount of vertical infinite used yesteryear many bill of fare bars. If your template has a bill of fare bar at the top, you lot may ask to suit the size every bit necessary.
Move the CookieChoices banner, to the bottom of the screen.
Alternately, you lot may prefer to reposition the banner, at the bottom of the screen.
This code is present, inwards the "Responsive" shape templates. The banner is positioned at the bottom, already.
Force the CookieChoices banner to display on summit of the possessor content.
Influenza A virus subtype H5N1 3rd choice is to strength the banner to display on summit of the content - every bit it does, normally, amongst the Blogger navbar.
With all three solutions, insert either code block inwards "Add CSS" with a blank job separating it, from whatsoever previous CSS rule.
Disable the CookieChoices banner.
Influenza A virus subtype H5N1 4th choice - if you lot actually ask - is to disable the banner. This requires that you lot add a script, simply subsequently the "<Head>" tag. You'll role Template Editor, to install this tweak.
As always, delight backup the template - earlier in addition to subsequently making this change.
You'll hopefully practice this, simply earlier adding a 3rd political party banner - which may live on to a greater extent than to your tastes.
There are all the same to a greater extent than possibilities, to ameliorate the banner, on your blog.
Start amongst Blogger Help: Cookies notification inwards European Union countries.
Also, you'll detect suggestions inwards How to style, modify or disable the Blogger European Union Cookie Notice.
The bottom line.
Verify the results of your changes, yesteryear careful testing. Done properly, these solutions volition proceed your spider web log inwards compliance - in addition to hopefully assistance you lot to avoid an all expenses trip (one way) to the Euro Capital City of your nightmares.
Not all spider web log owners - fifty-fifty those inwards Europe, where its presence may live on required yesteryear constabulary - appreciate what Google provided for us. The banner clutters upwards many templates, making our blogs to a greater extent than busy looking. In roughly cases, it may shroud - or live on hidden yesteryear - of import spider web log components.
There are several ways of customising the banner, to make it to a greater extent than acceptable - that are non likewise hard to use.
Different spider web log owners cause got unlike spider web log designs, which may non move amongst the CookieChoices banner at the rattling summit of the screen.
There are unlike solutions, to handgrip the banner.
- Push the CookieChoices banner, below the bill of fare / navbar.
- Move the CookieChoices banner, to the bottom of the screen.
- Force the CookieChoices banner to display on summit of the possessor content.
- Disable the CookieChoices banner.
Push the CookieChoices banner below the bill of fare / navbar.
The close obvious is to growth the summit margin of the cookiechoices banner, in addition to 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 amount of vertical infinite used yesteryear many bill of fare bars. If your template has a bill of fare bar at the top, you lot may ask to suit the size every bit necessary.
Move the CookieChoices banner, to the bottom of the screen.
Alternately, you lot may prefer to reposition the banner, at the bottom of the screen.
#cookieChoiceInfo { bottom: 0; top: auto; }
This code is present, inwards the "Responsive" shape templates. The banner is positioned at the bottom, already.
Force the CookieChoices banner to display on summit of the possessor content.
Influenza A virus subtype H5N1 3rd choice is to strength the banner to display on summit of the content - every bit it does, normally, amongst the Blogger navbar.
.cookie-choices-info { z-index: 99999999; }
With all three solutions, insert either code block inwards "Add CSS" with a blank job separating it, from whatsoever previous CSS rule.
Disable the CookieChoices banner.
Influenza A virus subtype H5N1 4th choice - if you lot actually ask - is to disable the banner. This requires that you lot add a script, simply subsequently the "<Head>" tag. You'll role Template Editor, to install this tweak.
As always, delight backup the template - earlier in addition to subsequently making this change.
<Head> <script type="text/javascript"> cookieChoices = {}; </script>
You'll hopefully practice this, simply earlier adding a 3rd political party banner - which may live on to a greater extent than to your tastes.
There are all the same to a greater extent than possibilities, to ameliorate the banner, on your blog.
Start amongst Blogger Help: Cookies notification inwards European Union countries.
Also, you'll detect suggestions inwards How to style, modify or disable the Blogger European Union Cookie Notice.
The bottom line.
Verify the results of your changes, yesteryear careful testing. Done properly, these solutions volition proceed your spider web log inwards compliance - in addition to hopefully assistance you lot to avoid an all expenses trip (one way) to the Euro Capital City of your nightmares.