• Resolved Leon Angus

    (@leon2024)


    How do I prevent parent and child selections at once. As users can click a parent and then click a child and the parent simply overrides the children.

    It would make more sense if the child click event took priority and unchecks the parent of the associated category.

    And vice versa

    I tried to create a custom Js script, but the way the plugin handles Urls is then causing my script to render useless.

    Are you guys planning to include this in an update, or if not, then can you share what files I need to override and maybe share some script that I can use in Wp

Viewing 1 replies (of 1 total)
  • Plugin Support fesupportteam

    (@fesupportteam)

    Hi @leon2024

    It is not that it is overriding the child term selection, it is more that the parent category has all of the child ones inside of it, and that’s why you see it all regardless if you choose child one or not.

    What you can try, is to use “AND” logic from “more options” on the needed filter, this way it will display posts that have all of the selected terms applied to them, like parent category and subcategory.

    Best Regards – Victor

Viewing 1 replies (of 1 total)

The topic ‘Checkbox Parent /Child selection conflict’ is closed to new replies.