• Resolved ricmo

    (@ricmo)


    Hello Tobias,

    I’w writing because for some reason the ColumnFilterWidget is no longer working (it did for months). I just noticed this by chance on this post:
    http://www.macgamerhq.com/guides/best-mac-games/

    You will notice 2 tables in which the Filters appear but when applied, nothing gets filter.

    Any idea what could have broke this?

    Thank you in advance!

    Ric

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter ricmo

    (@ricmo)

    Also, I forgot to ask, any way to center the ColumnFilterWidget in the page? Currently, it’s aligned left.

    Thanks:

    Thread Starter ricmo

    (@ricmo)

    Anyone knows what I could do with this issue?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For the ColumnFilterWidgets to work, you will have to enable the “Search” checkbox on the table’s “Edit” screen, as that brings the required functionality.
    You can then hide the search field again using “Custom CSS” code, like

    #tablepress-123_filter {
      display: none;
    }

    Regards,
    Tobias

    Thread Starter ricmo

    (@ricmo)

    Very helpful, thanks a lot!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

    Thread Starter ricmo

    (@ricmo)

    By the way Tobias, is there any way to center the ColumnFilterWidget in the page? Currently, it’s aligned left.

    Thanks!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    you could try setting a width manually and then center it, via CSS:

    #tablepress-123_wrapper .column-filter-widgets
      width: 750px;
      margin: 0 auto;
    }

    (where 123 is the table ID).

    Regards,
    Tobias

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

The topic ‘ColumnFilterWidget no longer working’ is closed to new replies.