Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘[Resolved ] How to show the member list as profile cards with bio & social inks’ is closed to new replies.
Please see image http://i.imgur.com/D1rqo38.png used on http://codecanyon.net/item/userpro-user-profiles-with-social-login/5958681 – What shortcode do I need to make this look the same?
The shortcode is printed above the example, you need a very simple shortcode:
[userpro template=emd]
Here is another example (no filters)
http://userproplugin.com/userpro/enhanced-member-directory/custom-columns-no-filters/
[userpro template=emd emd_filters=0 emd_col_width=”17%” emd_col_margin=”2%”]
You can customize the options of emd , here’s 3rd example
http://userproplugin.com/userpro/enhanced-member-directory/name-and-picture-only-results/
[userpro template=emd emd_fields=0 emd_bio=0 emd_social=0 emd_filters=0 emd_col_width=”10%” emd_per_page=24 emd_paginate=0]
Tell me if that helps you?
All these shortcodes are part of the EMD (enhanced member directory) listing. 🙂
The topic ‘[Resolved ] How to show the member list as profile cards with bio & social inks’ is closed to new replies.