Saltar navegación

[Resuelto] i cant to loop repeatable groups on block and also on elementor

This support ticket is created 2 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zona horaria del colaborador: Asia/Kolkata (GMT+05:30)

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Minesh 2 years, 8 months ago.

Asistido por: Minesh.

Autor
Mensajes
#2642529

the first is image with title and descrition
the othe fags tabs
enlace oculto

#2642689

Minesh
Colaborador

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

What if you try to use [wpv-post-id] shortcode to make unique IDs.

So you can change the attribute like: data-target="#collepse[wpv-post-id]"
For example:

<button class="btn btn-link" data-toggle="collapse" data-target="#collapse[wpv-post-id]" aria-expanded="true" aria-controls="collapseOne">
          Collapsible Group Item #1
        </button>

And
for DIV id: id="collepse[wpv-post-id]"
For example:

<div id="collepse[wpv-post-id]" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">

Does that helps?