-
Author
-
February 19, 2016 at 01:11 #104892dsnicheParticipant
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?
February 19, 2016 at 22:41 #105204LauraModeratorHello, 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 solutionLaura 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 🙂
February 19, 2016 at 23:25 #105226dsnicheParticipantThat works, but the avatar on profile page also becomes that size, which is smaller than the original profile photo.
February 20, 2016 at 22:43 #105392LauraModeratorHello, 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 solutionLaura 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 🙂
February 23, 2016 at 21:32 #106066LauraModeratorGlad it worked 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.