Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
I forgot to mention that I added the custom cookies to the consent window and I was testing the situation where all cookies are accepted.
Nonetheless I was able to fix the issue by setting the cookie in a different way:
Cookies.set('entry_unique_id', timeStamp, { expires: 1, sameSite: 'strict', secure: true });
Setting sameSite: Strict and the “secure” flag fixed it and the cookie survives the redirect to the PSP and back to the site.
- This reply was modified 1 year, 10 months ago by Willem-Jan Meijer.
Wordpress @ 5.2.3
Enfold @4.6.1Cookie consent was fixed, fixed it manually by adding two lines at necessary cookies but 4.6.1 has fallback too
ReCaptcha is still not working:Tried validating tokens for V2 as fallback and V3. I can assure all keys are correct and caches and cookies were cleared, tried with a fresh Firefox installation in a private tab but it’s still giving errors (and spam trough the contact form)
Some of the 4.6 issues are fixed, this one definitely isn’t.
- This reply was modified 5 years, 2 months ago by Willem-Jan Meijer.
September 6, 2019 at 10:16 am in reply to: Update 4.6 makes cookie consent reload every time #1134861Sorry, forgot to mention but if those two boxes are active the message will disappear. People have to confirm, you can’t just dismiss. More strict implementation of the GDPR I assume.
September 5, 2019 at 11:22 pm in reply to: Update 4.6 makes cookie consent reload every time #1134653[av_privacy_accept_essential_cookies]
And
[av_privacy_allow_cookies]Fixed it for me.
Same problem here, somehow I think it’s somehow related to GDPR compliancy and cookies but don’t know how to fix it yet. I think it’s at Googles side to get ReCaptcha GDPR compliant. Wait and see.
September 5, 2019 at 10:27 pm in reply to: Contact Form Error Message “Deactivated Refused to Accept Google reCaptcha” #1134622You have to put this under privacy/cookies in the cookie settings somewhere:
Google ReCaptcha cookies:
[av_privacy_google_recaptcha]allow/deny[/av_privacy_google_recaptcha]September 5, 2019 at 10:20 pm in reply to: Cookies Consent Bar keeps coming back every page even if you click ok #1134620I would strongly suggest reading the description boxes in theme settings, privacy and cookies. It’s all related to GDPR compliancy.
Small hint:
[av_privacy_accept_essential_cookies]
And
[av_privacy_allow_cookies]Although there’s been an update today from 4.6 to 4.6.1 with a fallback for this non-issue.
-
AuthorPosts