I have an accordion setup, using dropdown menus. Each one opens as expected, except the one that contains the slider. I’ve poked around and can’t figure out what I’ve done wrong.
I’ve used interactions to open and close each accordion item. You will be able to see the expanded accordion items in the editor, but upon preview, the second-to-last accordion item will not open.
I did solve it, but I had to completely rebuild it. I didn’t even use a dropdown.
I used a div containing all the content of the dropdown, and then used an interaction to only show the top 80px or so on page load. Then, when it is clicked, it shows the rest of the content.
I will post my full process in more detail over the next day or so.