Hello, I'm trying to do a Faq page view using this plugin.
I would like to group by "Faq category", and then, show the faq titles closed, such that if I click in an title, the the body from that faq is showed.
If I choose in the view "Use the group header as the Accordion header", then the accordion is build over the Faq categories, that is ok, but when I open it, the titles and bodies from the faqs question are opened all opened.
If i don't check that checkbox, then I can show/hide each faq question body, but all Faqs section are showed with all the titles at same time.
Any solution for this?
Thanks.
Comments
Comment #2
jarizaro commentedComment #3
manuel garcia commentedHi @jarizaro thanks for the report, are you able to post here the exported view so I can have a look please?
Comment #4
manuel garcia commentedOK I think I know what you mean @jarizaro, and this is indeed how the plugin works when you are grouping by a field (in your case by "Faq category").
This module however does not support your usecase of having two accordions when using field grouping.
So it sounds that what you are trying to do is have an accordion of accordions... this isn't something you're going to be able to do, unless you build a view of Faq categories, and then use perhaps https://www.drupal.org/project/views_field_view to list a view as a field of that faq category view. Not sure if it would work, but it may be worth a try.
Please see #1344550: Support nested accordions for the feature request on this.