Same author photo

Posted in: Newspaper
Post count: 32

Hi,

I installed ‘Allow Multiple Accounts’ plugin () in order to use a customized email for every author account but now Author-box shows same image for everyone. How can I solve this?

https://www.elquintobeatle.com/staff/

Post count: 20688

Hi,

Is the issue solved if you deactivate the plugin? Maybe the plugin is causing this problem, or a setting in the plugin. Try other plugins that would allow you to do this if possible.

Post count: 32

Hello Simion,

I think the problem is because ‘Author Box’ selects the avatar looking trough ‘user email’ variable, and we are using same email for contributors.

In ‘page-author-box.php’ I found this:

<?php echo get_wp_user_avatar($part_cur_auth_obj->user_email, '96'); ?>

And we changed for this:

<?php echo get_wp_user_avatar($part_cur_auth_obj->user_id, '96'); ?>

So I imagine we can do the same for ‘Author Box’, but I don’t know where is that block template.

Thanks.

Post count: 22421

Hello,

The author box uses this code:
https://www.screencast.com/t/9BWbkvZDxD0b
The authors box uses this one: https://www.screencast.com/t/ZRBH1pMt4kdm
It is a different implementation.

Thanks

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