Viewing 2 replies - 1 through 2 (of 2 total)
  • I would like to know as well.

    According to the readme.txt file, in Nov 2017 support for social sharing and the author profile was removed from the theme, as the designers felt it was “plugin territory,” or a function better suited to a plugin.

    If you want a similar function, I suggest Simple Author Box plugin, or you can add a Custom HTML widget and insert the following HTML:

    <div class="authorwidget widget">
         <span>
              <div class="authorphoto">
                   <img src="your-image-here.jpg" alt="author">
              </div>
         </span>
         <h1 class="widget-title">Lucienne</h1>
         <hr class="widget-border">
         <p>This is a custom author box widget where you can display your photo, social media links and some information about yourself.</p>
         <ul>
              <li><a href="#insert_link_to_facebook_profile"><i class="fa fa-facebook"></i></a></li>
              <li><a href="#insert_link_to_twitter_profile"><i class="fa fa-twitter"></i></a></li>
              <li><a href="#insert_link_to_pinterest_profile"><i class="fa fa-pinterest"></i></a></li>
              <li><a href="#insert_link_to_dribble_profile"><i class="fa fa-dribbble"></i></a></li>
         </ul>
    </div>

    If you insert a link to a social media profile, you must replace everything inside the quotation marks “”, including the #. If you don’t want to add a particular social profile, just delete that entire line beginning with li and ending with /li.

    • This reply was modified 6 years, 7 months ago by Ryan Zook. Reason: cleanup tags
    • This reply was modified 6 years, 7 months ago by Ryan Zook.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Author box’ is closed to new replies.