Hi,
Just instaleld. Still seeing this notice on the backend.
Notice: has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead.
Would be great to get a snippet to fix this or a plugin update. Thanks.
Hi
Hi
Had the same issue, could not control column width with custom CSS
Workround as follows:
1. Uncheck setting: The first row of the table is the table header
2. Add the following CSS as custom CSS in Plugin Options to get table header look for the first row
.tablepress tr.row-1.odd td {
background: #c0def9 !important;
}