Dear Tobias, I hope your’doing well.
I’m having a weird issue on Table Press by this site of mine: https://sinclairestyle.com/web/catalog/
The search field disappeared as well as the selection arrows to sort the list by name, year etc etc. Also if I visit the site by being logged, in back ground, to the WP dashboard then everything comes back alive again.
Please find here below the CSS code I’ve added to TablePress:.tablepress tbody td,
.tablepress thead th {
word-break: normal;
word-wrap: normal;
hyphens: none;
padding: 8px 8px 8px 8px !important;
}
.tablepress thead th,
.tablepress tfoot th {
padding: 6px 10px 6px 6px !important;
background-color: #dd3333;
}
.tablepress {
table-layout: fixed;
}
.tablepress-id-2 .odd td {
background-color: #000000;
opacity: .9;
}
.tablepress-id-2 .even td {
background-color: #000000;
opacity: .9;
}
.tablepress .row-hover tr:hover td {
background-color: #00A0D7;
}
.dataTables_filter input {
color: #000000 !important;
}
Could you please help me on this issue?
Many Thanks in advance.
Justin