As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
I have a table created and am trying to use Settings -> Customize -> Custom CSS on the table to:
Remove the header
Center the result
I've been trying to follow your guides and the css provided there but no luck as most of what I find is to add it to wpDataTables in general, I just want to apply the above two features to this one result (It's a table with a single result and only want to return that on number in page)
Thanks for any assistance with what css I need to put in to accomplish this.
Hello Jeremy
Thank you for your purchase.
If I understood correctly, you wish to remove the header row, and center the cells inside the table?
You can do that by adding the following CSS to the Customize section/Custom CSS - located above the table. No need to go into wpDataTables settings anymore, since you'll be using this for only that 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
Thank Aleksandar - the header is removed. The center does not seem to have an effect though.
When the data on the table is being refreshed I can see the result in the center for a split second and then it right aligns again, is there anything else that can be tried?
Thanks!
Hi again Jeremy
If it right-aligns, that means that you have integers or float in that table. Am I correct?
For numerical columns, you need to use this also:
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