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
Hi,
We have just purchased your plugin and ran into the following issues, which we would appreciate your help to resolve.
1. When choosing the light baseskin, which is the theme we want, the font in the filter text areas is black and remains black, but it blends in with our also black background. How do we change the font color in our tables.
2. If the text in a row is too long for the column it is just deleted. Is there someway where we can make it jump down on a new line, or a way where users can extend the columns manually.
Thanks in advance!
Jesper
Hello Jesper
Thank you for your purchase.
1. Can you please provide me with the URL where I can see this table? You can change the color of the filters using custom CSS:
Text filter:
Select-box filter:
2. This is because you initially saved the column as single-line string which is limited to 255 characters. If you want to alter the existing column, you need to do it through the database first. Go to the "Editing" tab, and see what the "MySQL table name for editing" is. Then access your database, and find that table. Click on the "Structure" tab and edit this column. Change "VARCHAR" to "TEXT" and remove the "Length/Values" (which will be set to 255). After that access column settings in wpDataTables and change it to "Multi-line string".
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
Hi again Jesper.
Actually, you can remove the previous CSS and add only this:
It will change the input color of all filters to white.
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
Hi Aleksandar,
Thanks for below.
It fixed the text color in the filters, but in the global search it is still black.
Best,
Jesper
Sorry about that, Jesper, the global search is different.
You can 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