[Resolved] sticky sidebar author box

Home Forums Support [Resolved] sticky sidebar author box

Home Forums Support sticky sidebar author box

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1630651
    koralp

    I want to add an author box to the sidebar which is sticky, has a title, an image, and a snippet from the about page.

    as you will find in the link below
    Screen Shot 2021-01-23 at 18.17.41.png

    I am using the marketer template.

    could you pls help?

    #1630682
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to the example site? I’ll see if they are using a specific plugin.

    #1630702
    koralp
    #1630759
    Leo
    Staff
    Customer Support

    Do you have more than one author?

    #1630769
    koralp

    no, just one.

    #1630926
    Leo
    Staff
    Customer Support

    That case the easiest method is probably to build the layout you want using a custom HTML widget in the sidebar.

    So that means adding an image and a paragraph.

    Another option is to use WP Show Posts plugin:
    https://wordpress.org/plugins/wp-show-posts/

    But if you aren’t planning on showing posts in a static page anywhere else then it might be an overkill.

    #1631489
    koralp

    leo can you help me to create a widget that has a title, an image, text and also social media links.

    or offer me an existing widget which can provide me these?

    https://www.cleverhiker.com/camping-chairs

    here is another example.

    #1631787
    Ying
    Staff
    Customer Support

    Try this HTML:

    <div class="author-right-sidebar">
        <h1>author name</h1>
        <img src="your-author-image-link" url="your-about-page-link">
        <p>some introduction here some introduction heresome introduction heresome introduction heresome introduction heresome introduction heresome introduction here <a hrf="#">Read more...</a> </p>
    </div>
    #1631940
    koralp

    thank you ying🖤

    #1633072
    Ying
    Staff
    Customer Support

    No problem 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.