WP Fastest Cache is blocking the cookie banner.
In Fastest Cache I can make an exclusion to make it work.
But what to fill in? Anyone has experience with this caching plugin and WF Cookie Consent?
]]>Hi there,
Really love the plugin. Thanks for making it.
Would it be possible to get some basic color styling options, please, for the background, text and links?
That’d be great.
Let us know!
Thanks!
]]>Hi, how can i remove the read more button, i just need to inform there will be used cookies and to close the bar. thanks
]]>Hi there,
this is a great plugin, thank you very much.
Is there a way to not have the banner shown on print versions of blog items?
For instance via some @media print CSS style that is set to display:none?
Any hint in the right direction is appreciated.
The banner can, under certain setups, inadvertently be hiding footer menu items.
By German law the “Imprint” link, which is often placed in the footer, should be available.
Why not adding a 2nd Link to “Imprint” so in case the banner covers something the link is still clickable?
]]>Hello,
I have a website with 2 blogs in different subdirectories. However, I don’t use multisite.
Is it possible to share the consent between the main domain and subdirectories? I don’t want the message to show every time.
Thanks in advance,
Karina
]]>Hi,
Thanks for this awesome plugin!!
2 quick questions.
1. After I click on the dismiss text once, how do I see the plugin again? I tried clearing the cookie in Firefox but stil it does not show. I tried private mode as well.
2. The div bgcolor seems to be defined inline, how can I change it?
Thanks!
]]>Hi there!
How the script works? Blocks any cookie until the user accepts or just displays the message?
Thank you!
]]>Hi!
I’ve replaced your “close” image with an freeware svg (which make plugin lighter), and I’ve moved all CSS to a file, as in this way I think users could addapt it more easyly (I know the message alignment should be inlined to keep it dynamic), among other changes… and I’d like to share the code with you.
Please let me know if your are interested.
Thanks in advance!
]]>Hi wunderfarm,
after plugin activation, all my posts and pages disappeared from WP admin but not from the website itself.
If I deactivate the plugin everything returns to normal and I can see them listed as usual.
Any solution for this issue?
I’m using WordPress 4.9.6 with WF Cookie Consent 1.1.4
I like this plugin very much because it’s so simple with an option for a second language, so I would rather keep it instead of using any other.
]]>Hey,
Just a heads up if you didn’t get the security researcher’s email.
]]>hello,
i manage two almost identical websites
the second is the clone of the first one – the same template (Divi), the same version of wordpress (4.9.5), the same set of plugins (all of them updated to the latest versions).
cookie bar (v. 1.1.2) is ok and visible on all pages and language versions on vitella website but is visible only on english homepage on mediket – not available on any other pages and on any other language versions.
any idea?
thank you for hint!
]]>Hello,
thank you for the great plugin. Would it be possible to add a minified “cookiechoices.js” and rel=”noopener” to a link to the cookie policy page?
Thank you.
Tom
]]>Hi!
I love this pluguin, is nice and really fast to set up! Thank you! ??
To have it perfect, I would like to make a “button style” to the dismiss option. In my opinion, this option is too similar to the “More info” option. I guess that changing the background color just for the “dismiss” word would help. Is it possible?
Thank you!
On mobile the consent note doesn’t show, I don’t know since when this is.
]]>Hi there,
How would you have cookie notices in different languages for different pages on a website, please?
Thanks,
]]>Hi,
how could I use " in the info text?
Thanks
]]>In wf-cookie-consent.php at line 68 i found
add_action('wp_footer', 'wf_cookieconsent_load', 10, 1);
wf_cookieconsent_load function print in the footer the inline javascript code for cookie bar.
The inline scripts stop the combine process of some plugin like W3 Total Cache. Eg.:
<script src="script_1.js"></script>
<script src="script_2.js"></script>
<script>alert('wf_cookieconsent_load');</script>
<script src="script_3.js"></script>
<script src="script_4.js"></script>
W3 Total Cache combine it in:
<!-- script_1.js + script_2.js -->
<script src="script_min_1.js"></script>
<script>alert('wf_cookieconsent_load');</script>
<!-- script_3.js + script_4.js -->
<script src="script_min_2.js"></script>
I would suggest to grow the priorty to hightest number, eg:
add_action('wp_footer', 'wf_cookieconsent_load', 10, 1);
with this priority the combining is good:
<!-- script_1.js + script_2.js + script_3.js + script_4.js -->
<script src="script_min_1.js"></script>
<script>alert('wf_cookieconsent_load');</script>
I have already found a legacy solution in function.php
if( function_exists('wf_cookieconsent_load') ){
if( remove_action('wp_footer', 'wf_cookieconsent_load', 10) ){
add_action('wp_footer', 'wf_cookieconsent_load', 100, 1);
}
}
]]>
Hello,
i want the “learn more” link to be opened in the same window (NOT in a blank tab of the browser).
How can i do that?
Thanks!
Best Regards
Hi is there a way to apply custom css style or any other solution to change font and link colours in the message bar?
]]>You said we need to set up a page, please explain. What does the page need?
]]>Hallo,
ich finde nirgendwo Anleitung, wie man Ihr Plugin benutzt.
Ich habe es für alle Subdomain ML installiert. Settings eingestellt. Und nun? Wie bekomme ich es in die Startseite. ES gibt nirgendwo Anleitung dazu.
Hallo, ich konnte es sehr gut in meine Webseite einbauen, nur bei der Weiterleitung zu der Seite mit den Cookie Richtlinien geht es immer auf die englische Version, obwohl ich den WF settings, die übersetzte Seite angegeben habe.
danke schon einmal im voraus
]]>Hi there,
Wonderful plugin and the multilingual feature is awesome!
I just need to set a different color backround and title. I investigated a bit with the console analysis but couldn’t find a hint.
Can you help with that?
for Perfection’s sake it would be just great if you can add it into the cookie plugin settings so it does not inherit the values of the theme.
Bytheway I’d be happy also just getting the path where to be able to set proper changes to the cookie bar.
If you want to check on the website I’m up to now, https://goleditaly.com.
cheers,
??
Hi,
I wonder how I can change the button text? Right now it says “Got it” but I want to change it to “OK”.
Regards,
/Johan
There are some changes in Polylang 1.8 that will effect your plugin. https://polylang.wordpress.com/2015/11/24/polylang-1-8-for-the-developpers/
The main thing is the polylang global used in wf_get_languages()
Hi,
I’m currently testing your plugin.
I’s doing well except in terms of responsivity.
When I test the site on my mobile, I can’t click anywhere because half of the text is hidden.
I must zoom out to see the whole message.
Thanks for your answer.
Best regards
Installed the plugin. Works great. But it’s indenting my header on hickcountry.com (logo, top nav, etc.) to the left on mobile. How do I fix this?
]]>Hi, the bar overlaps a bit with some buttons that I have in my blog, is there any way to reduce the height of it? Thanks.
]]>Hallo,
nach Aktivierung des Plugins und L?schen aller Cookies wird trotzdem der Hinweis nicht angezeigt. Die Seite ?ffnet sich wie bisher auch.
Vielen Dank für die Unterstützung
Nora