Tabs and Accordions bug in combination with...

Search
Other Bug Reports questions
Forum

Tabs and Accordions bug in combination with nested accordions

Winfried Buijen's Avatar Winfried Buijen
Hi Peter,

Update on the following issue:
When I end the accordions with </accordions-all> </accordions-title> the issue is solved!

Using </accordion-all> </accordion-title> it shows all in plain text.
My mistake 🙁 I checked the plugin parameters and it shows accordion as starting and accordions as ending

I have found the following issue on my website claim.games/oefenen

When I close the first accordion, the nested accordion is closed as it should.
But also the following module is not showing anymore.

I have tried ending the accordions with one and with two closing </accordions>.
Both have the same result in not showing the module.
When using two statements to close the accordions, it shows the latter as plain text on the page.

I have nested the accordions, followed by a module, in the following way:

---------------------------------------------------------------------------------------------------
{accordion-title title="Oefenen" open="true"}
{accordion-all title="Uitleg van de stappen" open="true"}
Hieronder ziet u een uitleg van de te volgen stappen.
Door op de eerste regel(s) te klikken, kunt u de stappen tonen of verbergen.
{accordion-all title="Oefenen en test"}

Met de knop 'Oefenen/Test' kunt u switchen tussen Oefen-modus en Test-modus.
In de Oefen-modus kunt u onbeperkt kiezen uit de 36 mogelijkheden die geboden worden.
In Test-modus krijgt u maar een kans om de juiste oplossing te kiezen.
In Oefenmodus klikt u op 'Werpen' om een nieuwe combinatie van dobbelstenen te tonen.
In Test-modus gebeurt dit automatisch na het klikken op de oplossing van uw keuze.

{accordion-all title="Werp de dobbelstenen"}

Door op de knop 'Werpen' wordt een nieuwe combinatie van de beide dobbelstenen getoond.

{accordion-all title="Zoek de juiste combinatie"}

In de onderste tabel staan 36 verschillende combinaties van gekleurde blokjes.
Aan u de taak om het juiste blokje aan te klikken dat correspondeert met de ogen op de dobbelstenen.
In Oefen-modus kunt u zo vaak als u wilt proberen de juiste combinatie aan te klikken.
In Test-modus krijgt u per worp maar een kans.

{accordion-all title="Scores en uitleg"}
In Oefen-modus wordt weergegeven hoe vaak u de dobbelstenen gegooid heeft en hoeveel keer u een poging heeft gedaan de juiste corresponderende kleurencombinatie te vinden.
In Test-modus wordt weergegeven hoeveel worpen er zijn geweest en hoeveel daarvan goed zijn geweest bij het aanwijzen van de kleurencombinatie.
{/accordions} or {/accordion-all} {/accordion-title}

{module id="150"}
---------------------------------------------------------------------------------------------------
Peter van Westen's Avatar Peter van Westen ADMIN
The closing tag should be {/accordions-...}, not the single {/accordion-...}.

So:
{accordion-title title="Oefenen" open="true"}
   {accordion-all title="Uitleg van de stappen" open="true"}
      ...
   {accordion-all title="Oefenen en test"}
      ...
   {/accordions-all}
{/accordions-title}
Please post a rating at the Joomla! Extensions Directory
You can only post on this forum if you log in