Hi,
thanks for your post, and sorry for the trouble.
I have not seen similar reports and everything works for me with Firefox 52.0.1 on my Mac.
Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
You won’t be able to see the table as it is invisible. I have discovered that the problem comes from the fact that I have added the following css commands. If I remove them the form works (but not as I would like it)
.tablepress-id-13 .column-1 {
padding: 4px;
}
.tablepress-id-13 .column-3 {
padding: 4px;
}
.tablepress-id-13 tbody td {
font-family: Tahoma;
font-size: 12px;
color: #0000;
}
.tablepress-id-13 .column-2 {
padding: 4px;
}
.tablepress-id-13 .column-1 {
padding: 4px;
}
.tablepress-id-13 .column-2 {
padding: 4px;
}
.tablepress-id-13 .column-3 {
padding: 4px;
}
Hi,
the CSS command
color: #0000;
is invalid there. Please change that to
color: #000000;
Does that make a difference?
Regards,
Tobias
Hello again.
It is specifically this piece of ccs which causes the problem:
.tablepress-id-13 tbody td {
font-family: Tahoma;
font-size: 12px;
color: #0000;
}
That worked! Thank you very much, Tobias.
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!