• Resolved normski52

    (@normski52)


    Hello.

    I have been using tablepress for a couple of years without any problems. Today, however, after updating Firefox to 52.0.1 (64-bit) the table is no longer visible on my mac.

    Any advice gratefully received!

    Normski

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I have not seen similar reports and everything works for me with Firefox 52.0.1 on my Mac.
    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter normski52

    (@normski52)

    You won’t be able to see the table as it is invisible. I have discovered that the problem comes from the fact that I have added the following css commands. If I remove them the form works (but not as I would like it)

    .tablepress-id-13 .column-1 {
    padding: 4px;
    }

    .tablepress-id-13 .column-3 {
    padding: 4px;
    }

    .tablepress-id-13 tbody td {
    font-family: Tahoma;
    font-size: 12px;
    color: #0000;
    }

    .tablepress-id-13 .column-2 {
    padding: 4px;
    }

    .tablepress-id-13 .column-1 {
    padding: 4px;
    }

    .tablepress-id-13 .column-2 {
    padding: 4px;
    }

    .tablepress-id-13 .column-3 {
    padding: 4px;
    }

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    the CSS command
    color: #0000;
    is invalid there. Please change that to
    color: #000000;

    Does that make a difference?

    Regards,
    Tobias

    Thread Starter normski52

    (@normski52)

    Hello again.

    It is specifically this piece of ccs which causes the problem:

    .tablepress-id-13 tbody td {
    font-family: Tahoma;
    font-size: 12px;
    color: #0000;
    }

    Thread Starter normski52

    (@normski52)

    That worked! Thank you very much, Tobias.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

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

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Table not visible’ is closed to new replies.