Forums › Forums › Search & Filter Pro › Multiple Tags fields
Tagged: V3
- This topic has 16 replies, 2 voices, and was last updated 3 years, 11 months ago by Trevor.
-
Trevor(Private) October 27, 2020 at 10:41 am #264228
Until we modify how the range slider works, there are only two methods you can use to be able to show properties with no price:
#1 Make the price 0, as a default value, for all properties currently with no price. So, this way, none have an empty price.
#2 Have a second price field, where this field has text values, like:
No price
up to $199,999
$200,000 - $300,000
and so on, so each property has two values for price. One s the actual price, the other is the text ‘range’ label. Then use this new field for the form.
We do plan to modify the way ranges work in V3, due in a few months.
Trevor(Private) November 19, 2020 at 3:57 pm #267142The only way to do a full cache build is to click the Rebuild Cache button in the form. Most update software/functions (maybe like yours) update one posts at a time, usually in a while loop. At each loop, the Post ID should be available to the code, and that would then be used in our do_action code as a variable.
If you are somehow bulk updating values without using Post IDs, then the only method to rebuild the cache is to use the button I mentioned above. It is not available from/with code, sorry.
Trevor(Private) December 21, 2020 at 3:35 pm #270550If I understand you correctly, you want to show a field (Land Width) conditional if another field is chosen with a specific term. This type of conditionality is not possible with the current version of the plugin, but may be possible when we release V3 in a few months.
-
AuthorPosts