[Resolved] author archive header

Home Forums Support [Resolved] author archive header

Home Forums Support author archive header

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #1266068
    Huseyin

    Hi Generatepress Team

    I would like to have the author archive header to have the author’s bio under the author’s name and gavatar on the left. Please check the screenshot, simply want the gavatar in a circlar shape and bio under the title

    https://ibb.co/XjMpqjL

    #1266391
    David
    Staff
    Customer Support

    Hi there,

    we recommend using a plugin like Simple Author Box.
    Or this post explains how i added an author box to the Volume site in the GP Site Library:

    https://generatepress.com/forums/topic/how-to-add-author-box-and-notification-bar/#post-699300

    #1266687
    Huseyin

    Thanks, David,

    However, I’m talking about the author archive pages not author bio under the blog post.
    for these pages http://www.website.com/author/xxx

    #1266885
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Have you tried adding the user description in their profile? This should happen by default.

    Let me know 🙂

    #1266895
    Huseyin

    yes I did, so can see the current view of it https://wordpress-394091-1251842.cloudwaysapps.com/author/isabellat/

    #1267285
    David
    Staff
    Customer Support

    Hi there,

    so its not displaying as you’re using a Header Element to display that content.
    Try disabling the Header Element to make sure the description shows.

    Or you can try adding this template tag to your header element:

    {{custom_field.description}}

    #1267410
    Huseyin

    Hi David,

    I have tried adding the template tag to the header element, nothing happens.

    &

    Tried disabling the header element, it works, how could I get the default as a header with custom colour and gravatar in circle shape

    #1267614
    David
    Staff
    Customer Support

    If you can disable the Header Element i will take a look at the CSS required.

    #1267908
    Huseyin

    Hi David,

    I have disabled the header element, you could check out it now. Thanks
    https://wordpress-394091-1251842.cloudwaysapps.com/author/joshuasalameh/

    #1268056
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Does this help?:

    .author .page-header {
        background: #efefef;
    }
    
    .author .page-header img {
        border-radius: 100%;
    }
    #1268101
    Huseyin

    I like it Tom, lastly, how could i get the gravatar centred? https://ibb.co/YtXDX3d

    Thanks

    #1268472
    David
    Staff
    Customer Support

    Try changing:

    .author .page-header img {
        border-radius: 100%;
    }

    to:

    .author .page-header img {
        border-radius: 100%;
        position: relative;
        bottom: -50px;
    }
    #1268522
    Huseyin

    Thanks, David

    Still, it doesn’t look right, have a look; https://wordpress-394091-1251842.cloudwaysapps.com/author/isabellat/
    How can we make the img be on the top on small devices, so it looks responsive?

    This is what I’m trying to achieve (something that looks similar) https://www.acehsc.net/author/isabellat/

    #1268647
    David
    Staff
    Customer Support

    Can you share me the HTML content you have added to your Header Element as this will need changing.

    When add code to a support topic please highlight the code and hit the Code button before submitting.

    #1268648
    Huseyin

    I have no code inserted on the header element

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