author box

Posted in: Newsmag
Post count: 54

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

Post count: 6535

Hi

You have to modify td_module_single_base.php file and add this code to add author’s email: http://screencast.com/t/tmpYy8W4http://screencast.com/t/MGvg3FsMB

$author_email = get_the_author_meta('email');
$buffy .= td_social_icons::get_icon($author_email, 'mail-1');

Thanks!

Post count: 54

ok thanks , working great

Post count: 1341

Hi!

Can fill field “Mail” in Author Bio:

How to change the color (white) icon of mail (envelope) on mouse hover, not to merge with the background?

Hover off:

Hover on:

Thanks!

Post count: 1341

Big sorry again! My post must be send in Newspaper Forum…

Post count: 6535

Hi

Sorry for the late reply, we somehow missed your post.
Try this css in theme panel > custok code . custom css to change the icon’s color on hover:

.author-box-wrap .td-author-social .td-icon-font:hover{
color: red;
}

Thanks!

Post count: 1341

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!

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