I'm now developing the form and included the "Countries-Contacts" relationship field. The problem is that in front-end the dropdown only shows 10 countries (and not in alphabetic order). How can I have a dropdown to show all 211 countries I have?
Solution:
You can try the cred_select2_ajax_get_potential_relationship_parents_query_limit filter hook, like this:
Problem: I have a custom search WP Archive for a taxonomy that uses custom search. I have set the search feature to display only those options that would produce results. If I select one option, the options update as expected, but when the page loads all options are displayed. I have included other Views on the page.
Solution: In this case, it seems that omitting the filters from other Views included on the page is responsible for producing the problem in the archive filters. The filters were omitted by removing the wpv-filter-meta-html shortcode in the Output Editor. Replace the filter shortcode in the Output Editor of the other Views to solve the problem: