Site logo

Archived topic

author archive header

19 replies · Started by Huseyin on May 2, 2020

Viewing posts 1–15 of 20

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

Hi there,

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

Let me know :)

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}}

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

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

Hi there,

Does this help?:

.author .page-header {
    background: #efefef;
}

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

Try changing:

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

to:

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

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.

I have no code inserted on the header element

This archived topic is closed to new replies.