Forums › Forums › Search & Filter Pro › Drop down search box brings a field code instead of the values of the field
- This topic has 5 replies, 2 voices, and was last updated 7 years ago by
Anonymous.
-
Anonymous(Private) March 12, 2019 at 10:41 pm #204953
When I press the drop down search I get the field code of the ACF instead of the values, for example “field_5b1a154de07e5”.
I’m using a shortcode inside Elementor.
I have rebuilt the search form cache and it is updated.
It was working in the past, but something happened today.
Using:
Search&Filter Pro v2.4.6
ACF Pro v5.7.13
WordPress 5.1
Elementor Pro 2.4.8
Theme OceanWP v 1.6.4Trevor(Private) March 13, 2019 at 10:11 am #204976With regard to ACF and ACF Pro, you need to make sure you have the correct meta key name. Note a ‘gotcha’ with ACF ….
… it makes 3 meta keys per field, like this:
#1
_suburb
#2field_5c1e1ebf30ae7
#3suburbYou need to use key #3, without the underscore at the start of the key name. If you choose #1 by mistake, in the field choices you will see the name of #2. For range sliders, it is not obvious when this mistake has been made.
-
AuthorPosts