Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] A couple suggestions…Hey Oleksandr Piddubnyy
If this happens all the time with different urls then it sounds like you have a problem with another plugin or you theme stripping out “http://” from you URLs, WordPress doesn’t do this, and this plugin does nothing to modify the url you put in, so there is something happening after to break your URLs…
If you want any further help can you start a new thread so I can try to help you there?
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] A couple suggestions…You should check the update Al Harji 😉
Forum: Plugins
In reply to: [Search & Filter] submit button not workingHey r78o1k, yeah you can.
To put it in a widget, just create a text widget, and use the shortcode like in the example I just gave you and the search form will appear in a widget.
If you want to include it in one of your headers then you’ll have to use the first shortcode that you used, with the php tags – but you’ll have to go in and edit your theme files to figure out where to place it.
To use operators use it like:
[searchandfilter fields="search,category,post_tag" types=",checkbox,checkbox" headings=",Categories" operators=",and"]But the widget by default is using “and” already, the other value can be “or”.
I just did a test search for “all day breakfast” and “change table” which took me to this url:
http://www.mumswholovebrunch.com/category/all-day-breakfast+change-table/If you can see, it is already using the “and” operator!
Check out the docs for more info and if you like the plugin please leave us a rating! 🙂
Forum: Plugins
In reply to: [Search & Filter] submit button not workingHey there, it looks like you are using the shortcode within a post, which means you do not need to use the php tags, instead use:
[searchandfilter fields="search,category,post_tag" types=",checkbox,checkbox" headings=",Categories"]Use this code and check again 🙂
Forum: Plugins
In reply to: [Search & Filter] Search behaves oddly when taxonomies have identical termsHey CompactaBT, I checked this out and it seems to be ok?? Strange…
Do you have a link I could look at?
Forum: Plugins
In reply to: [Search & Filter] search in portfolio pages.== oops wrong comment thread ignore ==
Forum: Plugins
In reply to: [Search & Filter] WPML and icon compatible ?It will be difficult, but it also depends on which field types you are using.
Let me know how your testing goes and if I can help 🙂
Forum: Reviews
In reply to: [Forget About Shortcode Buttons] Just BrilliantThanks seekom 🙂
Forum: Plugins
In reply to: [Search & Filter] WPML and icon compatible ?Hey noumima
There is no support for icons, this plugin uses standard form inputs to display options.
RE WPML, I haven’t tested this but I think it will mostly be ok.
Categories and Taxonomy data are internal object which should be compatible however if you are using the post type or post date filters there are some strings in there that I know haven’t been setup properly for translation.
If you want to test it and let me know I’d be happy to work with you and make the necessary changes to the plugin to get it working properly? 🙂
Thanks
Forum: Plugins
In reply to: [Search & Filter] choose selected categories to filterHey Raiza
There is no include/exclude functionality unfortunately. I’m trying to keep the shortcode clean and easy to use and adding something like that would add a lot of bloat.
I have almost finished developing a pro version which has an admin UI which allows the plugin to have a lot more functionality easily such as this (if you’re interested leave your email here: http://www.designsandcode.com/contact and I’ll contact you when its available – should be in the next week).
RE the categories and urls, there is no programmatic way make the plugin work like that – the plugin asks WordPress what the URL is for categories and then builds a URL like:
http://www.companydomain.com/category/category-1Because WordPress doesn’t officially support a custom URL structure for categories then this plugin can’t.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Multiple Category Parents listing ChildrenHey svsdnb
Unfortunately you cannot make separate drop downs for different categories, only a drop down for all categories and you can use the
hierarchicalargument to show the child categories underneath the parent ones.Also you cannot specify which page to use for results. Unfortunately this is not possible to do with a shortcode because the shortcode gets loaded once the page has already begun displaying.
I know you’ve already read this but I’m working on a pro version with a drag and drop interface for building your search forms which will allow you to do things like this – its been in development for over a month and should be released soon.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search behaves oddly when taxonomies have identical termsHey CompactaBT, still need to look at this, will hopefully do later on today 😉
Forum: Plugins
In reply to: [Search & Filter] Search broken on IE and FFHahah oops thanks 😉 Have been getting confused with all the emails!
Forum: Plugins
In reply to: [Search & Filter] Search broken on IE and FFI’m hoping it will be out in the next week 🙂 Been working on it a lot over the last few days and not much left to do just some testing really.
Leave your email here:
http://www.designsandcode.com/contact
And I’ll let you know as soon as its ready 🙂
Forum: Plugins
In reply to: [Search & Filter] Search broken on IE and FFHey ninjapiraatti
Yeah unfortunately the date field is not supported everywhere yet.. I was gong to include a tutorial on how to include a jquery date picker but haven’t got round to it yet..
For now see this article, it shouldn’t be too difficult to do if you are comfortable with adding JS to your theme:
http://webdevhub.co.uk/native-html5-datepicker-with-a-javascript-fallback/
Thanks