• Resolved bop1ch

    (@bop1ch)


    Hello team,

    Can you please help me finding a way to put the name of the table in a H2 tag and in the top row?

    Thank you very much in advance and have a nice day.

    Bopich

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    If you activate the “Print Table Name” checkbox on the table’s “Edit” screen, you will get the table name in a <h2> heading above the table.

    Regards,
    Tobias

    Thread Starter bop1ch

    (@bop1ch)

    Hello Tobias and thank you for your prompt reply,
    I’m sorry but I dont find the “Print Table Name” check box.
    Once in the Table page, I see the “table manipulation” field, the “table content” field, the “table information” field and the Features of the “DataTables Javascript Library” field.
    I unfortunately did not find the mentioned checkbox.
    I have to admit, I’m don’t work too much with tablepress and I maybe need little bit more details.
    Thank you very much in advance for your patience and your reply.
    Bopich

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    there should also be a “Table Options” section. Can you please check if you can find that? It might be collapsed to only its name. In that case, please click on that. If you don’t see anything with “Table Options” at all, please click the “Screen Options” tab in the upper right corner of the screen and check if the checkbox before “Table Options” is activated.

    Regards,
    Tobias

    Thread Starter bop1ch

    (@bop1ch)

    Thank you for your explanation Tobias.
    I finally found the checkbox.
    Is it possible to make the table name in H2 centered in the page once you activate the table name option?

    Once again thank you for your help.

    Bopich

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    great, that’s good to hear! Yes, centering is possible. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-table-name {
      text-align: center;
    }

    Regards,
    Tobias

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