Forums Forums Search & Filter Pro problem with showing Advanced custom fields in search

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #123160

    Hi,
    I have created a checkbox element with ACF and I would like to filter with this element in the search, but instead of seeing the possible values I get a weird field name (field_5979e97ba65ff), and the values are not showing!
    what am I doing wrong? it seems simple, but I must be oding somehting wrong 🙂
    I will be happy to send you login details so u can take a look.
    thanks!
    nils

    Trevor
    #123217

    Hi

    The Meta Key name for the field you chose will begin with an Underscore _. Go find the same name without the underscore, that will be the real one.

    So, not _carmodel but carmodel for example.

    Anonymous
    #123237

    Hi Trevor,
    thank you so much!! it works like charm!
    another small question: is there simple way to display the values horizontally instead of vertically?
    or only css?
    many thanks!
    nils

    Trevor
    #123326

    You would need use custom css, probably either display: inline;, display: inline-block; and/or float: left;

    Anonymous
    #123330

    ok, great! no problem, that is simple…

    thanks a lot for a great plugin!
    Nils

Viewing 5 posts - 1 through 5 (of 5 total)