Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Input Type: only "range slider" availableHey robbonj
Can you check the site is still offline?? http://www.designsandcode.com/
That is alarming to say the least :/
I’m hoping its back up and was a blip for some strange reason..
Thanks
Forum: Plugins
In reply to: [Search & Filter] Multiple Taxonomies CheckboxNo problem 🙂 to be honest it should always show all terms, but it seems to do with hierarchical so will look in to it..
Feel free to leave us a rating by way of supporting the plugin 🙂
Forum: Plugins
In reply to: [Search & Filter] Problem when unchecking checkboxesHey CroiSciento, there is an options to direct the user to a page when there is a blank search but it considers the post type in the URL to not be a blank search.
I’ll do an update which fixes this and then you can use the param
empty_search_urlfor the redirect – see the docs: http://docs.designsandcode.com/search-filter/#optionsThanks
Forum: Plugins
In reply to: [Search & Filter] Multiple Taxonomies CheckboxHey Solasido
That sounds very strange, I’m not getting those problems here…
Try setting the second taxonomy to hierarchial too and see if that changes anything? (theres an extra “,1” for hierarchical)
<?php echo do_shortcode('[searchandfilter taxonomies="taxonomy1,taxonomy2" types="checkbox,checkbox" post_types="post_type" hierarchical="1,1"]'); ?>Thanks
Forum: Plugins
In reply to: [Search & Filter] Problem when unchecking checkboxesHey CroiSciento
This is not technically possible… because you use a custom post type, when you submit the form – even with all the tickboxes unticked, a user (and the plugin) still expects that you wish to do a search for a custom post type… Which is why you get the URL you mention…. It is a search results page – and you performed a search….
Let me have a think about this and get back to you – but I can’t think of any easy way to implement this…
Thanks
Forum: Plugins
In reply to: [Search & Filter] No results shown after submitHey Niels, I will try to take a look today 🙂
Forum: Plugins
In reply to: [Search & Filter] Filtering without submit button?Hey cambridgesca, this is a problem I discovered not so long ago with PHP 5.3 users and below… basically there is a function that does not exist…
Add this to your functions.php file and it should work –
if (!function_exists('array_replace')) { function array_replace() { $array=array(); $n=func_num_args(); while ($n-- >0) { $array+=func_get_arg($n); } return $array; } }I will include this in the next update
Forum: Plugins
In reply to: [Search & Filter] Hide terms dynamicallyHey whoaloic
Unfortunately this is not possible however I am working on adding this in to the pro version of the plugin (hopefully in the next week) http://www.designsandcode.com/wordpress-plugins/search-filter-pro/
Thanks
RossForum: Plugins
In reply to: [Search & Filter] post title rather than post?Hey r78o1k
The search results is displayed using a template from your theme, so you must find out which template is being used and edit this.
Looking at your site I think this will be
category.php…In here you will find some code:
the_content();Remove this line to leave only the heading 🙂
Getting this error too..
Basically only happens when the sitemap is empty – in my case it was for a custom taxonomy…
I guess the way the mark-up is generated is dependant on there being at least 1 results…. My work around as above was applying the taxonomy arbitrarily to a post.
Forum: Plugins
In reply to: [Search & Filter] Results Order and User ChoiceGreat suggestion.. and it’s already available in the pro version 😉
http://demo.designsandcode.com/sfpro-woo-mystile/product-search/
Forum: Plugins
In reply to: [Search & Filter] multi select with wp_list_categoriesAh ok then I do not think that is possible…
A multiselect cannot be a dropdown without some clever Javascript and there is no option in this for wp_list_categories – I didn’t think about adding this in before but I can see that it would be useful, maybe I will add a field type of list in an update soon 🙂
Thanks
Forum: Plugins
In reply to: [Search & Filter] multi select with wp_list_categoriesHey egh9
Did you check the docs?
http://docs.designsandcode.com/search-filter/#example-6
This should give you an idea of how to do it… but instead change the field type to multiselect –
[searchandfilter fields="search,category,post_tag" types=",multiselect,multiselect" headings=",Categories,Tags"]Does that make sense?
You must have the category field included in this list so that when a user submits the search they will stay in the same category…
🙂
Forum: Plugins
In reply to: [Search & Filter] Operator and User ChoiceNo problem 🙂
I considered adding this a long time ago but it could be very tricky especially with how to implement in the shortcode… Will have a think on it.
Thanks for the review!
Forum: Plugins
In reply to: [Search & Filter] Operator and User ChoiceHey X-Raym thanks for the kind words 🙂
RE the operator, unfortunately this is not user selectable..
Would be great if you could leave a review by way of supporting the plug!
Thanks