Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] post_types URL parameter issueHey Martin
Thanks for your code – it is indeed by design default, and the code you supplied (without checking) fits your specific use case – which some other users will also be experiencing – so thanks for that.
I did not want to make the plugin do too much in this regard as I see it as more of a theme issue than plugin – you can set your theme up to load different templates depending on things like the url and I didn’t want to break any sites already using the plugin.
Thanks for this anyway – I will have a good look through and see if its something I could include in the plugin 😀
Best
RossForum: Plugins
In reply to: [Search & Filter] Search & Filter in Widget bar of Responsive theme designHey Mark
This plugin is not intended to offer any styling to the search form – so it will likely not automatically work with a responsive theme without some work from a developer.
It is nearly impossible to automate this from within the plugin anyway, as it completely depends on an individual theme and how that is set up – the above were suggestions to hohisse which seemed to have worked for him but will require you to do a little testing.
What might help you is if you place the plugin inside a widget area – try this and see – there is some styling in the CSS that will help with vertical layouts and by default widget areas are vertical areas of a site…
Thanks
Forum: Plugins
In reply to: [Search & Filter] Category DropdownHey there seanocaside21, unfortunately this is not possible unless you want to go in and edit the plugin yourself…
I’ll make sure to include this in a future update 🙂
Yup if you hide it with JS or something I think that should work fine 🙂 (not completely ideal I know)
Forum: Plugins
In reply to: [Search & Filter] Multiple TagsI see what you mean, unfortunately you can’t have multiple dropdowns for a single field type…
There is however another field type which I just realised is not in the docs (oops!) – multiselect…
Use like this:
[searchandfilter fields="search,category" types=",multiselect"]Here is a link to the docs… no idea why it doesn’t work – its just a url, try copying and pasting if it doesn’t work for you:
http://docs.designsandcode.com/search-filter/
Thanks
Forum: Plugins
In reply to: [Search & Filter] Multiple TagsSure, check out the example in the docs – as long as you are using custom taxonomies for your different types (ie age, location) – you want to use checkboxes to allow for multiple selections:
http://docs.designsandcode.com/search-filter/#example-6
If you like the plugin feel free to leave us a rating 😉
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] IdeaHey RealMag777, just so you know, this is almost done but working on a deadline for tomorrow so will be up for you after the weekend 🙂
Ahhh I think I know what you mean, you will need to add a another field to the form for categories (this can be a dropdown if you like so it is less visible and takes less space), so when a user presses search, then the category is submitted and retained – it will automatically be preselected to the current category so the user should not need to choose a category – just leave it “as is”.
Unfortunately there is no way to “preset” the form to work with the current category without giving the user a category option.
Forum: Reviews
In reply to: [Search & Filter] I couldn't find a plugin like this until now!Thank you! And our pro version is out tomorrow if you are interested 😉
http://www.designsandcode.com/mailouts/2014/april-search-filter/
(sorry, we’re a little excited!)
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] A couple suggestions…Glad you got it work Oleksandr 🙂
Forum: Plugins
In reply to: [Search & Filter] Hit the SEARCH button with an empty search fieldFor me, on the 2013 and 2014 theme, if I goto:
http://www.domain.com/?s=Then I get a search results page
Is this not what happens for you?
Do you have a link I could look at? 🙂
Forum: Reviews
In reply to: [Search & Filter] Good plugin🙂
Forum: Plugins
In reply to: [Search & Filter] Hit the SEARCH button with an empty search fieldHey Henrik
If you use the default WP search box, and submit a blank search, you get a URL like this:
www.yoursite.com/?s=Depending on your theme & setup, this will load the blog page or your homepage, or a search results page.
What happens if you go to:
http://www.domain.com/?post_types=post,page&s=?
If this loads your search page then you can force the plugin to also add a “?s=” to the url just like WP does – check the changelog, the latest update added a new attribute:
add_search_paramso in your shortcode add
add_search_param="1"and this should hopefully help you? 🙂Forum: Plugins
In reply to: [Search & Filter] Search behaves oddly when taxonomies have identical termsMarking as resolved – hope you figured this one out!
Hey mihai.dragomir
Check out this thread should do what you need 🙂 –
http://ww.wp.xz.cn/support/topic/auto-submit-on-select?replies=4
If you like the plugin feel free to leave us a rating! 😉