I’m not sure I understand the issue. The accordion seems to work on the page you linked.
In that page there are 2 accordion
main accordion (–> is one other plugin)
sub-accordion (–> is your plugin)
Please click on the first accordion and you will see the sub accordion which is your plugin. You will see it in open status, was in close status.
From what I can tell looking at the code, the main accordion is in fact my according plugin and working correctly. It appears there is no inner accordion, just some raw HTML:
// My accordion content wrapper
<div id="accordion-1-c1" class="accordion-content" role="tabpanel" aria-labelledby="accordion-1-t1" aria-hidden="false" style="display: block;">
// Your content
<h5><strong>Τι είναι το πρότυπο ISO 9001:2015</strong></h5>
<p>Το πρότυπο ISO 9001 ...</p>
</div>
-
This reply was modified 8 years, 8 months ago by
philbuchanan.
-
This reply was modified 8 years, 8 months ago by
philbuchanan.