8tintin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Comment Policy Checkbox] Anonimizar IPPuedes filtrar la IP en el functions.php de tu tema con el siguiente código. Ojo, porque no la anonimizará, simplemente no pasará el valor de la IP:
/* Función para quitar las ip’s de los comentarios */
function wpb_remove_commentsip( $comment_author_ip ) {
return ”;
}
add_filter( ‘pre_comment_user_ip’, ‘wpb_remove_commentsip’ );Forum: Plugins
In reply to: [Genesis eNews Extended] An extra “less than” signOk, I have found the error. In the class-bjgk-genesis-enews-extended.php file there is an extra “<” at the beginning of the line 146. Just remove it and it’s done.
It works well for me now, thanks 🙂
Emm.. sure, done
Forum: Plugins
In reply to: [GDPR] Privacy Policy NotificationYes, please, add it back. With the new version you can have users logged in and navigating the site without accepting the new policy.
Forum: Themes and Templates
In reply to: [Flat Bootstrap] Translation supportI got it, thank you!
Forum: Themes and Templates
In reply to: [Flat Bootstrap] Translation supportNice, thank you Tim!
Don’t worry about the strings of the po file, I have fought a lot of them 😀
What is your email adress?
I have a contact form in one of my pages, can you use it to send me your email adress?