Ross
Forum Replies Created
-
Ross Moderator in reply to:
uploading to wrong directory(Private) February 11, 2021 at 6:43 pm #275636This reply has been marked as private.Ross Moderator in reply to:
WPML Filters(Private) February 11, 2021 at 6:41 pm #275634This reply has been marked as private.Ross Moderator in reply to:
Translating Filters – Display Results are: Post Type Archive(Private) February 11, 2021 at 11:37 am #275614This reply has been marked as private.Ross Moderator in reply to:
WPML Filters(Private) February 9, 2021 at 10:57 am #275571This reply has been marked as private.Ross Moderator in reply to:
some listings not showing(Private) February 8, 2021 at 3:01 pm #275514This reply has been marked as private.Ross Moderator in reply to:
WPML Filters(Private) February 8, 2021 at 10:20 am #275508This reply has been marked as private.Ross Moderator in reply to:
WPML Filters(Private) February 8, 2021 at 9:33 am #275498This reply has been marked as private.Ross Moderator in reply to:
Translating Filters – Display Results are: Post Type Archive(Private) February 8, 2021 at 9:26 am #275495This reply has been marked as private.Ross Moderator in reply to:
some listings not showing(Private) February 6, 2021 at 10:14 am #275452Hi Wilson
Yup this change will be included in the next update, and it will show up in your dashboard when it’s released.
So now that is resolved, I think we need to back to the issue of the import process not being kept in sync with S&F results?
How are you running the import, is via CLI or wp-admin?
Thanks
Ross Moderator in reply to:
get wordpress search box search term to the Search & Filter Pro search box(Private) February 6, 2021 at 9:51 am #275448Hi Laura
The problem is that our plugin uses
?_sf_s=Search+Term
but the default search box is using?s=Search+Term
The
_sf_s
ors
is the name of the search input field used.So what you are aiming to do is change the name of this, in your default search field.
Now, depending on the theme, this could be done a number of ways, or with some, it might be very difficult to achieve.
The classic method to display a search field in a WordPress site is for the theme to use
get_search_form()
– https://developer.wordpress.org/reference/functions/get_search_form/If your theme does that, then you should have a file in the theme folder called
searchform.php
– so that would be:wp-content/themes/your-theme/searchform.php
You could modify (after copying to your child theme) the name of the input field in this file and it should work.
However, its possible your theme doesn’t do it this way, in which case you’ll need to check their docs / get in touch with them to see if it can done.
Thanks
PS, we have a new support system – this support forum is being retired, you can open tickets for priority support via your account: https://searchandfilter.com/account/support/
-
AuthorPosts