Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi Chris,

    great to hear that you migrated!

    Yes, it’s just a minor extra replacement. Basically, #wp-table-reloaded-id-31-no-1 is now #tablepress-31:

    <script>
    jQuery( '#tablepress-31' ).find( 'tbody' ).children().addClass( function() {
      return 'month-' + jQuery(this).children().first().text().substr( 0, 2 );
    } );
    </script>

    In the “Custom CSS”, your change is enough: .wp-table-reloaded-id-31 has to be changed to .tablepress-id-31
    That should have been changed automatically during the migration already.

    Regards,
    Tobias

    Thread Starter swedishparker

    (@swedishparker)

    Awesome, thanks a lot!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure, no problem! You are very welcome!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Automatic row bg colours (WP Table Reloaded migration issue)’ is closed to new replies.