Support » Plugin: TablePress - Tables in WordPress made easy » Widths problem when I use columnfilter

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I could imagine that your theme sets an equal width to all textfields, and therefore the textfields in the footer row get the same width, and that again forces an equal width on the first row.

    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 precious75

    (@precious75)

    I am writing to you following pages:

    without plugin:
    http://test.attiliodituri.com/?page_id=10

    with plugin:
    http://test.attiliodituri.com/?page_id=5

    I am looking forward to your help. Thanks!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for that. To change that, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress .filter_column input {
      width: 100%;
    }

    Regards,
    Tobias

    Thread Starter precious75

    (@precious75)

    You’re a big one. It works perfectly.

    I have one other small problem. If I would be
    able to help me yet. I would like to add the symbol “&rarr” to pagination (prev end next). How can I do? I tried with the file lang-it_IT.jso but it does not work.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

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

    Regarding the pagination arrows: That’s a little bit tricky, as those are not images or anything, but characters in an icon font.
    Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .paginate_disabled_previous:before,
    .paginate_enabled_previous:before {
      content: "\2190";
    }
    .paginate_disabled_next:after,
    .paginate_enabled_next:after {
      content: "\2192";
    }

    Regards,
    Tobias

    Thread Starter precious75

    (@precious75)

    It works perfectly. Thank you!

    Plugin Author TobiasBg

    (@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 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Widths problem when I use columnfilter’ is closed to new replies.