Hi, this plugin worked perfect in my site. But now, when I do a search, list any category, not the correct one.
I really need your help, since an important part of my site uses this plugin.
Thank you very much!
]]>Hi Sir,
I need your help on my website I using your plugin where I have to display location and Speciality of doctor filter. The location was posted category and Speciality were subcategories. The issue is that when I select a location to drop down then select Speciality drop-down search not come and value not come.
Here your code on plugin where you mention this
$text .= "<input type=\"hidden\" name=\"cat\" id=\"category-{$this->id}\" value=\"0\" />";
$text .= "<input type=\"hidden\" name=\"search_into_subcategories\" value=\"1\" />";
Can you please help me on this. I waiting for your quick response
]]>Hello,
I have a test here: https://wesleyanrc.wpengine.com/resources-home-page
and anything past the subcategory doesn’t work.
Shortcode I am using is: [search-into-subcategories parent_category=0 hide_empty=0 max_depth=4 search_input=0 labels=Category|Subcategory|Subsubcategory|Sub]
And my category architecture is:
Administrative (level 1 category)
— Business Services (level 2)
— — Accounting (level 3)
— — Facilities (level 3)
— — — Child 1 (level 4)
— — — Child 2 (level 4)
— — IT (level 3)
— Event Management (level 2)
— — Hospitality (level 3)
— — Planning (level 3)
— — Teams (level 3)
Also, cat3 on your demo here https://www.codescar.eu/projects/search-into-subcategories doesn’t work either. Can you fix this?
Thanks!
]]>Hello! After much searching, I make this query because I can not find a practical solution to my problem.
What I need is to list certain entries entered (are about 1000), and exclude others, but I have to enter one by one the IDs you want to exclude, and would from the next entry until all of the following entries which are to be entered. I don′t find convenient to put each ID to infinity.
I wonder if anyone knows a method to enter a range of IDs to exclude.
Thank you very much!
]]>You can use this plugin with the category / subcategory of woocommerce (categories of my products)?
]]>Arguments you can pass:
– parent_category:
– Default is 0 You can list only sub categories of the category id you give here, with 0 lists all categories.
– max_depth:
– Default is 2 How many subcategories to display, at least 1.
– search_input:
– Default is 1 Display a text input for search.
– labels:
– Default is Labels for the inputs.
– Give them in the position you want with ‘|’ as seperator.
Example: Category1|Category2|Text
– search_text:
– Default is Search The text to display in search button
– hide_empty:
– Default is 1 hide categories without content, set to 0 to display all!
– exclude:
– Default is Category Ids to exlude from listing.
– Separate them with ‘,’.
Example: 6,7,13
Example: [search-into-subcategories parent_category=0 max_depth=3 search_input=1 labels=cat1|cat2|cat3|Text search_text=Find hide_empty=0 exclude=7,6]
It is not working, after choosing parent category it displays only 1 subcategory (the last one).
]]>