Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1501889
Author Box
Closed

Comments

  • Ines started the conversation

    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


  •  2,699
    PenciDesign replied

    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:

    body.author .post-author{ display: none; }


    Best Regards,

    PenciDesign

  • Ines replied

    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?

  •  2,699
    PenciDesign replied

    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:

    <?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,

    PenciDesign

  • Ines replied

    Great, that worked perfectly :-)