We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Could you please send me a sample and complete set of css options for button class?
I can then change them and adopt to our website colors (such as font style, color, border color, change the radius of the border etc)
I attached a screenshoot as well.
I want to style the "Başvuru İçin Tıklayın" part which is created by the setting of the column
Hello Alex
Unfortunately I cannot provide that, as it is different for each skin. You can take a look at ../wp-content/plugins/wpdatatables/assets/css/wdt-skins/ folder, but I would not recommend changing those files as they will be overwritten with an update.
Instead, you can add a custom CSS button class to the button in column settings, and then configure your CSS in the Customize tab above the table, or in wpDataTables settings/Custom JS and CSS/Custom CSS tab.
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
That is exactly my intention but as you mentioned I would like to look at first to the default settings.
I just used FTP to look at the wdt-skins (such as light.css etc)
However I could not find any code there that defines the button class.
Is it possible that it's defined in another css file?
By the way, wWe will use ONLY the LIGHT skin.
Hi Alex
My bad, the button is actually same for all skins, and the class "button" is scattered all over our code. Best approach would be to add a custom CSS class to the button:
Then, you can style the button on this site visually: https://www.bestcssbuttongenerator.com/
For example: https://www.bestcssbuttongenerator.com/#/17
Click on "Get Code" in the bottom right corner of the visual representation of the button, and on the right-hand side you'll see the code:
Modify that, so it applies to the custom class you've added (customclass in my case):
Paste that into Customize tab/Custom CSS above the table:
And the button will look like that in the table:
If you want to apply this to all URL Link buttons, you'll need to add the same class to the columns, and paste this code in wpDataTables Settings/Custom JS and CSS/Custom CSS field, so it applies to all tables.
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 you very much for the very detailed reply and information.
alex
You're welcome, Alex
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
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