Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
Dear Sirs,
I am trying to repeat the example about styling columns shown in your url
http://wpdatatables.com/documentation/column-features/coloring-and-styling-columns/
I have a column called rc1_des. In the field CSS Class(es) I have entered “rc1_des_css”
Then in wpDataTable Settings, CustomwpDataTable CSS I entered the code:
table.wpDataTable td. rc1_des_css {
font-size:30px;
font-weight:bold;
font-face:Arial;
padding:5px;
}
I do not have the results shown in the example.
Thank you for your help
Jorge Vega
Lima - Peru
Hi Jorge,
Thank you for the purchase.
Please send me the ID of the table that you are working on and also please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check PRIVATE so nobody can see it except us.
You may have an unnecessary space in CSS after td.
table.wpDataTable td. rc1_des_css
should be
table.wpDataTable td.rc1_des_css
Dear Sirs,
I have deleted the unnecessary space as you indicate. Now the sentences are:
table.wpDataTable td.rc1_des_css {
font-size: 30px;
font-weight: bold;
font-face: Arial;
padding: 5px;
}
But the problem persist.
Please tell me if you verify that deleting that space solved the problem.
Thank you for your help.
Jorge Vega
Hi Jorge,
Can you please take a look now.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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 Bogdan
I see that the code i was using
table.wpDataTable td.rc1_des_css {
has another unnecessary space in the end of the first line.before the "{" sigmfont-size:30px;
font-weight:bold;
font-face:Arial;
padding:5px;
}
I will take more care about writing code.
Tthank you for your help
Jorge Vega
Lima - Peru
Hi Jorge,
I am glad that now everything is working fine.
You are welcome.
If you like our plugin and support please rate our plugin at CodeCanyon on this link. It means a lot to us. Thanks.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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