Forums › Forums › Search & Filter Pro › Results not displaying until a selection is made
Tagged: empty results
- This topic has 31 replies, 3 voices, and was last updated 6 years, 4 months ago by
Trevor.
-
Trevor(Private) November 19, 2019 at 3:34 pm #227013
In selecting the Meta Key name, note a ‘gotcha’ with ACF ….
… it makes 3 meta keys per field, like this (in this example for a field named ‘Sector’):
#1
_sector
#2field_5dd2af0078f2f
#3sectorIn our Post Meta form object Meta Key selection list, you 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.
Trevor(Private) November 21, 2019 at 7:44 pm #227264I am checking the code for index.php
There appears to be an error on line 70, where there is an ending
</div>and this section be an ending</section>:https://www.screencast.com/t/UPF5vvvZpF
I will fix this now. I then added this new line to the index.php file:
https://www.screencast.com/t/ZPDdQX7iN6O7
Can you test that?
Trevor(Private) November 22, 2019 at 3:35 pm #227401The issue is almost certainly with the theme template files. There is a lot of logic in there what to show and what not to show. You would need to ask the theme author how to stop it from restricting the index page to just events, which is what their code is trying to do.
-
AuthorPosts