Support

  1. chen-hui-ching
  2. Support
  3. Monday, August 15 2016, 08:09 AM
hello

I use Users List (Table) to display my member list.

but I found that the field columns width in member list table are not equal.

in list page 1 it is ok, but in page 2 and following page, the column is odd...

so I do not know why, can I edit the table width each ? or how to let every list page table field column consistent ?

thank you.
Attachments (2)
admin Accepted Answer
Admin
Hi,
can you please post e your site link (and list page link) to check this?
  1. more than a month ago
  2. Support
  3. # 1
chen-hui-ching Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
you can use the form below the reply in "Site Details" tab, it is private.
  1. more than a month ago
  2. Support
  3. # 3
chen-hui-ching Accepted Answer
Pro
here is the URL in site detail, thank you.
  1. more than a month ago
  2. Support
  3. # 4
admin Accepted Answer
Admin
Table List put users in a simple HTML Table, the cell width adapts itself to content but you have for some users a very long text (see screenshot).

Output from Textarea field type now apply "white-space:pre" CSS code, we will solve this issue in next release, for now you can add this CSS code to fix it:

div.products div {
white-space: pre-wrap !important;
}
Attachments (1)
  1. more than a month ago
  2. Support
  3. # 5
chen-hui-ching Accepted Answer
Pro
I got it.

and which file can I add the CSS code ?

thank you.
  1. more than a month ago
  2. Support
  3. # 6
admin Accepted Answer
Admin
Hi,
yesterday we have released a new version, in this new version the problem is solved. So you do not need anymore to add this code.
  1. more than a month ago
  2. Support
  3. # 7
chen-hui-ching Accepted Answer
Pro
thank you.

it works.
  1. more than a month ago
  2. Support
  3. # 8
chen-hui-ching Accepted Answer
Pro
hello

I still have some problem.

now the table has three column, but in each page the each column width is not consistent, if I want the first column width to be 20% , second column width to be 30% , and third column width to be 50%, how can I do to achieve the purpose ?

thank you.
  1. more than a month ago
  2. Support
  3. # 9
admin Accepted Answer
Admin
Hi,
solution is the same that you read here (point 3): https://www.easy-profile.com/support/about-the-users-list-table-avatar-image-and-the-multilanguage-frontend.html#reply-13927

table.listusers td:nth-child(1) {
width:20%;
}
table.listusers td:nth-child(2) {
width:30%;
}
table.listusers td:nth-child(3) {
width:50%;
}
  1. more than a month ago
  2. Support
  3. # 10
chen-hui-ching Accepted Answer
Pro
it works, thank you !
  1. more than a month ago
  2. Support
  3. # 11
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.