esiebert7625
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Table Reloaded] Exclude column from sortingHi Tobias,
I don’t see that field when I edit my table. I assume it should appear in the Data Manipulation section of the edit table form. I’m running version 1.2 of the plug-in, what am I missing?
Thanks!
Eric
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] bizarre missing columnMoved the content all down a row and deleted the row and it worked OK, not sure why that happened.
Forum: Plugins
In reply to: [Plugin: wp-table-reloaded] aligning images/text in cellsThanks, I was able to get this to work on one table but having trouble on another, it centers but does not vertically align. Here’s my code, you can see the table here: htt[://planet.vsphere-land.com
.wp-table-reloaded-id-3 .column-1 { width: 200px; } .wp-table-reloaded-id-3 .column-2 { width: 50px; } .wp-table-reloaded-id-3 .column-3 { width: 200px; } .wp-table-reloaded-id-3 .column-4 { width: 50px; } .wp-table-reloaded-id-3 .column-5 { width: 200px; } .wp-table-reloaded-id-3 .column-6 { width: 50px; } .wp-table-reloaded-id-3 .row-1 th { text-align: center!important; vertical-align: middle!important; } .wp-table-reloaded-id-3 th, .wp-table-reloaded-id-1 .sorting { background-color: #ffffbb!important; } .wp-table-reloaded-id-3 td { font-family: Arial; font-size: 11px; color: #000000; } .wp-table-reloaded-id-3 td { padding: 1px!important; } .wp-table-reloaded-id-3 .column-2 { text-align: center!important; vertical-align: middle!important; }
Forum: Plugins
In reply to: Header color/fontsthat did the trick, thanks for the quick response!
for the 2nd solution though I had to do:
.wp-table-reloaded-id-1 .row-1 th {
background-color: #ffff77!important;
}(th instead of td)
Is there a way to change the background on a whole column also? I tried this and it didn’t work:
.wp-table-reloaded-id-1 .column-1 td {
background-color: #ffff77!important;
}Forum: Plugins
In reply to: Header color/fontsI can get it to work if I do the following:
.wp-table-reloaded-id-1 .row-1 .column-1 {
background-color: #ffff77;
}
.wp-table-reloaded-id-1 .row-1 .column-2 {
background-color: #ffff77;
}Can I apply a background color to a whole row rather than having a line for each column?
Forum: Plugins
In reply to: Header color/fontsHere’s the site I am trying to do this on: https://planet.vsphere-land.com/