amanfre
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Issue column filter widgetHey Tobias. That worked perfectly. Thanks as always.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Issue column filter widgetHi,
That worked great, thanks, but it has now created another issue. I use this same table on another page, so that custom command change impacts the filters on this other table (refer https://bit.ly/2lvwuqu)
You will see there are two new filters that now appear on the top, one which is blank and the other named ‘Sale Status’. What is the best approach to remove these?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Issue column filter widgetHi,
Yes that is really the shortcode in the table. I delete the cache through wordpress but didnt do anything. Is there a different cache for tablepress?
I do have a custom command for this table as follows:
“columnDefs”: [ { “orderable”: false, “targets”: [ 0, 1, ] } ], “columnDefs”: [ { “orderable”: false, “targets”: [ 0, 1, ] } ],”dom”: “Wlfrtip”,”oColumnFilterWidgets”: { “aiExclude”: [ 0,1,4,5 ] }, “language”: { “search”: “”, “searchPlaceholder”: “Search” }, “pagingType”: “simple_numbers”
Im still lost to why the industry drop down wont show.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Issue column filter widgetThats odd, i just checked now and my shortcode is:
[table id=1 hide_columns=”1,2,6,7,8,9,10,11,14″
row_order=random responsive=”scroll” dataTables_paginate=true use_datatables=true datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns= 1,7,8,9,10,11,13,14
datatables_sort=false
datatables_paginate_entries=10
filter=”Yes” filter_columns=14 /]Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Issue column filter widgetYes you are right, I removed 2 from the exclude column parameter but the industry drop down still doesn’t show
Here is the shortcode im using:
[table id=1 hide_columns=”1,2,6,7,8,9,10,11,14″
row_order=random responsive=”scroll” dataTables_paginate=true use_datatables=true datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns= 1,7,8,9,10,11,13,14
datatables_sort=false
datatables_paginate_entries=10
filter=”Yes” filter_columns=14 /]Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Issue column filter widgetYes bit difficult to understand if you cant see the page. Try the page now it will show you what im talking about. The industry filter widget is not showing at the top
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Colour and Hover for ColumnsSorry if I wasnt so clear. I am referring to table-id-1 which is shown a number of different ways on the page link I initially provided to you.
If you look at those tables on the page link you will see some columns are already in blue font colour, which is what I want, however this was only possible by entering in colour codes in each cell via html. The CSS code to provide a blanket approach isnt working for me.
As a test I created another table without any html and tried the CSS to change the colour. That is also not working, so i dont believe there is any html interference.
Any ideas?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Colour and Hover for ColumnsThanks for the response. The hover works but the colour doesnt. I think it may be my theme overriding it. How would i know for sure?
Great it worked. thanks
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Filter multiple wordsResolved
Awesome, it worked. Thanks again.
Sure no problem, maybe im being too ambitious ??
Just one last enquiry, for this same table, below is the shortcode im using. I want to be able to filter two words, “Live” and “Upcoming”. I tried to various ways and it didnt work for me. Right now I only have Live being filtered.
[table id=1 row_order=random
datatables_paginate=true use_datatables=true
datatables_filter=false
datatables_sort=false responsive=”scroll” filter=”Live” filter_columns=7,9 /]How can I amend to include show both rows that include Live and Upcoming?
Thanks again
Perfect it works great.
Also for this same table on the link I provided, how can I fix a selected row or two rows to stay on the top of the table whilst the others sort randomly?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table Border and Shadowgot it worked thanks and lastly how can you remove the borders for the column filter widgets? I just want a shadow on those.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table Border and ShadowThanks for that. Back on the border. The shadow appears but not on the top border. Do you know why this would be the case?
Also how can you remove the border for the column filter widgets? I just want a shadow on those.