Hi,
in author box we can se facebook , twitter etc..
But how can we send an email to the author ? I donc find any option to add a littel gif for mail or an option to go in a form to write a message to the author when people dont want to add public comment.
thanks to etll me how to do that
Hi
You have to modify td_module_single_base.php file and add this code to add author’s email: http://screencast.com/t/tmpYy8W4 – http://screencast.com/t/MGvg3FsMB
$author_email = get_the_author_meta('email');
$buffy .= td_social_icons::get_icon($author_email, 'mail-1');
Thanks!
Hi!
Small correction – the color should change only the icon of an envelope on mouse hover. I corrected the code hope correctly.
/* Color icon of mail (envelope) on mouse hover on Author Bio */
.author-box-wrap .td-author-social .td-icon-mail-1:hover{
color: rgb(195, 195, 195);
}
Thank you very much for the answer!



