PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Categories Exclude Not Working

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

I have created a custom shortcode, so how can I exclude categories? I have selected just one category, but all categories are being displayed. Also, I have kept all categories collapsed by default, so how can I expand them on click?

Hello

Please here drop me shortcodes you applied with its all attributes set, also PHP code you added into functions.php file (code of your custom shortcode)

To exclude any terms in shortcode you should use attribute 'excluded_terms', example: [woof excluded_terms="25"]

"how can I expand them on click" - in tab Options activate"Hide childs in checkboxes and radio". They are always collapsed by default https://demo.products-filter.com/ for first user visit, but if user started to open them will be shown last state

p.s. In tab Design of the plugin options you will find options to set images: Image for subcategories open + Image for subcategories close

 

Thanks For your Response
The"excluded terms" are working correctly, but my second question is: I have set the default"Hide children in checkboxes and radio" to"no," so all categories are expanded. Now, I want to collapse them again on click, but the"Hide children in checkboxes and radio" value should remain"no." This means I should be able to expand or collapse categories as I wish on click.
And How I display just the Parent Categories. In Short code.

Hello

  • In this case for each taxonomy blocks you should set for"Show toggle button" Yes or No - only in such case it will be possible to show hide the block
  • parent terms - such feature doesn exist, only trick is here - in tab Structure you can write ids of top terms for taxonomies you want into textinput"excluded terms ids" and click on checkbox"Reverse" - in this case will be displayed terms you inserted

 

Is it's possible to make the text also open the tree, not just the"+" sign

Hello

Please try thisĀ  - https://gist.github.com/PavloBorysenko/1e8b22fb47cae15087163472a80ca6d4

you can read this - https://pluginus.net/support/topic/toggle-text-also-clickable/