Problem: I have a custom post type View that includes a custom search Form. The results update with AJAX whenever a filter is changed. The results are inconsistent depending on whether I load the page or apply a filter.
Solution: Make sure the "Don't include current page in query results" checkbox is unchecked in your View's settings.
Problem:
How to order by the bbPress "freshness" field?
Solution:
The field is a hidden field, i.e. the key begins with an underscore: _bbp_last_active_time
To be able to use hidden fields in Views you must expose them at Toolset > Settings > Front-end Content, using the first section to choose which hidden fields you want to make available in the Views GUI for filtering etc.
Problem:
Prefill a select-field with a dynamic value of parent field on CRED Toolset form
Solution:
[cred_field field='@fahrzeugbuchung-pkw.child' class='form-control' output='bootstrap' select_text='Wählen Sie das Auto aus, das Sie reservieren möchten' value='[wpv-post-id]']
Problem: I would like to remove the spinner graphics from my View.
Solution: Use the Advanced settings in the Pagination area to turn off the spinner graphic. The original URL will remain in the page markup, but the image will not be loaded.