Save my name, email, and website in this browser for the next time I comment.

Posted in: Newspaper
Post count: 42

Hi, after the update of the theme I saw this string “Save my name, email, and website in this browser for the next time I comment”.

I don’t like it so much. How should I delete it? Thank you.

Post count: 20688

Hi,

That was added by WordPress in update 4.9.6 based on the GDPR privacy terms and regulation regulation, please check here
https://wordpress.org/news/
I don’t think there is a way to disable the new privacy options. Maybe you can find some online through code modifications if this is required for you.

Thanks

Post count: 39

After i updated the theme to last version i see in comment form this line with a check box: “Save my name, email, and website in this browser for the next time I comment.”
Before update the line was not here
But:
– The checkbox do not blok any request also if is not checked
– I alwyas have a solution for comment gdpr

The result is that i have a double check box.

What i need is to block the new code you have added.

Thanks

Post count: 20688

Hi,


@Fabrizio
Azzali If you use a different you could try removing the default one. Try this suggestion
https://wordpress.org/support/topic/update-4-9-6-checkbox-comments-privacy-approved/
Or enter this code in Theme panel->Custom CSS

.comment-form-cookies-consent {
display:none;
}

Thanks

Post count: 39

Hi Simion.
Thanks for the answer.
The second solution (Custom CSS) works.
Bye
Fabrizio

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.