This topic has 5 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #104892
     dsniche
    Participant

    I added a code provided from a different post to make profile details appear on the search results (this one: https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-display). It works well, but I have a couple more questions.

     

    1. Is there a way to make every profile detail appear on a separate line?

    For example, instead of:

    26 / Woman / Seattle, Washington, United States

    Make it look like:

    26

    Woman

    Seattle, Washington, United States

    I have Location shown on each search result. I use Geo my WP and some places can have long names (eg. Sydney, New South Wales, Australia) and this information sometimes gets cut off because there’s not enough space.

     

    2. Can I make the profile pictures on search results page bigger?

    #105204
     Laura
    Moderator

    Hello, for the tet, not available right now, but here is a css style for the avatar size, just add to style.css

    COPY CODE
    
    .avatar {
        width: 140px !important;
        height: 140px !important;
    }
    .avatar img {
        width: 140px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #105226
     dsniche
    Participant

    That works, but the avatar on profile page also becomes that size, which is smaller than the original profile photo.

    #105392
     Laura
    Moderator

    Hello, use this instead :

    COPY CODE
    
    #members-dir-list .avatar {
        width: 140px !important;
        height: 140px !important;
    }
    #members-dir-list .avatar img {
        width: 140px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #105631
     dsniche
    Participant

    Thanks Laura. That works.

    #106066
     Laura
    Moderator

    Glad it worked 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?