Support » Plugin: TablePress - Tables in WordPress made easy » table press repositioning search button and results

  • Resolved Kyron

    (@kyron)


    I’ve been looking for answers in the thread, but couldn’t find any that help me with this…
    I have two questions:
    Right now, my search function is on the right above the table
    (http://www.heelhulpje.nl/?page_id=1001). But people told me that it’s much more visible when it would be on the left side. How do I change this position?

    I also wonder if it is possible to show the amount of results of their search. Now, there are 5 visible results per page. But it doesn’t show how many results there are in total Like, for example: ‘5 of of 23 practitioners’ or: ‘results page 1 of 5’. Is that possible? It would really help my users 🙂

    Thank you!
    Nathalie

    https://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi Nathalie,

    thanks for your question, and sorry for the trouble.

    For the search field, just add something like this to the “Custom CSS” textarea on the “Plugin Options” screen:

    .dataTables_filter {
      float: left;
    }

    For that information about the search results, just re-enable the “Table Info” checkbox on the table’s “Edit” screen.

    Regards,
    Tobias

    Thread Starter Kyron

    (@kyron)

    Hi,
    Thank you so much!! Haha, funny that I myself had deselected that information option…

    Last one…(for now!): how do I make the writing space in the text box next to ‘Zoeken:’ more clearly visible? Right now, some people think that ‘Zoeken:’ is just a header for the table under it 🙂

    Thanks!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I suggest to add a border around it. Right now, your theme is removing all borders around all text fields. You could use e.g.

    .dataTables_wrapper label input {
      border: 1px solid #cccccc;
    }

    Regards,
    Tobias

    Thread Starter Kyron

    (@kyron)

    Hi Tobias,

    Ah I see, thank you!

    Those were all my questions for now 🙂

    Thanks so much for you kind support!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure, no problem! 🙂

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘table press repositioning search button and results’ is closed to new replies.