Forum Replies Created

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter esiebert7625

    (@esiebert7625)

    Hi 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

    Thread Starter esiebert7625

    (@esiebert7625)

    Moved the content all down a row and deleted the row and it worked OK, not sure why that happened.

    Thread Starter esiebert7625

    (@esiebert7625)

    Thanks, 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/fonts
    Thread Starter esiebert7625

    (@esiebert7625)

    that 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/fonts
    Thread Starter esiebert7625

    (@esiebert7625)

    I 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/fonts
    Thread Starter esiebert7625

    (@esiebert7625)

    Here’s the site I am trying to do this on: https://planet.vsphere-land.com/

Viewing 6 replies - 16 through 21 (of 21 total)