• Resolved VGrenfell

    (@vgrenfell)


    Hi,

    Firstly, this is a really neat tool and works great in every way however, I would really like it to display each user within a list to display horizontally on a page, i.e. have about 4 users (image & text) in a row? Currently it just lists them one after the other below and then I’m left with a huge space on the right.

    Hope this is possible and look forward to hearing from you.

    Regards,
    Vivian

    https://www.ads-software.com/extend/plugins/people-lists/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter VGrenfell

    (@vgrenfell)

    Ok, nooooo worries…….I’ve worked it out!

    Hello VGrenfell.

    Could you please let us know how you accomplished this 4-user display?

    Thank you!

    Thread Starter VGrenfell

    (@vgrenfell)

    Hi mtibesar

    It’s really simple, once I’ve set up my relevant groups of 4 (so that I have a page of users, displaying 4-users per row), I used basic html coding for a table format to place the shortcodes in. The end result is a neat display of Users…

    The html code on the PAGE you are editing should therefore look something like this:

    <table width=”600″ border=”0″>
    <tbody>
    <tr>
    <td>[people-lists list=team]</td>
    <td>[people-lists list=team-2]</td>
    <td>[people-lists list=team-3]</td>
    <td>[people-lists list=team-4]</td>
    </tr>
    </tbody>
    </table>

    Hope this helps you.

    Thread Starter VGrenfell

    (@vgrenfell)

    Hi mtibesar

    It’s really simple, once I’ve set up my relevant groups of 4 (so that I have a page of users, displaying 4-users per row), I used basic html coding for a table format to place the shortcodes in. The end result is a neat display of Users…

    The html code on the PAGE you are editing should therefore look something like this:

    <table width=”600″ border=”0″>
    <tbody>
    <tr>
    <td>[people-lists list=team]</td>
    <td>[people-lists list=team-2]</td>
    <td>[people-lists list=team-3]</td>
    <td>[people-lists list=team-4]</td>
    </tr>
    </tbody>
    </table>

    Hope this helps you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: People Lists] How to display 4 users in each row’ is closed to new replies.