@night119 Got a fix! deploying, basically you’ll use the new [lightweight-accordion-nested] tag when nesting. Apparently it’s an issue with the WordPress shortcode processor, you can’t have shortcodes with the same name being nested.
Example once 1.5.9 is out today: [lightweight-accordion title=”My Accordion”]My Content [lightweight-accordion-nested title=”My Accordion”]My Content[/lightweight-accordion-nested][lightweight-accordion-nested title=”My Accordion”]My Content[/lightweight-accordion-nested][/lightweight-accordion]
So I am using lightweight-accordion for the main accordion and the lightweight-accordion-nested in the nested ones, all functionality remains the same between the shortcodes.