• Resolved Dar Vedra

    (@dar-vedra)


    Hi Tobias,

    I have various tables to creat eon my website.

    As almost all the tables will have the same formating, I’d like to create a Css class and add all the formating in it.

    For the moment, I couldn’t get it right, I checked the checkbox in the edit panel, put all my formating with the name .tablepress-standard table {my formating}, and written standard (the name of my class) in the class box for each table. But it doesn’t work…

    Any advice?

    Best Regards,

    Guillaume

    http://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi Guillaume,

    thanks for your question, and sorry for the trouble.

    So, you created an “Extra CSS class” tablepress-standard and added that to the “Extra CSS class” field for every table?
    And then you added some CSS code that uses that CSS class to the “Custom CSS” textarea on the “Plugin Options” screen?
    That is the correct procedure.

    Now, you mention something like .tablepress-standard table. That would be incorrect, as .tablepress-standard already is a table element. Please try again with e.g.

    .tablepress-standard td {
      color: #ff0000;
    }

    If that does not help, please post a link to the page with the table. Thanks!

    Regards,
    Tobias

    in search of the table is not case sensitive and if I do not put accents on search I like I put the record on the CSS case sensitive

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Darwina,

    thanks for your post.
    To be honest though, I don’t understand at all. You seem to be having problems with case sensitive search, right? Unfortunately, there’s nothing I can do here, as that is done by an external library and not be TablePress directly. Sorry!

    Regards,
    Tobias

    you speak Spanish

    the table lookup is not case sensitive and if I do not put accents search to find a record will not work.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no, sorry, I don’t speak Spanish (at least not good enough for a conversion here 🙁 ).

    Ok, can you please post a link to the page with the table, and give me some examples that do not work?

    Regards,
    Tobias

    the table lookup is not case sensitive and if I do not put accents search to find a record will not work.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    yes, I think I understand, but I would like to see it. Please post a link/URL to the page with the table and give me some examples of words that don’t work. Thanks!

    Regards,
    Tobias

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link!

    For me, upper/lower case does not make a difference, they work fine.
    However, the problem the accents is there, and as I said above, there’s nothing I can do about this 🙁 Sorry. This is simply a limitation of the DataTables JavaScript library that TablePress uses here.

    Regards,
    Tobias

    Thanks

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem. Sorry that I didn’t have better news…

    Regards,
    Tobias

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

The topic ‘CSS Class’ is closed to new replies.