hello. I'm not sure what I am configuring improperly. I have set up a specific content type with different text areas containing the information that I want to display in an accordion. I created the view, added all of my text area fields to it, set it to display as an accordion. The accordion feature works, however, it sets my first field as the header and all the rest of them are lumped in underneath it as it's content. How do I separate them?

Comments

ashleyhazle’s picture

If you are still stuck...

It sounds like you are using views wrong. Each row in a view (and thus each accordion dropdown) is the result of one node. Basically, if you created a content type called "foo" with the fields "bar_1", "bar_2" and "bar_3", filling in this content will display as one row. You would need to fill it in more than once to have more than one accordion. Asumming you filled it in twice you would get the below.

  • Foo-A
    • Bar_1-A
    • Bar_2-A
    • Bar_3-A
  • Foo-B
    • Bar_1-B
    • Bar_2-B
    • Bar_3-B

This would be two accordion dropdowns named Foo-A and Foo-B.

Hope that makes some sense :)

manuel garcia’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Closing now due to 6.x no longer supported.
Sorry for never getting around to replying here... too much for just one person, thanks @ashleyhazle for participating!