• Resolved beakyboy

    (@beakyboy)


    Hi

    I’ve just migrated from WP Table R but the custom CSS that was added to the Plugin Options in WP Table doesn’t seem to have worked in the new version?

    Please can you advise?
    Also, if I want to add three more tables to the site, how do I get the Custom CSS to match across all tables? I’ve tried adding the table id no after a comma but that does not work?

    The table is here: http://compare-gap-insurance.co.uk

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

    (@tobiasbg)

    Hi,

    thanks for your question.

    Indeed, there’s no “Custom CSS” in the page. Is there CSS in the “Custom CSS” textarea on the “Plugin Options” screen? Can you click “Save changes” there again?

    Regards,
    Tobias

    Thread Starter beakyboy

    (@beakyboy)

    Yes, there’s CSS in the box!

    The checkbox Defaul CSS and Custom CSS are both checked?

    Here’s the contents…

    .wp-table-reloaded-id-1 .row-2 td {
    background-color: #F4F4F7!important;
    }

    .wp-table-reloaded-id-1 th, .wp-table-reloaded-id-1 .sorting {
    background-color: #00598D!important;
    }

    .wp-table-reloaded-id-1 .row-hover tr:hover td {
    background-color: #ff0000!important;
    }

    .wp-table-reloaded-id-1 td {
    font-family: tahoma;
    font-size: 13px;
    color: #020000!important;
    }
    .wp-table-reloaded-id-1 th {
    font-family: tahoma;
    font-size: 13px;
    color: #ffffff!important;
    }

    .wp-table-reloaded-id-1 .column-2 {
    width: 100px;
    }

    .wp-table-reloaded td, .wp-table-reloaded th {
    text-align: center;
    }

    .wp-table-reloaded-id-1 .row-hover tr:hover td {
    background-color: #83CAEA!important;
    }

    .wp-table-reloaded-id-4 td {
    font-family: tahoma;
    font-size: 13px;
    color: #020000!important;
    }

    thanks

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    this CSS is for WP-Table Reloaded. Is this the same CSS that you have in the “Custom CSS” textarea of TablePress? (And TablePress seems to be deactivated right now, correct?)

    Also, which way did you choose for the migration, direct database or WP-Table Reloaded Dump File?

    Regards,
    Tobias

    Thread Starter beakyboy

    (@beakyboy)

    I did the Dump file!

    The CSS is the same as WP Table!

    I switched it back over and it work fine in WP TR!

    I have activated the new plugin again if you want to take a look!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for that! The CSS has now been imported, but for some reason it has not been rewritten to the correct TablePress CSS classes…

    Did you have the “Import styling” checkbox checked?

    Can you maybe send me your Dump File via email? The address is in the main plugin file wp-table-reloaded.php. I will then try to find out what went wrong, and also send you the new and correct “Custom CSS”.
    Also, if possible, I’d like to take a direct look at your admin area.

    Thanks!
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom CSS’ is closed to new replies.