Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Can it do conditonal logic?Sure, check the demo and observe how Genres and film certificates react when the other one is updated.
http://demo.designsandcode.com/sfpro-movie-reviews/
Thanks
Hey there
It sounds like you have something in your setup checking to see if a search term is set, and if it is, changing the post type to something like posts or pages.
Check any custom code or
pre_get_postsfilters and other plugins you have installed to see if there are interfering.Thanks
Forum: Plugins
In reply to: [Search & Filter] Conditional Logic & Chosen for MobileYup, if you check the demo you will see it in action:
Forum: Plugins
In reply to: [Search & Filter] Problem with fatal errorHey there, you have are referring to the pro plugin.
Please open a ticket here – https://www.designsandcode.com/forums/forum/search-filter-pro/support/
We have resolved this issue so you should have no issues if you open a ticket with us 🙂
Thanks
Forum: Plugins
In reply to: [Search & Filter] The plugin works only when I've logged in WordPress panelHi there
Are you still experiencing this issue?
It seems like something in your setup is modifying the queries based on whether a user is logged in – S&F doesn’t do anything like this so its something external being greedy with filtering queries in WP, and also adding this strange condition to S&F.
Try disabling plugins and custom code to see if you can isolate the issue.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Questions about your pluginHi there
A lot of functionality you require is only available in pro, so the below answers are for the Pro plugin only.
To answer your questions:
1) I don’t understand this fully, custom fields cannot have sub categories – but using multiple taxonomies to display data is supported, you can get an effect like you mention – change genres and see how certificates updates – http://demo.designsandcode.com/sfpro-movie-reviews/
It is not possible to make a field compulsory yet – however, if you know jQuery, you could do this.
2) Not directly – I think you would need to create a new field, that adds together children and adults, and stores this as one number – then you could build a min/max for this field.
3) If you are comfortable with working with WP & PHP templates you could do this https://www.designsandcode.com/documentation/search-filter-pro/accessing-search-data/
4) Yes, you can wait for user to submit the form before loading the results page.
5) Yes this is correct, you can choose the slug of your results page, or run it off an existing page in WP – so then it would take the URL of the WP page.
6) Yup, S&F pro allows you to sort the results by 2 options – so this could be by two custom fields.
Thanks
Forum: Plugins
In reply to: [Search & Filter] custom fields date range searchHey there
Date range for custom fields is supported only in the Pro plugin.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Display all my resultI’m afraid not, you must link directly to your results page, instead of a custom page with shortcode – so probably you will have to link to:
yoursite.com/search/
and then you would need to make customisations in your search template – probably
search.phpbut this depends on your theme.Thanks
Forum: Plugins
In reply to: [Search & Filter] Searching the PostPlease see the first example:
http://docs.designsandcode.com/search-filter/#examples
simply do not include category and tag fields and this is default behavior.
Thanks
Forum: Plugins
In reply to: [Search & Filter] fields for custom categoriesI’m afraid not, you can only use the category field once – http://docs.designsandcode.com/search-filter/#options – you may enable the hierarchical option for your fields though
Thanks
Forum: Plugins
In reply to: [Search & Filter] errorHey there that is odd, do you have terms for both “categories” and “tags”?
Thanks
Forum: Plugins
In reply to: [Search & Filter] remove "all" in first selectionHey there, its not an option, but you can use jQuery http://stackoverflow.com/questions/26785655/hide-first-option-in-select
Thanks
Forum: Plugins
In reply to: [Search & Filter] Set Filter to Limited TagsHey sethro, you have include/exclude options in the pro plugin – I’m afraid this is not yet available in free.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Problem with permalinksThanks for the update!
Forum: Plugins
In reply to: [Search & Filter] I Want Empty Result page before FilteringIts not a feature but fairly straight forward to replicate logic wise.
Create a custom page, with only the search form and no results – just a blank page in WordPress with the search form.
When the user presses submit they will be taken to the search result.
Thanks