Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] search in portfolio pages.Hi zihniates
There is something strange with the way your theme works..
On any standard WordPress theme you can go to this url:
www.yoursite.com/?taxonomy_name=taxonomy_valuefor example:
yoursite.come/?category_name=uncategorizedAnd in your site:
http://test.graph-ist.com/finitek/?renk=karamelBut this page brings a 404. This page should work without the Search & Filter plugin, so there is a problem with your theme, or one of your other plugins…
Try using the 2014 theme for testing to see if there are still problems :/
Forum: Plugins
In reply to: [Search & Filter] search in portfolio pages..
Forum: Plugins
In reply to: [Search & Filter] search in portfolio pages.Hey zihniates
Do you have a link to look at?
I can’t see the URLs in those pictures so I’m not sure what is going on…
Also, is portfolio a custom post type? If so you will need to include it in the list:
[searchandfilter fields="search,category,post_tag" post_types="post,page,portfolio"]Thanks
Haha I did think your name looked familiar! 🙂
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] A couple suggestions…Ahhh I see what you mean 🙂 We’ll see about the sidebar stuff, its a good idea but there are other things that need working on in the plugin first such as the icons you mentioned.
Yeah dashicons is limited and not really practical for everyone but they come out of the box with WP so was easy to get up and running with those.
The FA icons look good, I just need come up with a nice UI for browsing 400+ icons in a little popup widget :S
Thanks again for the feedback, I’ll be making a list of all suggestions, prioritising them and then knocking them off one by one hopefully 🙂
Thanks alharji!
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] A couple suggestions…Hey thanks alharji
Yup, adding more icons is certainly on the to do list – just about finding the right ones, with the right licenses that I can use to integrate 🙂
Font Awesome icons look like a good addition, let me know if you know any more resources, but these look like a good start.
Can you explain a bit more about the sidebar widget? Not sure I follow you.
Thanks for the suggestions!
Forum: Plugins
In reply to: [Search & Filter] checkbox grouping (multiple checkbox) does not workNo problem, I’m updating the docs now too to add this in 🙂
Forum: Plugins
In reply to: [Search & Filter] checkbox grouping (multiple checkbox) does not workHey amirdbest
This is because the search is using an “and” operator – what you need is an “or” operator.
Ie – only posts that are have all the categories selected.
I haven’t updated the docs yet but there is an argument “operators”.
Use it like this:
[searchandfilter fields="search,post_tag,categories" operators=",or,or"]This means that your posts can in ANY of the categories and they are shown, whereas by default and without this option, they must be in ALL categories to be shown.
Thanks 🙂
Forum: Plugins
In reply to: [Search & Filter] Search selections not showing after searchHey kimaniidaniel, thanks for the detailed feedback.. I’m a little confused about this so will have to look in to further but can see what you are saying about it only allowing 1 – however, with a select, there should only every be one set as a default.
Thanks for bringing this to my attention, I’ll look in to it and hopefully patch it into a future upgrade – its just when testing on default WP themes everything works as expected so it’s hard for me to reproduce and debug…
Thanks anyway good catch 🙂
Ross
Forum: Plugins
In reply to: [Search & Filter] Search behaves oddly when taxonomies have identical termsNo worries will try to have a look tomorrow and get back to you 🙂
Forum: Plugins
In reply to: [Search & Filter] Search behaves oddly when taxonomies have identical termsHey CompactaBT that certainly sounds strange! I never tested it with using identical terms!
Do you have a link I could look at?
I’ll do some tests here and create taxonomies with identical terms but I can’t see how it would result in the same behaviour you describe above – odd!
Forum: Plugins
In reply to: [Search & Filter] Code executed without the submit buttonHey Andres
You can have the form auto submit when you change an option if you include some JS like this example:
http://ww.wp.xz.cn/support/topic/auto-submit-on-select?replies=4However, the page will reload for every change which is not particularly user friendly.
I think you mean like via AJAX, so as you are changing the search options the results auto refresh without reloading the page?
This is a great feature idea but very difficult to implement. I am already looking in to this but won’t be including this in any version for a while.
Thanks
RossForum: Plugins
In reply to: [Search & Filter] Tags names not showingOk perfect thanks for the update 🙂
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Backend – Automatically Update Orders with AjaxUnfortunately I never found anything like this 🙁