Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author TC.K

    (@wp_dummy)

    By default no. You need to customize it yourself.

    Can you point me in the right direction as to how I would do this?

    I already created a new taxonomy for Make, Model, and Year. How would i make this plugin display those in a chained fashion?

    EG. it will not allow you to select Ford -> Camry

    Plugin Author TC.K

    (@wp_dummy)

    Well, there are many way to do it, basically you’ll need js to do so.
    Just bind the filter input and change the following filter input option based on the current filter input value.

    Hi Desitdt, have you come up with a solution for this?

    I require the same functionality regards ‘Model’ to change dynamically on ‘Model’ change! Really hope you have.

    hi guys, any chance I can find a tutorial or anything a bit more explained, as I’m quite new to JS….? Thanks

    Plugin Author TC.K

    (@wp_dummy)

    There are no general solution for this problem because every user has it own requirement of how the chained option works. eg, taxonomy or meta fields differences.

    You need to come out with your own solution.

    You can learn the concept of how is it working in this tutorial.
    You can’t directly applied the codes from the tutorial, but the concept is there. Just you also need to know some of the wordpress API(the hooks like filter or action) so that you can implement it in your codes.
    Give it a try.

    Hi guys does anyone know how to implement the hooks on the select?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to make a chained dropdown taxonomy search’ is closed to new replies.