Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] How to change url redirect after search is completeHey Jason
Does this mean no searches are working? – with the plugin you cannot really control the URLs used for results because it uses the WP archive URLs for filtering posts.
Thanks
Forum: Plugins
In reply to: [Search & Filter] I want to change search urlI’m afraid thats not an option in the plugin at the moment.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Ajax searchThis is an option in the Pro plugin 🙂
However if you know some JS, you could create an autosubmit quite easily (not ajax) – http://stackoverflow.com/a/3949227/459359
Thanks
Forum: Plugins
In reply to: [Search & Filter] Same category for different CPTHave you tried restricting the post types in the search forms?
http://docs.designsandcode.com/search-filter/#options
[searchandfilter post_types="post,page"]It sounds like the query is being modified by your theme, that bit of code might just get around it.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Kill 2 birds: use S&F also as recent posts plugin?S&F free will not work like this – however with Pro you could create something like this.
This is because S&F free uses WP urls to perform searches – and because of this you are limited really to only one instance of search results.
However with pro, you can create multiple results pages and achieve something like this.
Thank
Forum: Plugins
In reply to: [Search & Filter] Filter Huge List?Hey there
Sure S&F free would probably do the job.
S&F works with all kinds of data, but to work with what you describe you would need a data structure similar to the following:
1. A custom post type for Business Partners (this could be any post type, but its best to create new ones for specific purposes in your site)
2. The attributes such as Zone/Region will need to be a custom taxonomy (they are really easy to create, work the same as WP tags & categories) and you will need to add the value for the zone/region manually to each business.
Thats about it – then you can use S&F to create a dropdown based on the zone/region taxonomy.
You *could* also have zone/region as a custom field, in which case you would need to get Pro – as Pro supports custom fields.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Custom results pageThis is available in pro – you can create specific pages and place your results using a shortcode on those pages.
With the free version, S&F uses the URLs to generate the results pages – so you will usually find yourself looking at taxonomy archives of the search page.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Number of Allowable Items in Each CategoryHey there – there is no such limit in the plugin.
Do you mean you are limited to add options to your categories, or the search form only shows 11 of them?
If it is the former, then this is something not influenced by S&F at all – disable S&F and you will see it is coming from something else in your setup.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Images instead of text oprionsI’m afraid not – I’ll be adding this as a feature to the Pro plugin in the not too distant future.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search & Filter Plugin not working anymoreHi all
I’ve checked and tested a few times – I can’t recreate the issues with latest S&F + WP 4.5.2.
I guess not all users are experiencing this issue as there would be more tickets about this, but there must be something in common.
Can you (all) show me what shortcode you are trying to use and which theme (can you test with a default theme also?) – and if possible a link to see the problem would be fantastic – if you want to send links privately please use my contact form here –
http://designsandcode.com/contactOnce I get more info back I will be looking for a fix immediately.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search & Filter Plugin not working anymoreHey all
My tests on 4.5 have been fine – I’ll have a look into this tomorrow and see if I can recreate your issues (and get a fix ready)
Thanks
Forum: Plugins
In reply to: [Search & Filter] Display searched taxonomy names on results pageAh you might be right, actually I think its in the query object,
global $wp_query; var_dump($wp_query->query);🙂
Hey there
I’m looking at this tomorrow and will push an update once I find the problem.
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] CSS IssueHey Rik
I’m looking at this tomorrow and will push an update once I find the problem.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Exclude single categories of a radio button filterHi again
You can hide various options in your taxonomy fields in pro, is this what you are looking for? In this case its possible.
I’m not fully sure what this means:
It would also be great to rewrite post in the front-end. Is that possible in the pro Version
Thanks