Forums › Forums › Search & Filter Pro › Show hierarchical taxonomy pre-exploded
Tagged: V3
- This topic has 10 replies, 2 voices, and was last updated 4 years, 10 months ago by Trevor.
-
Trevor(Private) November 13, 2019 at 12:35 pm #226491
Great to speak with you. The collapse functionality (and thus the expand functionality) do not come from our plugin, but instead come from the Layout Injector plugin (for Divi). It is a Bootstrap 3 function, found in this file:
…. wp-content/plugins/layouts/vendor/toolset/toolset-common/res/lib/bootstrap3/js/bootstrap3.min.js
It will be complex to resolve, is my guess, as you need to run it on page load (sometimes, i.e. conditionally when a filer has been used) and also after our ajax is run.
This Google search is a starting place:
https://www.google.com/search?q=bootstrap+3+collapse_init()&oq=bootstrap+3+collapse_init()
Anonymous(Private) January 15, 2020 at 8:44 am #231189Hi Trevor,
I managed to get it work with some jquery, but after last updates, all hierarchical filters of my forms are already expanded and I have no more options to toggle them.
Why can’t your plugin offer an option to choose whether start collapsed or expanded and add +/- icons where there are children?
It would be very useful. -
AuthorPosts