Trevor
Forum Replies Created
-
Trevor in reply to:
Editing query arguments(Private) February 4, 2021 at 8:01 pm #275341You can add our query to pre_get_posts like this:
function pre_get_posts_function($query) { //this would be a pre_get_posts you already have in place somewhere //then set <code>search_filter_id</code> $query->set("search_filter_id", 123); } add_action( 'pre_get_posts', array($this, 'pre_get_posts_function') );
Trevor in reply to:
Setting Up S&F Pro for one type of post only (video)(Private) February 4, 2021 at 5:46 pm #275326Search & Filter has a widget to show the form, which you can see at Appearance -> Widgets. Simply add the form widget to a sidebar, select the form to show, and enable the sidebar on the page.
Trevor in reply to:
Ajax Paging Issue after updating plugin from 2.5.1 to 2.5.4(Private) February 4, 2021 at 5:31 pm #275324This reply has been marked as private.Trevor in reply to:
Responsive Dropdowns(Private) February 4, 2021 at 5:11 pm #275321I would possibly take a different approach. See this post:
Follow the guidance there about using Select2, and then make the Dropdown fields Comboboxes. This will give mobile users, especially iOS users, a much better experience.
Trevor in reply to:
No results unless logged in(Private) February 4, 2021 at 3:44 pm #275319Thanks for letting me know. I will close this thread for now.
Trevor in reply to:
No results unless logged in(Private) February 4, 2021 at 11:32 am #275293What I think you should be doing is to create a real page in WordPress, then use Elementor to edit it. Instead, I think you went to the Theme Builder to do this?
Trevor in reply to:
Display on same page & custom search bar(Private) February 4, 2021 at 4:37 am #275285This reply has been marked as private.Trevor in reply to:
Stop Infinite scroll after a filter is applied(Private) February 4, 2021 at 4:34 am #275284Thanks for getting back to me. I will close this thread for now.
Trevor in reply to:
Filter by user meta data(Private) February 4, 2021 at 4:23 am #275283This reply has been marked as private.Trevor in reply to:
Filter by user meta data(Private) February 4, 2021 at 4:21 am #275282It does not sorry. It allows the filtering by the of the author of a post only (we use the user ID stored in the author field of the post, and we look up ONLY the user name to show in the field terms list).
-
AuthorPosts