Profile Picture Beside Name Author

Posted in: Newspaper
Post count: 87

Hi TagDiv. How to add profile picture author beside name ? see here i.is.cc/2TypZ8X.png

Post count: 20688

Hi,

Unfortunately there is no option for this at the moment. Maybe you can search for a plugin with that capability for your website. This is where you can make modifications in the theme if you would like to implement something like this – https://www.screencast.com/t/Mvtd8ujUc4eF

Thanks

Post count: 87

i have a code HTML for add Profile Picture Beside Name Author look here;

<p><?php esc_html_e( 'By', '' ); ?><p><span class="author-name vcard fn author" itemprop="name"><?php the_author_posts_link(); ?></span> <?php $authtwitter = get_the_author_meta( 'twitter' ); if ( ! empty ( $authtwitter ) ) { ?><span class="mvp-author-twit">" class="twitter-but" target="_blank"><i class="fa fa-twitter fa-2"></i></span><?php } ?> <?php $mvp_email = get_option('mvp_author_email'); if ($mvp_email == "true") { ?><span class="mvp-author-email">"><i class="fa fa-envelope-o fa-2"></i></span><?php } ?>
</div><!--mvp-post-author-->

Where i want to put? Please help.

Post count: 22421

Hi,

You can try this solution: https://forum.tagdiv.com/topic/small-author-image-just-before-the-author-name-after-the-title-of-the-post/page/2/.
It will only work for posts though. On pages using our theme blocks and modules, this will not work.

Thank you!

Post count: 87

Hi Bogdan B.,

I’ve add custom Code CSS but here look like this -> i.is.cc/4ee6AKG.png Why?

Post count: 22421

Hi,

You probably did not insert the code properly.
http://www.screencast.com/t/CUTd6WAMgET4
and then ad this code in the theme panel-> custom css box:
.avatar-32{
float:left!important;
padding-right:5px;
border-radius:20px;
}

If you cannot make this customization you will have to get some help from someone code-savvy.

Thank you!

Post count: 87

But still cant working, i hope next update version your team put this in theme panel. and can disable and enable Profile picture beside name author..

THANKS

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