Community > Discussions
58 views
7 replies

Tahoe2 – Accordion auto close

Greetings,

I wanted to ask if there is a way to make tahoe2's accordion shortcode to close between panels.
Is there a in-built function that I'm unaware or would I have to change the JS code to create the option?

Best regards,
João Redondo

Joao Redondo Joao Redondo
Published 10/12/2023 19:41
Add Comment
Gagandeep Singh

Please remove data-parent attribute from each accordion-toggle and see if it works.

replied 10/19/2023 07:01
Joao Redondo

It doesn't seem to work.

replied 10/19/2023 10:42
Gagandeep Singh

Please add data-parent attribute on the collapse element (instead of the trigger element):

For Example:

<div id="collapse1One" class="accordion-body collapse show" data-parent="#accordiondefault">
            <div class="card-body">
                <p>
                    Donec tellus massa, tristique sit amet condim vel, facilisis quis sapien. Praesent id enim sit amet odio vulputate eleifend in in tortor. Donec tellus massa, tristique sit amet condim vel, facilisis quis sapien. Praesent
                    id enim sit amet odio vulputate eleifend in in tortor. Donec tellus massa, tristique sit amet condim vel, facilisis quis sapien.
                </p>
            </div>
        </div>

replied 10/20/2023 12:30
Joao Redondo

I'm sorry for such a late reply.

The change was unsuccessful and I would also like to ask if I can create an anchor for each section?

Best regards.

replied 12/19/2023 12:41
Gagandeep Singh

Simply add the below code and map href accordingly:

<a data-toggle="collapse" href="#Test">
    Test
</a>

replied 12/20/2023 08:15
Joao Redondo

This would simply open the section. My intention was to create a link that would redirect to the section position.

replied 12/20/2023 12:17
Joao Redondo

I was able to make a workaround but anchor on this skin get covered by the menu, is there a way to correct this?
I set a "scroll-margin-top" for now but different devices will require different margins.

Best regards

replied 01/11/2024 15:22

Last Activity 01/12/2024 04:57