Can you tell me did you perhaps do any changes like :
Please note: Once you create a table from a CSV file, changes in this file like:
Changing the column’s name,
Changing the column’s order,
Deleting the column, and
Adding a new column.
are highly not recommended, because the table in the wpDataTable plugin will not work, at the moment. If you make any of these changes, please recreate the table again.
-
Can you try to create a new table, and let me know is it still crashing?
-
If so, please send me the CSV file, and i can inspect if i can replicate the issue on my local test site.
-
And if i can login to check your table settings on the back-end, please
Please provide me a temporary WP-admin (administrator) user 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 parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Yes. You can use conditional formatting to assign a CSS class to a specific cell as well,
then add a custom CSS that would change the style of the cell as you wish. Something like this :
To change the font colour for example you will need to add a custom class (for example customcolor) and define that class in the Custom CSS tab like this
table.wpDataTable td.customcolor {
color: white !important;
}
I hope this helps, let me know if that works for you.
After I update s colums conditional formatting the page keeps loading forever and so does the table. I can't use it anymore.
Hi, Eelco
Thanks for reaching out to us.
I can see this table is linked to a CSV source?
Can you tell me did you perhaps do any changes like :
Please note: Once you create a table from a CSV file, changes in this file like:
are highly not recommended, because the table in the wpDataTable plugin will not work, at the moment. If you make any of these changes, please recreate the table again.
-
Can you try to create a new table, and let me know is it still crashing?
-
If so, please send me the CSV file, and i can inspect if i can replicate the issue on my local test site.
-
And if i can login to check your table settings on the back-end, please
Please provide me a temporary WP-admin (administrator) user 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 parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
It is table ID 3, right?
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
No problem, thank for the solution!
BTW is there a way to change the text color in a cell instead of the cell color?
Hi, Eelco
Yes. You can use conditional formatting to assign a CSS class to a specific cell as well,
then add a custom CSS that would change the style of the cell as you wish. Something like this :
To change the font colour for example you will need to add a custom class (for example customcolor) and define that class in the Custom CSS tab like this
I hope this helps, let me know if that works for you.
Thank you
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 Milos,
thanks that solved the problem perfectly! Thanks for the assistence 10/10!