1. in the "Show X entries dropdown" option I'd like to change the background of the selector button to white - please see attached picture xentries.png.
note: there was a fix for this problem on the header,
but it does not work for the xentries:
/* Fix for background in selectbox filter */
.wpdt-c .wpDataTableID-13.filter_column .bootstrap-select > .btn-default:before{
background-color: transparent;
}
2. Similarly, with the clear filters button when the "form above the tables" option is ON - see picture: clearfilters_over.png . (otherwise the button is white - clearfilters_not over.png)
3. In the above the text "clear filters" is not in Hebrew (btw., most of the table was properly translated). Can I change that?
4. Con I have the user choose the filters to be "above" or not - like a toggle button?
Hi
1. in the "Show X entries dropdown" option I'd like to change the background of the selector button to white - please see attached picture xentries.png.
2. Similarly, with the clear filters button when the "form above the tables" option is ON - see picture: clearfilters_over.png . (otherwise the button is white - clearfilters_not over.png)
3. In the above the text "clear filters" is not in Hebrew (btw., most of the table was properly translated). Can I change that?
4. Con I have the user choose the filters to be "above" or not - like a toggle button?
Thanks,
Marcos
Hello Marcos
For 1 and 2 - can you please provide me with a URL to the page where I can see the field, and the button, and I'll gladly help you with custom CSS?
3. The string needs to be changed in the code, in these locations:
wp-content/plugins/wpdatatables/source/class.wpdatatable.php on line 3589
wp-content/plugins/wpdatatables/templates/admin/table-settings/table_settings_block.inc.php on line 774
wp-content/plugins/wpdatatables/templates/frontend/filter_form.inc.php on line 30
4. Unfortunately, users can't choose this. If you set the filters to be in a form above the table, they will always be in a form above the table.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks Marcos!
For the "Show X entries dropdown" use this CSS:
If that doesn't work, add the !important clause, like this:
And it should look like this:
For the "Clear Filters" button, to change the background and the text color, use this:
And to change the colors on hover, use this:
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Aleksandar
Thanks very much. All the fixes worked fine.
is ok to close the ticket.
Marcos
Aleksandar
Thanks
I already have written a review.
I have a problem with URL link, but I'll write it in a new ticket
Marcos
Thanks, Marcos
I responded to the other ticket, so this one will be closed.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables