Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Dropdown not showing all taxonomiesAt the bottom of this page – http://ww.wp.xz.cn/support/view/plugin-reviews/search-filter
Thanks 🙂
Forum: Plugins
In reply to: [Search & Filter] Dropdown not showing all taxonomiesHey bizcrave, that is because those terms are empty…
If you want to show empty terms then set
hide_emptyto1as per the docs:http://docs.designsandcode.com/search-filter/#options
🙂
Feel free to leave us a rating if you like the plugin 🙂
Forum: Plugins
In reply to: [Search & Filter] Super Basic CSS QuestionsHey sampaven88
To target the button would be something like:
.searchandfilter input[type=submit] { display:block; color: yellow }And to make the search form horizontal I would do something like:
.searchandfilter ul > li { display: inline-block; padding-right: 10px; }Good luck!
Forum: Plugins
In reply to: [Search & Filter] exclude categoryHey seeiran
This feature is only available in the pro version:
http://www.designsandcode.com/wordpress-plugins/search-filter-pro/
However there is a thread somewhere in these forums about a hack to get it working if you’re interested 🙂
Thanks
RossForum: Plugins
In reply to: [Search & Filter] Prevent from empty searchHey katalonian
empty_search_urlshould be used like this:[searchandfilter fields="category,post_tag" empty_search_url="http://www.yoursite.com/"]And when a user performs a search, where there is no selection or search term the page should redirect here…
Can you paste in the shortcode you are using?
🙂
Forum: Plugins
In reply to: [Search & Filter] Styling Help – Example 8Hey 8one8
Do you mean with the datefield?
This is just a html date input type, displayed in chrome browser (the css is no different to the one you get with the plugin)…
The problem with this approach is not all browsers support the new input type of
date….The pro version does however include a jquery date picker:
http://www.designsandcode.com/wordpress-plugins/search-filter-pro/
Thanks
RossForum: Plugins
In reply to: [Search & Filter] Prevent from empty searchHey katalonian
There is no way to prevent an empty search, but if an empty search is performed then the URL should redirect to the url set in
empty_search_url…Forum: Plugins
In reply to: [Search & Filter] No results shown after submitHey osmanylima
If you want to try what I just did for Niels, edit the file
search-filter.phpAnd replace line 86:
add_action( 'get_header', array( $this, 'check_posts' ) );with
add_action( 'wp', array( $this, 'check_posts' ) );Let me know if this works for you?
Forum: Plugins
In reply to: [Search & Filter] No results shown after submitHey Niels
I managed to fix your version.. but there is a problem with your theme really…
Basically the plugin hooks in to “get_header”, which should be called in all your theme files, but I looked and it is not.. so the plugin was not running the functions it is supposed to…
So either, include get_header in the top of your templates, or use the version I modified for you which changes the hook to something else…
I emailed you a test link
🙂
Forum: Reviews
In reply to: [Search & Filter] Very very nice !Thanks X-Raym 🙂
Forum: Reviews
In reply to: [Search & Filter] Transforms your site navigationThanks Wayne 🙂
Forum: Plugins
In reply to: [Search & Filter] post title rather than post?Well this is more to do with modifying your theme…
So you would go in to your theme folder, and then I would try editing templates in this order:
category.php archive.php search.php index.phpMaking the change I mentioned above (removing
the_content()) – it will be one of those files you need to modify but not all of them so try them one by one..Just beware, that if any other pages use the template you modify then their layout will also be updated (this may or may not be a good thing).
As always make a backup of any files you edit first!
Forum: Plugins
In reply to: [Search & Filter] Problem when unchecking checkboxesNo worries, won’t be for a few days at least have some important work to do on the pro version 😉
Forum: Plugins
In reply to: [Search & Filter] Input Type: only "range slider" availableHey robbonj
Did you activate your license? Without this you won’t see updates –
http://www.designsandcode.com/wordpress-plugins/search-filter-pro/docs/#docs-automatic-updatesAlso, would you mind if I emailed you directly about the access problem?
Leave your email here just to make sure I’ve got the right one:
http://www.designsandcode.com/contactThanks
Forum: Plugins
In reply to: [Search & Filter] Input Type: only "range slider" availableAlso, please update to the latest version we are on 1.1.3 now and many bugs will be addressed as well as adding the options you mention for meta data 🙂
Thanks
PS pls let me know about the site!! :@