-
AuthorPosts
-
May 26th, 2018 at 03:53 #64115Michael WaldenPower User
The privacy checkbox that says “save my name, email and website in this browser for the next time I comment” is not appearing in the comment section… I checked both logged in, not sure why, but I did and logged out. Is this a theme issue?
Website: thelemicknights.org
May 28th, 2018 at 14:09 #64188Michael WaldenPower UserThe same is true in the Fluida Pro theme.
May 29th, 2018 at 10:23 #64219Good morning Michael, how did you solve the problem? I don’t know what can I do. Thanks
Website: laceramicaantica.org
May 29th, 2018 at 16:46 #64235Michael WaldenPower UserSorry, I have not solved the problem. It still exists in both themes.
June 3rd, 2018 at 11:43 #64434ZedCryout Creations mastermindOur themes use customized comment form fields and will need to be updated to support the new GDPR-related checkbox.
We have already updated Kahuna and we will publish new updates for all other themes as soon as possible.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.June 3rd, 2018 at 11:47 #64435Michael WaldenPower UserExcellent. Thank you!
June 18th, 2018 at 10:38 #65114BettinaPower UserHi, when can I expect the relevant update for Nirvana? Thanks!
June 18th, 2018 at 19:34 #65130Michael WaldenPower UserIt works for Fluida Plus now, but haven’t seen it for Tempera yet either. 🙂
June 26th, 2018 at 08:15 #65294ZedCryout Creations mastermindAll current theme releases (available today) display the GDPR-related checkbox in the comment form, except Nirvana which we are still working on.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.June 27th, 2018 at 23:30 #65359is there maybe a way to remove this GDPR checkbox by adding a some code to functions.php?
I tried this snippet:function remove_comment_fields( $fields ) { unset( $fields['cookies'] ); return $fields; } add_filter( 'comment_form_default_fields', 'remove_comment_fields' );
bit it didn’t work for me.
And maybe something to remove the email field as well?
I would like to remove both, the email field and GDPR checkbox, so I can avoid, that any cookies will be set (this happen only after GBPR box is checked on) and improve the privacy by not saving the email adress.
The simple removal of email field in comments.php is not working, the field still remain required and the comment will not be sent.
I tried this snippet to remove the email field:function remove_comment_fields( $fields ) { unset( $fields['email'] ); unset( $fields['cookies'] ); return $fields; } add_filter( 'comment_form_default_fields', 'remove_comment_fields' );
bit it didn’t work for me, too.
If you have some idea, I would be happy for any help.PS: I’m unig Anima
July 4th, 2018 at 11:07 #65577ZedCryout Creations mastermindThe themes are filtering WordPress’ form fields. You might need to use a later priority (11+) to make your code apply after the theme’s own filters are processed.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.July 6th, 2018 at 11:42 #65661July 9th, 2018 at 15:07 #65755BettinaPower User@zed: what’s the news on Nirvana? It’s been a while, my website is down because of this. I’d be grateful for an update.
July 14th, 2018 at 16:10 #65919ZedCryout Creations mastermind@Bettina: Nirvana’s 1.4.5 release (published two weeks ago) includes the comment form checkbox fix.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.July 26th, 2018 at 15:29 #66607BettinaPower User@zed: thanks but unfortunately all I get is the checkbox, no text: http://kaengurukinder.com/wie-kinder-vorurteile-erlernen
I am using it with WP GDPR compliance.
Pls assist.
Website: www.kaengurukinder.com
-
AuthorPosts
The topic ‘GDPR -WordPress Comments Privacy Checkbox’ is closed to new replies.