Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Drop Down CategoriesForum: Plugins
In reply to: [Search & Filter] VERSION PRO.Hey Mateus
Not really – but you could create new custom taxonomies for each different field, which sounds like a more semantic approach anyway – check the restrictions and how to create new fields here:
Its really quite simple to add custom taxonomies for new fields.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Two questionsJust don’t include
searchin the fields list:http://docs.designsandcode.com/search-filter/#how-to-use
Thanks
Forum: Plugins
In reply to: [Search & Filter] Problem with TaxonomiesHmmm you might be getting an error because you have not setup the labels properly.
Try passing a label argument to it with more complete labels – such as:
$labels = array( 'name' => __( 'Doc Categories', 'documentation-post-type' ), 'singular_name' => __( 'Doc Category', 'documentation-post-type' ), 'menu_name' => __( 'Doc Categories', 'documentation-post-type' ), 'edit_item' => __( 'Edit Doc Category', 'documentation-post-type' ), 'update_item' => __( 'Update Doc Category', 'documentation-post-type' ), 'add_new_item' => __( 'Add New Doc Category', 'documentation-post-type' ), 'new_item_name' => __( 'New Doc Category Name', 'documentation-post-type' ), 'parent_item' => __( 'Parent Doc Category', 'documentation-post-type' ), 'parent_item_colon' => __( 'Parent Doc Category:', 'documentation-post-type' ), 'all_items' => __( 'All Doc Categories', 'documentation-post-type' ), 'search_items' => __( 'Search Doc Categories', 'documentation-post-type' ), 'popular_items' => __( 'Popular Doc Categories', 'documentation-post-type' ), 'separate_items_with_commas' => __( 'Separate doc categories with commas', 'documentation-post-type' ), 'add_or_remove_items' => __( 'Add or remove doc categories', 'documentation-post-type' ), 'choose_from_most_used' => __( 'Choose from the most used doc categories', 'documentation-post-type' ), 'not_found' => __( 'No doc categories found.', 'documentation-post-type' ), );Thanks
Forum: Plugins
In reply to: [Search & Filter] Show Count Tag and Number of resultsCheck the docs here:
http://docs.designsandcode.com/search-filter/#options
and look for the argument
show_count– this will show the counts.If you want to have dynamic counts – where these update depending on what a user has selected then this has just been released in the pro plugin –
ie – if I select an option in one field, the counts in all the other fields will update to reflect the number of available options I have.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Plugin not using taxonomy slug after updateHi all thanks for your patience – the new update has this fix in it.
Thanks @iohannis – I modified your code slightly but that was spot on.
Thanks
RossForum: Reviews
In reply to: [Search & Filter] The pro version does the jobHi there, thanks for the review
I totally get where you are coming from but its not all as bad as it seems 😉
A while back I decided to make a Pro plugin, with more feature etc – when I did this, I rewrote the whole plugin from scratch.
I see what you mean about the disparity between the two – however, one thing I’ve planned to do once 2.0 (pro) is out of the door, is back format this and simplify it for the free version, and release 2.0 of S&F Free – based on the pro plugin – so its coming – and the gap will close – but its just a matter of time – as you can see from the sticky at the top of the forums:
https://ww.wp.xz.cn/support/topic/no-support-89
Thanks for your feedback and hope you would consider changing your review.
~ Ross
Forum: Plugins
In reply to: [Search & Filter] Wrong taxonomy slug in URLHi Oliver
Thanks for this, a few users have noted it – I’m on holiday until next week when I will get this fixed.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Not showing taxonomy field, getting large grey areaHmm that is odd -you should be able to place them anywhere.
In WP, if you are using a shortcode in a them file or PHP – you should use the
do_shortcodefunction around it.Thanks
There is a known bug in some environments – I’m currently on holiday but will upload a fix next week – hopefully this will resolve your issue.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search and Filter plugin with qtranslateHi Markus
I believe other users’ have got it working with qtranslate but haven’t tested myself.
This might be related to a slug issue that was introduced in the last version which I’m hoping to patch soon.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Does Pro search Multi-site?Not yet!
But its an idea I’ve been toying with – and some recent updates mean its even more likely – but as of yet, no timelines.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Provide Price Ranging FunctiolityPrice is a custom field which is not supported in free.
The Pro version will allow this 🙂
Thanks
Forum: Plugins
In reply to: [Search & Filter] giving a broken link for a search termHey all, sorry yes, its not been patched yet – just too little time, this is a high priority though, plus I found some other issues I need to patch – looking at this weekend at the latest.
For now all having the issue are recommended to use the previous version as per
tristanofallsrecommendation.Thanks
Hey Nathalie
This is some kind of customisation I can’t really support (too busy atm) – I don’t think that much has changed, I’m sure the line number would have changed thats all, try to do a search in the file for
$this->urlparams .= "?s=";and see if its just simply moved lines due to there being more code?
Thanks