Comments Ines started the conversationMarch 13, 2018 at 12:05pmHi there,At the moment there are no author images on author pages ... and I don't want to use gravatar.If you look e.g. at https://jeunessima.com/author/ines-o-donovan ... there is no author image.I do have the plugin Starbox installed that gives me the opportunity to include beautiful author boxes for each post including social media & articles written by that author see e.g. https://jeunessima.com/niacin-sauna-detox-smart-way-profoundly-energize-beautify/I have tried to install the 5 year old! Simple Local Avatars plugin as you recommend but it breaks my Starbox plugin.So, I see 2 solutions:1 (preferred) The theme takes the image from the Starbox plugin and adds it on the author pages OR2) Remove the Soledad Author box from the Author pagesPlease let me know what I can do.Thank you already,Ines 2,700PenciDesign repliedMarch 13, 2018 at 12:13pmHi,You can check guide here ( step 4 ) to know how to add a custom avatar for your author box.And if you want to hide author box on author page, please add more this code to Customize > Custom CSS: body.author .post-author{ display: none; }Best Regards,PenciDesignInes repliedMarch 13, 2018 at 1:27pmThanks for the quick reply.Unfortunately, as mentioned in my original request, your answer to question 1 is not an option. I had tried that.1) Is there a way to take the user image from Starbox?2) For now I've removed the author box as indicated by you. How do I now include the shortcode [ starbox ] provided by Starbox to the author pages? 2,700PenciDesign repliedMarch 14, 2018 at 4:27amHi,1/ It's a plugin doesn't come with our theme, so this theme doesn't support this feature.2/ To do that, please add more this code: <?php echo do_shortcode('PUT THE SHORTCODE HERE'); ?>like on this image Note: You need change PUT THE SHORTCODE HERE on the above code to shortcode from starbox.Best Regards,PenciDesignInes repliedMarch 14, 2018 at 5:39pmGreat, that worked perfectly :-) Sign in to reply ...
Hi there,
At the moment there are no author images on author pages ... and I don't want to use gravatar.
If you look e.g. at https://jeunessima.com/author/ines-o-donovan ... there is no author image.
I do have the plugin Starbox installed that gives me the opportunity to include beautiful author boxes for each post including social media & articles written by that author see e.g. https://jeunessima.com/niacin-sauna-detox-smart-way-profoundly-energize-beautify/
I have tried to install the 5 year old! Simple Local Avatars plugin as you recommend but it breaks my Starbox plugin.
So, I see 2 solutions:
1 (preferred) The theme takes the image from the Starbox plugin and adds it on the author pages OR
2) Remove the Soledad Author box from the Author pages
Please let me know what I can do.
Thank you already,
Ines
Hi,
You can check guide here ( step 4 ) to know how to add a custom avatar for your author box.
And if you want to hide author box on author page, please add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign
Thanks for the quick reply.
Unfortunately, as mentioned in my original request, your answer to question 1 is not an option. I had tried that.
1) Is there a way to take the user image from Starbox?
2) For now I've removed the author box as indicated by you. How do I now include the shortcode [ starbox ] provided by Starbox to the author pages?
Hi,
1/ It's a plugin doesn't come with our theme, so this theme doesn't support this feature.
2/ To do that, please add more this code:
like on this image
Note: You need change PUT THE SHORTCODE HERE on the above code to shortcode from starbox.
Best Regards,
PenciDesign
Great, that worked perfectly :-)