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.
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.
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
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
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