Hide Profile Banner & missing profile tab settings

This topic contains 5 replies, has 2 voices, and was last updated by  Guust 3 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #7938

    Kenneth Zuniga
    Free User
    Post count: 3

    Hi-

    I only want to show the user’s avatar in the profile page. Is it possible to hide the banner in the profile page?

    Also, I am missing the setting to change the profile tabs in the backend (see attached). I was able to see it before but it went away.

    current version of UserWP: 1.2.2

    I am using GeoDirectory and UserWP social login plugins.

    #7942

    Guust
    Moderator
    Post count: 29970

    I only want to show the user’s avatar in the profile page. Is it possible to hide the banner in the profile page?

    Try this CSS, adjust as required:

    .uwp-profile-header .card-img-top {display:none}
    .card-img-overlay {display:none}
    .uwp-profile-header {margin-top: 100px}

    Also, I am missing the setting to change the profile tabs in the backend (see attached). I was able to see it before but it went away.

    UsersWP > Form Builder > Profile tabs

    Thanks

    #7963

    Kenneth Zuniga
    Free User
    Post count: 3

    Thank you Guust! Would you recommend I use CSS over shortcode? I like this shortcode I found but it didn’t work when I entered “1” for any of the parameters: [uwp_profile_header hide_cover=”” hide_avatar=”” allow_change=””]

    #7964

    Guust
    Moderator
    Post count: 29970

    That shortcode is for pages other than the profile page, because it requires the header to be set in the Profile pages settings too and you end up with two different headers.
    So the only way left is CSS.
    Thanks

    #7965

    Kenneth Zuniga
    Free User
    Post count: 3

    That makes sense. thank you again for your help!

    #7978

    Guust
    Moderator
    Post count: 29970

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket