• Resolved gbordormor22

    (@gbordormor22)


    Hello Sir,

    With the All Users Shortcode [profilegrid_users] , I have my users displayed on my website.

    And it showed the users with Circular Profile Pictures, as seen here– https://prnt.sc/NsGJbtxlSES4

    But I need my Members to each show in a Card, just as your sample showed here– https://prnt.sc/6Ud-f9zjvQY1

    1.) How can I get my Layout to be Square like yours?

    2.) SHOW USER DATA ON USER CARD

    The User Display only shows Profile Picture and Name, as you can see here– https://prnt.sc/yoq1eu_H9CuG

    I need to show additional information beyond just the User’s Profile Picture and Name.

    I need to show the Date of Birth which is a basic Date field, and the Profession which is a basic Text field.

    Just as is shown here— https://prnt.sc/sPlkVhAYCPeR

    How do I achieve this?

    Needing to hear from you soon.

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hello @gbordormor22,

    You may display the other custom fields on user cards on group page by enabling the option “Display on Group Page” under “Display on Profile Page” in field settings.

    In order to display Square layout, you may apply the below CSS in your site’ theme CSS file:

    .pmagic .pm-users-search-page .pm-user 

    {

        margin: 10px 12px 14px 12px;

        overflow: hidden;

        border: 1px solid #efefef;

    }

    If you still face issue, please get in touch with us using?this form? so we can help you to achieve this.

    Thread Starter gbordormor22

    (@gbordormor22)

    Nothing you said here worked.

    I have however reached out to you on the Form you provided here

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Square Layout for User Display’ is closed to new replies.