Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Showing Parents Category
This topic contains 34 replies, has 2 voices, and was last updated by toro 8 years, 2 months ago.
- AuthorPosts
- July 2, 2015 at 3:03 pm #5213
I want to show search bar like on this page :
http://yts.to/browse-movies/0/all/all/0/latest
How can i set up a drop down with set every category (Quality, Genre, Order By) ?
Thank You
RegardsJuly 2, 2015 at 6:32 pm #5215Hi!
Drop-downs are only available for custom field selectors, category (or any taxonomy term) selectors are available only as checkboxes.
You can read more about custom field selectors in the documentation: http://wpdreams.gitbooks.io/ajax-search-pro-documentation/content/frontend_search_settings/custom_field_selectors.html
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 3, 2015 at 3:03 am #5218Hi Ernest
But how i can serve 3 categories Parent with child on search ? i dont see any option to show multiple categories parent ID.
Genre = Action, Adventure
Year = 2000,2001,2002Cause when i use wpdreams_asp_setting code, it show 2000,2001,2002,Action,Adventure,Genre, Year
and it really ugly format because all category (parent and child) is become oneKind Regards
July 3, 2015 at 9:20 am #5220Hi!
Because there is no option for that yet. WordPress stores all the categories and taxonomy terms on the same table, so it’s extremely hard to make a hierarchy if both taxonomy terms and categories are supported.
I’m working on a release where I was able to solve this on the back-end yesterday, but the front-end is yet to come. So please hang on, it’s going to be possible one way or another. I’m working this weekend as well to be able to release version 4.1, where this should be solved.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 3, 2015 at 11:15 am #5222Hi Ernest
Thank You for your fast response answer.
Actually i buy this plugin to achieve that goals, and really glad read that you working on it this weekend.
taxonomy term is really dificult to understand for a newbie like me, and it more easier when just need to insert “id” since it just a number, its like plugin Widgets Reloaded (for showing category bar) by Justin Tadlock to showing a categories with many options like exclude and others but more easy to understand.I really like your plugin and hopefully i can use it when new version 4.1 is release with new feature i need.
Would you mind when it release, inform me by reply this post?
Thank You Ernest and Have a Great Weekend
Kind RegardsJuly 8, 2015 at 8:38 am #5270Hi Ernest
Hope you have a good news
Can i ask when new release update with this filter categories is release ?
I wait every day Bud, want to use this purchased plugin immediatelyKind Regards
July 8, 2015 at 10:20 am #5273Hi!
I’m sorry, not ready yet. I was getting too many support tickets, it’s slowing me down greatly.
I’m just as eager to release it ASAP, but any mistake or bug costs me 10 times of work, I hope you understand that.
Once I finish every feature, I attach a pre-test working version here for you, because the testing, uploading, validating process may take a while on codecanyon as well. I’m hoping for today evening, or tomorrow noon.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 9, 2015 at 11:01 am #5284I see Ernest,
Keep up the good work mate!July 9, 2015 at 2:32 pm #5285Hi!
Good news! I’ve managed to put together a (hopefully) working copy of the partially ready upcoming version.
I’ve implemented a way to display categories hierarchically. For now it looks like this: https://i.imgur.com/apreacq.pngIt respects category exclusions, as well us multi-level hierarchy. I’m going to add a few options like level-margin, parent-child exclusions and do some more tests to verify every possible use case.
For now, I’m attaching this version to this post. Before installing:
0. (optional, but recommended) – make a copy of your whole site including database. Just to make sure everything is all right.
1. Please make a copy of the current search plugin files, which is located in the wp-content/plugins/ajax-search-pro folder
2. Deactivate & delete the current plugin version via. the plugin manager
3. Download & install the attached one
4. If something doesn’t work try the safe update steps: http://wpdreams.gitbooks.io/ajax-search-pro-documentation/content/
5. If still doesn’t work, then let me know if there are any error messages or logs.I’m hoping it’s going to work though.
Best,Attachments:
You must be logged in to view attached files.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 9, 2015 at 2:49 pm #5287Its a good news Ernest
Let me try and report to you if its works flawless or there are some issue.
Thanks mate!
July 10, 2015 at 10:12 am #5303Already tried new version, exclude categories is a good feature but it will perfect if this plugin can show a filter by categories ID on divide layout like on this page http://yts.to/browse-movies/0/all/all/0/latest
and not stick with a long list of all categories.several important point:
a) Options for Uncheck All / Check All when showing categories. (default is check all)b) Change change the way to showing categories to become a dropdown function.
c) Showing search Filter based on categories ID or Custom Categories like on http://yts.to/
Those above is a important feature, because bought this plugin to showing custom search function to help a visitor find they want with easy way.
If i need only search widget to showing on every page such on http://yts.to/, its enough. But when i put this plugin only on content page such i need show more detail search function on that page like on http://yts.to/browse-movies/0/all/all/0/latest
Thank You Ernest
Hopefully you can solve this soon.Kind Regards
CalebJuly 13, 2015 at 3:23 am #5315Hello
Any respond for this ticket?
Regards
July 13, 2015 at 9:06 am #5318Hi!
a. A category is unchecked if it’s excluded on the Advanced options panel. It’s the best case use, since you can give the user the option to include the posts from a certain category, even if it’s excluded.
b. Going to happen eventually, perhaps in the next update. Checkboxes and dropdowns work very differently on server perspective, and the current state of code is made exclusively on check-box versions.
c. I’m not sure about this.
Grouping to dropdowns based on parent categories – I’m not sure if this is going to be a feature, because of taxonomies. To define a group, wordpress offers using taxonomies, which is well supported core feature. In your case “Year”, “Genre” should be the taxonomies containing the terms (categories).
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 14, 2015 at 7:05 am #5333There are a issue when use exclude category, i try exclude 1 category to exclude, and result is “not found” even i use only 3 character to trigger search.
July 14, 2015 at 8:46 am #5336Is the post in that category? If so, then it is excluded.
The default behavior of category selectors is an “AND” logic – “don’t match any excluded”
Best,
You can change this to an “OR” on the General Options -> Behavior panel, which translates to “Match any of not-excluded”.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.