Fernando Claussen
Forum Replies Created
-
Forum: Plugins
In reply to: [GDPR] Privacy Preferences as LinkIf you have a link with the same css class as the button, it should behave the same way.
Forum: Plugins
In reply to: [GDPR] Google Analytics and HotjarStill working on this.
I got a lot of balls in the air right now. Need to keep the lights on so there are a few things taking priority.I think I can get this out this month still. I’m almost done with my other tasks.
Forum: Plugins
In reply to: [GDPR] Cookie consent for logged out usersAny regulating office will check on this and try to reproduce the problem.
If they can’t, all is good.
If they do not provide consent and you still set the cookie and they judge that this is particularly not essential for the site to run, they will notify you to fix the issue.There’s only so much that can be done.
Forum: Plugins
In reply to: [GDPR] Toggle on/off doesn’t workStill working on it. I am being requested a lot to work on other important things. I’ll get this out asap
Forum: Plugins
In reply to: [GDPR] Blocked Cookie Alertthanks for the suggestion. Can you add that as an issue in GitHub?
It’s easier for me to keep track of improvements.Or, if you want, you can also submit a pull request with this feature.
Forum: Plugins
In reply to: [GDPR] Email TemplatesHi guys,
I would love to add those as templates from a settings page. It would make it much easier for everyone indeed. This will definitely be a thing.
For now, what you can do is, create a folder called gdpr in your theme, then inside that one, create another folder called email.
Go to the plugin folder. Open the templates/email folder and copy the template you want to edit to the folder you created in your theme.
Make the desired edits.
Forum: Plugins
In reply to: [GDPR] Google Analytics and HotjarCloudflare introduces caching as far as I know.
It is close, I expect to have it ready by next week.
Forum: Plugins
In reply to: [GDPR] Google Analytics and HotjarGlad you got it working.
Hotjar code looks ok to me. It may be caching related too.
I’m currently rebuilding this components to work from JS instead of PHP to get rid of all these caching problems.
Forum: Plugins
In reply to: [GDPR] Error : We could not verify the security tokenI’m still looking at how to fix this.
Forum: Plugins
In reply to: [GDPR] Consent Stored?Do you mind sharing a link so I can register and see the policy update notice?
Also, if possible, take a print of your settings page, upload it to imgur and link it to me.
Forum: Plugins
In reply to: [GDPR] GDPRI’m not sure what you are referring to.
This plugin is 100% free at the moment. We do not currently offer any plans.You can use this with any .org site you have.
Forum: Plugins
In reply to: [GDPR] Google Analytics and HotjarLike I’ve said, try removing the
!
in your conditions and see if it works.Forum: Plugins
In reply to: [GDPR] Action to Disable Privacy Bar?There’s a filter:
gdpr_privacy_bar_display
Forum: Plugins
In reply to: [GDPR] Consent Stored?I don’t understand your picture. The title of the window suggests this is the re-consent modal. This should display the updated policy content. The only reason I know why this would not show up is if you are using a Site Builder that changes how WordPress gets content. I got this issue fixed for SiteOrigin, but you may be using something different.
For the audit log export, if you look at: https://github.com/trewknowledge/GDPR/projects/3
You will see that I have this task lined up to be added in the near future (prioritizing other important stuff this week – plugin related).
I guess there’s nothing that can be done to ensure it’s 100% legit since you control the data so you could do anything with it really.
What I, as the plugin developer, can do is to add the export as PDF button there, but again, people could easily manually create pdf’s and paste the content there, edit it and claim they exported it.
Best I can do is to give you tools to facilitate the export process.
Forum: Plugins
In reply to: [GDPR] Toggle on/off doesn’t workJust and FYI, I’m rebuilding the cookie component entirely in javascript to get around caching issues and so on. So when I’m done (hopefully this week) your problem should go away because there will be no syncing between server and client anymore. Everything will be handled client side.