Acoordion start open

Hi every body; is possible use accordion module that start show open? i cant find the option.
Thank You.

Hi David,

No, that is not an option in the Accordion module at this time. In that use case, you may want to look into using the Tabs module instead. Hope that helps!

Best,
Billy

hi, thank you for your support, i has do that too, but there i got another trouble when i put two columns inside the Tab, the tab stop working; some idea about this? thank you again. :slight_smile:

Hey David,

Weird! Would you mind sending me a link to the page in question as well as temp admin access via private reply so I poke around?

Best,
Billy

[Content Hidden]

Hey Dustin,

Appears the issue was related to your inline CSS for the Tabs module. I added the below in the first tab so feel free to add that in the second as well.

<div style="clear: both;"></div>

On your other question, please email me directly via billy[at]fastlinemedia.com and we’ll address that via email. Thanks!

Best,
Billy

Thank you very much Billy, great support.

Bump for feature request: ability to set open accordion please. Thanks!

same request : ability to set open accordion please. Thanks!

Assuming the OP is requesting ability to set individual accordion item open on load, vote for the feature here.

In the meantime this is a workaround:

.fl-accordion-item:nth-child(n) .fl-accordion-content {
    display: block;
}

Set classes to target accordions.
Use :nth-child(n) to target items.

1 Like

Thank you it works well