I hope I can post to an existing issue instead of opening a new one.
I have wp-table reloaded working fine for one table on my site, but another one does not give me the sort in the top row even though I have the box ticked off to do so. The other thing I noticed is the background color of the working table has a color but the nonworking table has white as the background color on the top row.
The following has been aded to the Custom CSS box in the plugin options for wp-table reloaded. It was added to change the font size, etc. This may be causing my problem, but I dont know what part. I have removed parts of this code and tested it without a fix.
.wp-table-reloaded-id-6 td {
text-align: center;
font-size: 14px;
padding: 2px;
color: #000000;
}
.wp-table-reloaded-id-6 td a:hover {
color: #fa1608;
}
.wp-table-reloaded-id-13 td {
text-align: center;
font-size: 14px;
padding: 2px;
color: #000000;
}
.wp-table-reloaded-id-13 td a:hover {
color: #fa1608;
}
.wp-table-reloaded .row-1 .column-1,
.wp-table-reloaded .row-1 .column-2,
.wp-table-reloaded .row-1 .column-3,
.wp-table-reloaded .row-1 .column-4
{
color: #000000;
font-size: 14px;
}
My site is http://www.wildandwonderfulphotography.com
The table not working is on the Library link from the top menu. Also notice the last line of the table is not aligned properly.
The table that is working is on the Article link from the top menu.
Any help will be greatly appreciated.
Kathy