Has the support gone on vacation?
]]>Hello thank you for your quick response.
I need the answer to go my way
Hi, is it possible to add a link in the footer or shortcode that the cookie window pops up again, so users can change their settings?
Thank you
Denis
Hi, is it possible to add a link in the footer or shortcode that the cookie window pops up again, so users can change their settings?
Thank you
Denis
Hi, is it possible that a function is added that you can add a link in the footer and the privacy policity that the cookie window pops up again, so users can change their settings?
Thank you and greetings
Florian Bücker
Nice and cool plugin, but it won’t working on older systems like ios 9.3.5 or android 5.1, is there any solution or did i must use another plugin?
]]>I tried to translate English to French using WPML but on the French front-end the English text is still English. Any advice on how to translate the plugin?
]]>I miss some options in “Scripts” part.
For example for “Google Analytics ID”:
1. it is not “checked” by default, and many visitors just click accept to get rid of the popup. I understand some would like to keep it this way, so there should be a “Checked” “Not Checked” option
2. I don’t want the actual google tracing code be inserted by cookii, but i want to activate the option to allow/disallow the Google Analytics tracking. So if I don’t insert the Google Analytics ID, it will not show the option to the visitor to allow/disallow it, but if I insert the Google Analytics ID, it will show the option to the visitor, but it will insert its own tracking code, witch i don’t want
Hope is clear. Thank you
]]>Great plugin, nice options. Just some display problems especially for mobile devices.
The file holding style is: class-ci-public.php
located in: wp-content\plugins\easy-wp-cookie-popup\src\public
1. First, this not working
#cookii-advanced {
display: none;
}
should be:
.cookii-column-3 p #cookii-advanced {
display: none;
}
2. Second, need some @media to adjust the display to diferent screen widths (this is very basic adjustment, everyone can make changes to fit own needs):
I use “bottom” Banner Position, so i added inside Switch -> case ‘bottom’:
@media (max-width: 1200px) {
#cookii-message {
padding: 60px 0 60px 0;
}
}
@media (max-width: 1060px) {
.cookii-row {
max-width: 90%;
}
}
@media (max-width: 700px) {
.cookii-column-1 {
width:70%;
}
.cookii-column-2 {
display: none;
}
.cookii-column-3 {
width:20%;
}
.cookii-column-3 p #cookii-advanced {
display: none;
}
}
3. Third, “bottom_right” Banner Position (the default one), wont show up on mobile device in a template called Jevelin, only after changing to “bottom” and changing back to “bottom_right”. Strange, didnt look more into it.
]]>Hello,
Before I install this plugin, I had placed the tracking code from Google Analytics in my theme.
Now, that I installed your plugin, I should remove the tracking code from there and place it in your plugin?
I filled the option “Google Analytics ID” with my id.. is this enough?
Also, can the google analytics option be checked from default and if the user wants to unchecked it
Thank you!
]]>Hello,
I have installed your plugin, but are having some issues.
According to a new case in my country, websites are not allowed to track e.g. Analytics before acceptance is given.
However, after having installed this plugin i can see, that Analytics are tracking even before acceptance is given.
Is there anyway to disable that, so that Analytics are not tracking before acceptance are given in order for our company to comply with the legislation?
Best regards,
]]>Hello,
Can we get only one column instead of 3
Cookie Layer is too big that can cover the some part of the website can we please reduce it? we need to remove the “Technical necessary Cookies
We require some cookies due to technical requirements. These cookies can not be disabled if you like to use our website.
More information” how can we do it can’t be controlled from the backend.
New UI does not work good version 1.5.1 UI is good
Appreciate your response
Thanks
Hi,
The plugin stopped working. On the admin backend there is a line showing “Thanks for installing Cookii. Start to configure it.
It is or was configured but now every line on the scripts tag has a red x next to it and the pop up not popping up anymore.
I’ve just updated wordpress to the latest version to see if that solves the problem but nothing happened.
It would offer better service to the owner if the google analytics input was checked by default.
Also how the script deactivates ga code if this is hardcoded?
There is no textarea to put my GA code so the user could deactivate it?
thanks
Great cookie script
Overlay do not disappears after accepting cookies even after automatic reload. Need to manually reload page.
]]>Hi,
First of all, thanks for publishing Cookii for free.
The issue:
I cannot customize “Privacy Page Link Text” which is under “Tools & Settings” section of the plugin settings.
The settings panel itself works OK, but the cookie consent always shows the default text “See privacy policy” on the privacy page link.
Not a big issue, but I want to edit these caption, mostly because my site’s language it’s not English!
Thanks in advance.
]]>Hello! Thanks for a great plug in!
Is it possible to change the font on pop up so it matches the rest of my site?
Thanks !
Kerr
Hey Patrick, I like to contribute to your code and add some features. How can I do that?
]]>There are a couple of text errors in the ‘functional cookies’ description and the ‘google analytics’ description – can these edits be made please?
In the file:
src -> public -> class-ci-public.php
line 159: This cookies -> These cookies (grammar)
again on 159: product -> website (as not all websites are products?)
line 162: continuesly -> continuously (spelling)
Found the following warning from a routine scan:
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————————————-
173 | WARNING | Function name “__fs” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
Hello – I am reading that the plugin allows users to choose which cookies to opt-in to, however, on your site, I have to accept all cookies or none. Is there a more advanced feature that allows you to choose specific cookies?
Thank you in advance.
]]>Hello
if you use WPML and want to display the correct message add this code in functions.php
global $WPCookies;
if(!is_admin() && $WPCookies && defined(ICL_LANGUAGE_CODE))
{
add_filter('option_'.$WPCookies->option_name,'site_wpml_cookie_msg',10,2);
function site_wpml_cookie_msg($val,$option)
{
$val['message']=$val['message_lang_'.ICL_LANGUAGE_CODE];
return $val;
}
}
]]>
Hi all,
I’m using the plugin along with the wpml and it does show me the multilanguage options to define custom texts but they’re not displaying on my website. Can you guys help?
example.com shows the exact same cookie notification text as example.com/fr
Thanks!
Arcesala.
]]>Hi,
i’ve installed this script but i don’t manage to show it correctly.
Whatt’s wrong?
This is my site: https://www.centrometeotoscana.it
Thanks in advance for your support.
Regards,
Alessandro
]]>Hello.
I really love the design of this popup, it’s just perfect for me but there’s still a issue – when someone refresh the page it will disappear ?? It works only for the first visit on the site, just on homepage.
Is there any way to fix it?
Regards.
I installed your plugin. it didn’t work on my site. however it did stop the other language home page from showing. I use WPML (hence the choice of your plugin).
When i have language URL format set as: different languages in directories, this suddenly stopped working. even after i deactivated the plugin and deleted all the files, this problem persists.
My question is- do you know if your plugin writes to any files or changes them in any way, as to cause such a problem.
any help is appreciated
many thanks.
The cookie notification keeps popping up randomly on the site, even though I haven’t been clearing my cache/cookies. Other users on my site have noticed this too. Any advice?
]]>After clearing my cookies and trying in private browsing I cannot get the cookie notification to show up on my iphone
]]>I am using the languaje plugin WPML, I don’t if this affect to your plugin, but I have filled the Cookie Notifications option (in the two languages of my site) and I have enabled the notifications too, but the popup is no shown.
Ok. I have installed the plugin in other wordpress and it neither works.
]]>Is there any way do disable or enable the cookie warning based on the visitors language? I have a website in English and Chinese, and it does not make much sense to the EU based cookie warning to visitors based in China. Thanks, Uwe.
]]>After turning it on, all I can see is:
“Fatal error: Call to a member function get_option() on a non-object in /homez.744/foldername/www/wp-content/plugins/easy-wp-cookie-popup/lib/template-functions.php on line 57”
Now I must manually remove it via ftp :/
]]>