horiz.scroll on tables, format fields, hide column, more
-
4 issues:
On front end list, is it possible to make a horizontal scroll bar if the list is too wide for the window? my client insists on large type for his older members, this renders the lists too wide for the window despite max size 1200px.
I”ve tried doing it with css to no avail.
#usertable{overflow-y: scroll;}
table.userlist {overflow-y: scroll;}and
.userlist * { word-wrap: normal;}
.userlist th, .userlist td {overflow: Scroll; }1. How do I get breaks and spaces between fields with decimals, i.e. address=6.1, return city=6.2
State=6.3, Zip=6.4
country=6.52. I am filtering on the first role to exclude Administration and I want to hide that column.
here’s your documentation:
filter=show (or hide to hide the filtered column), must be used with
? columnname=value
would an example be: filter=show_first role=0
i don’t want to hide a specific role, i want to hide the first_role column
as an aside, I would like to mention, that giving an example makes all the difference for a non coder like me. for this reason, a request: you’ve put a lot of time into the beautiful demos, and The demos are great, but It would help tremendously to be able to see the short codes and the exact way you configured your demos. an example is worth everything especially for a non coder. I have tried the following, and all don’t work. what am i doing wrong?e.g. [userlist list=4 show_totals=true filter=show_first role=0]
or
[userlist list=4 show_totals=true filter=hide columnname=first_role]
or
[userlist list=4 show_totals=true filter=hide columnname=*]3. what does the ! and the up arrow and the reset mean exactly? they don’t seem to do the same as the Refresh icon (green arrows).
The demos are great, but It would help tremendously to be able to see the short codes and the exact way you configured your demos. an example is worth everything.
4. WordPress Memory 40mb
I am unclear on the difference between php memory and wordpress memory. and I’ve not been able to update wpmemory.
I’ve added the following function to wp-config.php to no effect:
/** Sets up WordPress memory limit and sets it */
define(‘WP_MEMORY_LIMIT’, ’96M’);
but i am still getting the following info can’t upload screenshot) php memory 256M and wp memory 40M. this is User Lists>About>Your user db:This website with blog_id=1 and prefix=wp_ has:
Plugin version: 3.6.3
Php version: 5.3.26
Wp version: 3.6
Wordpress Memory limit: 40M
Php Memory Limit: 256M
Charset: UTF-8many thanks,
hope putting 5 questions in one support ticket is good.
eve
?
- The topic ‘horiz.scroll on tables, format fields, hide column, more’ is closed to new replies.