Forums Forums Search & Filter Pro Show hierarchical taxonomy pre-exploded

Tagged: 

Viewing 10 posts - 1 through 10 (of 11 total)
  • Anonymous
    #226488

    Hi,
    I have a filter with three hierarchical taxonomies.
    I’d like the filter to show all terms in one of the three taxonomies already exploded.
    Is it possible with an argument in the shortcode? I can’t find an option in the backend.

    Trevor
    #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
    #231189

    Hi 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.

    Anonymous
    #231196

    It seems the button has gone away from your plugin…

    Trevor
    #231198

    This is something we plan to add in V3, due for release in a few months.

    Anonymous
    #231200

    Can I have the button back in the meantime?

    Trevor
    #231202

    Our posts crossed in the ether. Which button would this be? If it is in the front end, to expand or collapse a hierarchy, our plugin dos not, nor never has had, such a button.

    Anonymous
    #231204

    Mmm… I had the button before, as .searchandfilter ul li button… Now it’s gone…

    Trevor
    #231206

    What did this button look like or do?

    Anonymous
    #231208

    It looked like a + or -, and it trigger the toggle expand (+) / collapse (-) of ul child elements.

Viewing 10 posts - 1 through 10 (of 11 total)