Thanks a lot for your help!
]]>i have installed your plugin in a multisite environment. On the mainsite everything is fine. On any other site your plugin is working (that is great), but it has some small issues:
1. categories section in sidebar is missing (admin), no site-specific categories possible
2. categorized (necessary/non-necessary) cookies will not be displayed in privacy overview table
For the first problem, I don’t have an error description or a solution at hand right now.
The second issue is caused by handling of the array $atts in function cookielawinfo_table_shortcode( $atts ):
It is assumed to be an associative array. This is only true for the main page. Other pages use a numeric array, example:
0 => ‘style=”winter”‘,
1 => ‘category=”non-necessary”‘
…
In this case, the table is generated with all cookies.
Correct would be however:
‘style’ => ‘winter’,
‘category’ => ‘non-necessary’,
…
Maybe it is possible to fix these errors in the near future.
Thank you
]]>but it appears that the cookie table still has problems on mobile resolutions. I suspect it’sn ot helped by some cookies being really long, but is there anything further that can be done to ensure it degrades nicely? Currently on mobile resolutions the table is wider than the displayable area on some mobiles.
See example: https://imgur.com/a/IQwEbU1
]]>The cookie table output from this plugin with the winter theme doesn’t tend to handle small resolutions well causing pieces of the table to be off the screen. Can we get it tweaked so it will handle small resolutions better out o the box, without us needing to write custom CSS to fix it?
]]>I have been working on a website for a client and they have requested that like another site that was done for them, to have a “cookie” table filled in on their cookie policy.
This is the first time for me doing a website for a client and also looking on generally other website cookie policies I can see that the majority of them have this and there is a certain legality to let the end user know what cookies are being used.
Firstly this site has not been published with any search engine at this time as this is something they will probably be doing in the future but they do have links on this website to their social media pages e.g. Facebook, Instagram , twitter etc.
With all of the above in mind , will there be A) cookies coming to this site as it is not on any search engine but does have their social media links B) how , if needed, go about finding what cookies are being used ?
I have tried a few cookie policy plugins such as oik-privacy-policy , EU Cookie Law and GDPR Cookie Consent but the cookies that I find are mainly wordpress login cookies however there are a few others mentioned see list below :
wordpress_test_cookie
viewed_cookie_policy
wp-settings-time-2
wp-settings-2
wordpress_logged_in_
wfwaf-authcookie-
_drip_client_6994213
Also some of these when search for their meaning I cannot find anything on them such as _drip_client as this table requires a meaning behind them.
Please advise as I and the end of finishing this site now and this is the only part that is stopping it from “going live”
Kind Regards
TimCS
]]>All the website I have installed this plugin on have that cookie table displaying weirdly.
Please have a look and see what you think.
Thanks so much
]]>In my Privacy page (https://www.francescocordua.it/avf/privacy/) I use the shortcode to show the table of used cookie
[…]
I seguenti sono i cookie memorizzati per la sessione:
[cookie_audit]
[delete_cookies text=”Premere qui per eliminarli…”]
[…]
I don’t know why, but as you can see, after the link to the delete cookies, it appear the last cookie description.
Can you help me?
Thanks.
https://www.ads-software.com/plugins/cookie-law-info/
]]>https://www.ads-software.com/extend/plugins/cookie-law-info/
]]>