My search form currently has a long list of activities. My goal is to add an accordion above the activities, so that it will appear when clicked.
I know how to create the javascript functions, I am just wondering where to place the div that references the function. Is it in kleo-bp-search? I see that on line 435 there is a comment, ‘//theme options get fields’. My best guess is that it is somewhere around here, but I would like to know for sure.
Also, if I add a new js file to the child theme, where do I reference or enqueue it in order to be recognized by this kleo-bp-search?
Thanks