Saltar navegación

[Resuelto] Tabs not working after infinite scroll pagination

This support ticket is created hace 4 años, 6 meses. 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.

Este tema contiene 1 respuesta, tiene 1 mensaje.

Última actualización por poM hace 4 años, 6 meses.

Autor
Mensajes
#1688933

poM

I am trying to:
Click on tabs filters after having clicking on the "Load more" button (infinite scroll pagination)

Link to a page where the issue can be seen:
enlace oculto

I expected to see:
Tabs showing up normally

Instead, I got:
Tabs are not clickable

#1689261

poM

Finally solved on my own by using Divi function et_pb_tabs_init( t ) inside :

$( document ).on( 'js_event_wpv_pagination_completed', function( event, data ) {

});