• Resolved tdammon

    (@tdammon)


    Hi,

    I am getting the following accessibility error when using this plugin,

    Non-empty <td> elements in larger <table> must have an associated table header

    If I am understanding correctly, both the first row and first column need to be labelled as <th> elements. I have already checked the box to make the first row a table header. Please help me fix this issue.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    I’m not really sure about why you are getting this, but turning the first column into <th> elements is indeed possible. For that, add the parameter first_column_th=true to your Shortcode, like

    [table id=1 first_column_th=true /]

    (You might have to check the styling of the first column then.)

    Another optimization: It seems that the “Table Features for Site Visitors” are enabled, but all turned off via the individual checkboxes. I therefore recommend to also turn off the “Enable Visitor features” checkbox in that section, on the table’s “Edit” screen.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Non-empty elements in larger must have an associated table header’ is closed to new replies.