Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Show all results in a taxonomy and custom URLHey there
I think both things you are looking for are found in the pro plugin.
In pro, you can define the relationship between fields, so you would set an “OR” relationship to find results that matched any of the fields.
In S&F free, you do not get to choose your results URL, the URL is based up on your selections and search criteria.
In pro, you get to create filters/results anywhere, on any page, so creating the Result URL you want should be easy.
Thanks
Hey there
Unfortunately it does not – combined with Relevanssi (https://ww.wp.xz.cn/plugins/relevanssi/) it will search inside the comments on posts, but search results are always posts.
Thanks
Thanks for the suggestion, its on its way 🙂
Forum: Plugins
In reply to: [Search & Filter] not giving result for single searchHey there – I don’t think you can use
has_archive– it is not for taxonomies.Either way, it seems you are not creating taxonomies correctly, or there is some issue in your environment.
As a test, first disable Search & Filter.
Now, when you access this:
http://fortytravels.com/prices/150/You should see some results. But, something in your setup is wrong, so you do not see results – this is not a problem with S&F, but a problem with your taxonomies.
It could be the
rewriteoption too variable – I’m not sure –Use the example here:
https://codex.ww.wp.xz.cn/Function_Reference/register_taxonomy#Example
And do some debugging to find out whats wrong.
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] IE 11Ah yes this is a new feature of WP.
Any
<a href="">it finds, it will give the pencil icon to edit the link.This causes an error with S&F combined.
There will be a fix for this in the next release 🙂
For now, just make sure to double click the button to edit it instead of using the pencil/edit icon.
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Can you set a CSS class or id on the buttonNot yet 😉 We are working on a pretty big revamp and hope to add this feature in the next main release
Thanks
Forum: Plugins
In reply to: [Search & Filter] not giving result for single searchsorry archive is not for taxonomies, only for custom post types.
So you just need public -> true
I do not see that in the code you pasted above:
https://codex.ww.wp.xz.cn/Function_Reference/register_taxonomy
Forum: Plugins
In reply to: [Search & Filter] not giving result for single searchYes, the last 2 taxonomies have an issue, maybe they are not set to have archive and public? These two options need to be set to true.
Also, for the last 2 (duration & price), I see you are using uppercase letters in the taxonomy name / slug (not label) – this may also cause some issue.
This URL should work with or without S&F:
http://fortytravels.com/prices/150/
But it does not – which means the prices taxonomy is not setup correctly.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Update pluginIt should be compatibly, we have many many users’ with this configuration already.
What seems to be the issue?
Thanks
Forum: Plugins
In reply to: [Search & Filter] problem! search by date rangeHmmm I think when you add
?s=to the URL it begins to work?In this case check the docs for the option
add_search_param🙂http://docs.designsandcode.com/search-filter/#options
Thanks
Forum: Plugins
In reply to: [Search & Filter] Exclude 'all' option?Hey Bob
This is available in pro – there is a filter for hte fields, so you can simply remove this option from those fields you do not wish to have it.
In free its also *possible* but a bit more hacky, you would remove the item with CSS & JS.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Compatibility fix with GTranslateHey Edvard
Many thanks fore this.
I’m guessing this is to add compatibility with Pro?
It is very rare I will add other plugin specific code in to the core code, however, I will setup a filter for the
$resultsobject, so any users’ wishing to use both plugins together will need to add some simply PHP to theirfunctions.phpfor example.Sound good?
I’ll let you know when its implemented.
Thanks
Are you using a filter for “region”
It looks like the URLs are exactly the same except for:
region=accomodation?Thanks
Forum: Plugins
In reply to: [Search & Filter] Add form id?Hey there
Yeah we will be adding something similar in an update – we are currently working on a large update though so you might not see it until that release.
Thanks
Check out the option
hide_empty, try disabling this for your fields – more info in the docs:http://docs.designsandcode.com/search-filter/#options
Thanks